Searched refs:rcOpenColorBuffer (Results 1 – 15 of 15) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_client_base.h | 24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
|
D | renderControl_ftable.h | 24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
|
D | renderControl_entry.cpp | 21 void rcOpenColorBuffer(uint32_t colorbuffer); 164 void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function 167 ctx->rcOpenColorBuffer(ctx, colorbuffer); in rcOpenColorBuffer()
|
D | renderControl_client_context.h | 26 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
|
D | renderControl_client_context.cpp | 26 rcOpenColorBuffer = (rcOpenColorBuffer_client_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
|
D | renderControl.in | 14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
|
D | README | 82 void rcOpenColorBuffer(uint32_t colorbuffer);
|
D | renderControl_enc.cpp | 2837 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc; in renderControl_encoder_context_t()
|
/device/generic/vulkan-cereal/stream-servers/renderControl_dec/ |
D | renderControl_server_context.h | 26 rcOpenColorBuffer_server_proc_t rcOpenColorBuffer; member
|
D | renderControl_server_context.cpp | 26 rcOpenColorBuffer = (rcOpenColorBuffer_server_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 334 this->rcOpenColorBuffer(var_colorbuffer); in decode()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 478 static void rcOpenColorBuffer(uint32_t) { in rcOpenColorBuffer() function 841 rcOpenColorBuffer = ::rcOpenColorBuffer; in RenderControl()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.in | 14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderControl.cpp | 857 static void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function 1565 dec->rcOpenColorBuffer = rcOpenColorBuffer; in initRenderControlContext()
|
/device/generic/vulkan-cereal/protocols/renderControl/ |
D | renderControl.in | 14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
|