Searched refs:rcFlushWindowColorBuffer (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_client_base.h | 27 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
|
D | renderControl_ftable.h | 27 {"rcFlushWindowColorBuffer", (void*)rcFlushWindowColorBuffer},
|
D | renderControl_client_context.h | 29 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
|
D | renderControl_entry.cpp | 24 int rcFlushWindowColorBuffer(uint32_t windowSurface); 163 int rcFlushWindowColorBuffer(uint32_t windowSurface) in rcFlushWindowColorBuffer() function 166 return ctx->rcFlushWindowColorBuffer(ctx, windowSurface); in rcFlushWindowColorBuffer()
|
D | renderControl_client_context.cpp | 29 …rcFlushWindowColorBuffer = (rcFlushWindowColorBuffer_client_proc_t) getProc("rcFlushWindowColorBuf… in initDispatchByName()
|
D | renderControl.in | 17 GL_ENTRY(int, rcFlushWindowColorBuffer, uint32_t windowSurface)
|
D | README | 90 void rcFlushWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
|
D | renderControl_enc.cpp | 1992 this->rcFlushWindowColorBuffer = &rcFlushWindowColorBuffer_enc; in renderControl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.in | 17 GL_ENTRY(int, rcFlushWindowColorBuffer, uint32_t windowSurface)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 529 static int rcFlushWindowColorBuffer(uint32_t windowSurface) { in rcFlushWindowColorBuffer() function 844 rcFlushWindowColorBuffer = ::rcFlushWindowColorBuffer; in RenderControl()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 643 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers() 661 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()
|