Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h42 {"rcFlushWindowColorBufferAsync", (void*)rcFlushWindowColorBufferAsync},
DrenderControl_client_context.h44 rcFlushWindowColorBufferAsync_client_proc_t rcFlushWindowColorBufferAsync; member
DrenderControl_client_context.cpp44rcFlushWindowColorBufferAsync = (rcFlushWindowColorBufferAsync_client_proc_t) getProc("rcFlushWind… in initDispatchByName()
DrenderControl_entry.cpp39 void rcFlushWindowColorBufferAsync(uint32_t windowSurface);
247 void rcFlushWindowColorBufferAsync(uint32_t windowSurface) in rcFlushWindowColorBufferAsync() function
250 ctx->rcFlushWindowColorBufferAsync(ctx, windowSurface); in rcFlushWindowColorBufferAsync()
DrenderControl.in35 GL_ENTRY(void, rcFlushWindowColorBufferAsync, uint32_t windowSurface)
DrenderControl_enc.cpp1789 this->rcFlushWindowColorBufferAsync = &rcFlushWindowColorBufferAsync_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.in32 GL_ENTRY(void, rcFlushWindowColorBufferAsync, uint32_t windowSurface)
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp773 static void rcFlushWindowColorBufferAsync(uint32_t windowSurface) { in rcFlushWindowColorBufferAsync() function
859 rcFlushWindowColorBufferAsync = ::rcFlushWindowColorBufferAsync; in RenderControl()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp547 rcEnc->rcFlushWindowColorBufferAsync(rcEnc, rcSurface); in swapBuffers()