Searched refs:rcSetWindowColorBuffer (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_client_base.h | 26 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; member
|
D | renderControl_ftable.h | 26 {"rcSetWindowColorBuffer", (void*)rcSetWindowColorBuffer},
|
D | renderControl_client_context.h | 28 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; member
|
D | renderControl_entry.cpp | 23 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer); 157 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer) in rcSetWindowColorBuffer() function 160 ctx->rcSetWindowColorBuffer(ctx, windowSurface, colorBuffer); in rcSetWindowColorBuffer()
|
D | renderControl_client_context.cpp | 28 …rcSetWindowColorBuffer = (rcSetWindowColorBuffer_client_proc_t) getProc("rcSetWindowColorBuffer", … in initDispatchByName()
|
D | renderControl.in | 16 GL_ENTRY(void, rcSetWindowColorBuffer, uint32_t windowSurface, uint32_t colorBuffer)
|
D | README | 77 rcSetWindowColorBuffer or to be displayed on the framebuffer window 93 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
|
D | renderControl_enc.cpp | 1991 this->rcSetWindowColorBuffer = &rcSetWindowColorBuffer_enc; in renderControl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.attrib | 52 rcSetWindowColorBuffer
|
D | renderControl.in | 16 GL_ENTRY(void, rcSetWindowColorBuffer, uint32_t windowSurface, uint32_t colorBuffer)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 486 static void rcSetWindowColorBuffer(void* ctx_, uint32_t windowSurface, uint32_t colorBuffer) { in rcSetWindowColorBuffer() function 843 rcSetWindowColorBuffer_dec = ::rcSetWindowColorBuffer; in RenderControl()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 425 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in init() 691 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in swapBuffers() 801 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, rcColorBuffer); in init()
|