Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h26 {"rcSetWindowColorBuffer", (void*)rcSetWindowColorBuffer},
DrenderControl_client_base.h26 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; member
DrenderControl_client_context.h28 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; member
DrenderControl_entry.cpp23 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
142 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer) in rcSetWindowColorBuffer() function
145 ctx->rcSetWindowColorBuffer(ctx, windowSurface, colorBuffer); in rcSetWindowColorBuffer()
DrenderControl_client_context.cpp28rcSetWindowColorBuffer = (rcSetWindowColorBuffer_client_proc_t) getProc("rcSetWindowColorBuffer", … in initDispatchByName()
DrenderControl.in16 GL_ENTRY(void, rcSetWindowColorBuffer, uint32_t windowSurface, uint32_t colorBuffer)
DREADME77 rcSetWindowColorBuffer or to be displayed on the framebuffer window
93 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
DrenderControl_enc.cpp1390 this->rcSetWindowColorBuffer = &rcSetWindowColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp380 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in init()
541 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in swapBuffers()
607 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, rcColorBuffer); in init()