Home
last modified time | relevance | path

Searched refs:rcCreateColorBuffer (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_entry.cpp20 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
158 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() function
161 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat); in rcCreateColorBuffer()
DrenderControl_client_base.h23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
DrenderControl_ftable.h23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
DrenderControl_client_context.h25 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
DrenderControl_client_context.cpp25 rcCreateColorBuffer = (rcCreateColorBuffer_client_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
DrenderControl.in13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
DREADME74 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
DrenderControl_enc.cpp2840 this->rcCreateColorBuffer = &rcCreateColorBuffer_enc; in renderControl_encoder_context_t()
/aosp_15_r20/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h25 rcCreateColorBuffer_server_proc_t rcCreateColorBuffer; member
DrenderControl_server_context.cpp25 rcCreateColorBuffer = (rcCreateColorBuffer_server_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
DrenderControl_dec.cpp317 …*(uint32_t *)(&tmpBuf[0]) = this->rcCreateColorBuffer(var_width, var_height, var_internalFormat… in decode()
/aosp_15_r20/hardware/google/gfxstream/host/
DRenderControl.cpp809 static uint32_t rcCreateColorBuffer(uint32_t width, in rcCreateColorBuffer() function
1567 dec->rcCreateColorBuffer = rcCreateColorBuffer; in initRenderControlContext()
/aosp_15_r20/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
/aosp_15_r20/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp895 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, allocFormat); in gralloc_alloc()
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
Degl.cpp894 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init()
/aosp_15_r20/prebuilts/android-emulator/
H A DREADME92 3dc5957 [CTS][camera] Synchronize rcCreateColorBuffer