Searched refs:rcCreateColorBuffer (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_entry.cpp | 20 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()
|
D | renderControl_client_base.h | 23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
|
D | renderControl_ftable.h | 23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
|
D | renderControl_client_context.h | 25 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
|
D | renderControl_client_context.cpp | 25 rcCreateColorBuffer = (rcCreateColorBuffer_client_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
|
D | renderControl.in | 13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
|
D | README | 74 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
|
D | renderControl_enc.cpp | 2840 this->rcCreateColorBuffer = &rcCreateColorBuffer_enc; in renderControl_encoder_context_t()
|
/aosp_15_r20/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 25 rcCreateColorBuffer_server_proc_t rcCreateColorBuffer; member
|
D | renderControl_server_context.cpp | 25 rcCreateColorBuffer = (rcCreateColorBuffer_server_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 317 …*(uint32_t *)(&tmpBuf[0]) = this->rcCreateColorBuffer(var_width, var_height, var_internalFormat… in decode()
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 809 static uint32_t rcCreateColorBuffer(uint32_t width, in rcCreateColorBuffer() function 1567 dec->rcCreateColorBuffer = rcCreateColorBuffer; in initRenderControlContext()
|
/aosp_15_r20/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
|
/aosp_15_r20/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 895 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, allocFormat); in gralloc_alloc()
|
/aosp_15_r20/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 894 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init()
|
/aosp_15_r20/prebuilts/android-emulator/ |
H A D | README | 92 3dc5957 [CTS][camera] Synchronize rcCreateColorBuffer
|