Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h27 {"rcFlushWindowColorBuffer", (void*)rcFlushWindowColorBuffer},
DrenderControl_client_base.h27 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
DrenderControl_client_context.h29 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
DrenderControl_entry.cpp24 int rcFlushWindowColorBuffer(uint32_t windowSurface);
148 int rcFlushWindowColorBuffer(uint32_t windowSurface) in rcFlushWindowColorBuffer() function
151 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.cpp1391 this->rcFlushWindowColorBuffer = &rcFlushWindowColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp502 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()
511 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()