Searched refs:rcSetWindowColorBuffer (Results 1 – 6 of 6) sorted by relevance
| /device/generic/goldfish/opengl/system/renderControl_enc/ |
| D | renderControl_client_context.h | 26 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; member 53 …t f) { rcSetWindowColorBuffer_client_proc_t retval = rcSetWindowColorBuffer; rcSetWindowColorBuffe… in set_rcSetWindowColorBuffer()
|
| D | renderControl_ftable.h | 26 {"rcSetWindowColorBuffer", (void*)rcSetWindowColorBuffer},
|
| D | renderControl_entry.cpp | 24 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer); 134 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer) in rcSetWindowColorBuffer() function 137 ctx->rcSetWindowColorBuffer(ctx, windowSurface, colorBuffer); in rcSetWindowColorBuffer()
|
| 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);
|
| /device/generic/goldfish/opengl/system/egl/ |
| D | egl.cpp | 277 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in init() 324 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in swapBuffers() 388 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, rcColorBuffer); in init()
|