Home
last modified time | relevance | path

Searched refs:rcFlushWindowColorBuffer (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_client_base.h27 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
DrenderControl_ftable.h27 {"rcFlushWindowColorBuffer", (void*)rcFlushWindowColorBuffer},
DrenderControl_client_context.h29 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
DrenderControl_entry.cpp24 int rcFlushWindowColorBuffer(uint32_t windowSurface);
163 int rcFlushWindowColorBuffer(uint32_t windowSurface) in rcFlushWindowColorBuffer() function
166 return ctx->rcFlushWindowColorBuffer(ctx, windowSurface); in rcFlushWindowColorBuffer()
DrenderControl_client_context.cpp29rcFlushWindowColorBuffer = (rcFlushWindowColorBuffer_client_proc_t) getProc("rcFlushWindowColorBuf… in initDispatchByName()
DrenderControl.in17 GL_ENTRY(int, rcFlushWindowColorBuffer, uint32_t windowSurface)
DREADME90 void rcFlushWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
DrenderControl_enc.cpp1992 this->rcFlushWindowColorBuffer = &rcFlushWindowColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.in17 GL_ENTRY(int, rcFlushWindowColorBuffer, uint32_t windowSurface)
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp529 static int rcFlushWindowColorBuffer(uint32_t windowSurface) { in rcFlushWindowColorBuffer() function
844 rcFlushWindowColorBuffer = ::rcFlushWindowColorBuffer; in RenderControl()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp643 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()
661 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()