Home
last modified time | relevance | path

Searched refs:rcOpenColorBuffer (Results 1 – 10 of 10) 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_client_context.h26 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
DrenderControl_entry.cpp21 void rcOpenColorBuffer(uint32_t colorbuffer);
145 void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function
148 ctx->rcOpenColorBuffer(ctx, colorbuffer); in rcOpenColorBuffer()
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.cpp1989 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.in14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp478 static void rcOpenColorBuffer(uint32_t) { in rcOpenColorBuffer() function
841 rcOpenColorBuffer = ::rcOpenColorBuffer; in RenderControl()