Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/renderControl_enc/
DrenderControl_client_context.h26 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; member
53 …t f) { rcSetWindowColorBuffer_client_proc_t retval = rcSetWindowColorBuffer; rcSetWindowColorBuffe… in set_rcSetWindowColorBuffer()
DrenderControl_ftable.h26 {"rcSetWindowColorBuffer", (void*)rcSetWindowColorBuffer},
DrenderControl_entry.cpp24 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()
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);
/device/generic/goldfish/opengl/system/egl/
Degl.cpp277 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in init()
324 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in swapBuffers()
388 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, rcColorBuffer); in init()