Searched refs:rcCloseColorBuffer (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 25 rcCloseColorBuffer_client_proc_t rcCloseColorBuffer; member
|
D | renderControl_ftable.h | 25 {"rcCloseColorBuffer", (void*)rcCloseColorBuffer},
|
D | renderControl.attrib | 43 rcCloseColorBuffer
|
D | renderControl_client_context.h | 27 rcCloseColorBuffer_client_proc_t rcCloseColorBuffer; member
|
D | renderControl_client_context.cpp | 27 rcCloseColorBuffer = (rcCloseColorBuffer_client_proc_t) getProc("rcCloseColorBuffer", userData); in initDispatchByName()
|
D | renderControl.in | 15 GL_ENTRY(void, rcCloseColorBuffer, uint32_t colorbuffer)
|
D | renderControl_entry.cpp | 22 void rcCloseColorBuffer(uint32_t colorbuffer); 170 void rcCloseColorBuffer(uint32_t colorbuffer) in rcCloseColorBuffer() function 173 ctx->rcCloseColorBuffer(ctx, colorbuffer); in rcCloseColorBuffer()
|
D | README | 86 void rcCloseColorBuffer(uint32_t colorbuffer);
|
D | renderControl_enc.cpp | 2842 this->rcCloseColorBuffer = &rcCloseColorBuffer_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 27 rcCloseColorBuffer_server_proc_t rcCloseColorBuffer; member
|
D | renderControl_server_context.cpp | 27 rcCloseColorBuffer = (rcCloseColorBuffer_server_proc_t) getProc("rcCloseColorBuffer", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 347 this->rcCloseColorBuffer(var_colorbuffer); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 56 rcCloseColorBuffer
|
D | renderControl.in | 15 GL_ENTRY(void, rcCloseColorBuffer, uint32_t colorbuffer)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 847 static void rcCloseColorBuffer(uint32_t colorbuffer) in rcCloseColorBuffer() function 1565 dec->rcCloseColorBuffer = rcCloseColorBuffer; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 851 rcEnc->rcCloseColorBuffer(rcEnc, rcColorBuffer); in ~egl_pbuffer_surface_t()
|