Home
last modified time | relevance | path

Searched refs:rcOpenColorBuffer (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_client_base.h24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
DrenderControl_ftable.h24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
DrenderControl_entry.cpp21 void rcOpenColorBuffer(uint32_t colorbuffer);
164 void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function
167 ctx->rcOpenColorBuffer(ctx, colorbuffer); in rcOpenColorBuffer()
DrenderControl_client_context.h26 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
DrenderControl_client_context.cpp26 rcOpenColorBuffer = (rcOpenColorBuffer_client_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
DrenderControl.in14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
DREADME82 void rcOpenColorBuffer(uint32_t colorbuffer);
DrenderControl_enc.cpp2837 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/vulkan-cereal/stream-servers/renderControl_dec/
DrenderControl_server_context.h26 rcOpenColorBuffer_server_proc_t rcOpenColorBuffer; member
DrenderControl_server_context.cpp26 rcOpenColorBuffer = (rcOpenColorBuffer_server_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
DrenderControl_dec.cpp334 this->rcOpenColorBuffer(var_colorbuffer); in decode()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp478 static void rcOpenColorBuffer(uint32_t) { in rcOpenColorBuffer() function
841 rcOpenColorBuffer = ::rcOpenColorBuffer; in RenderControl()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.in14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
/device/generic/vulkan-cereal/stream-servers/
DRenderControl.cpp857 static void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function
1565 dec->rcOpenColorBuffer = rcOpenColorBuffer; in initRenderControlContext()
/device/generic/vulkan-cereal/protocols/renderControl/
DrenderControl.in14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)