Searched refs:rcSetWindowColorBuffer (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/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_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 | renderControl_entry.cpp | 23 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer); 176 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer) in rcSetWindowColorBuffer() function 179 ctx->rcSetWindowColorBuffer(ctx, windowSurface, colorBuffer); in rcSetWindowColorBuffer()
|
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 | 2843 this->rcSetWindowColorBuffer = &rcSetWindowColorBuffer_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 28 rcSetWindowColorBuffer_server_proc_t rcSetWindowColorBuffer; member
|
D | renderControl_server_context.cpp | 28 …rcSetWindowColorBuffer = (rcSetWindowColorBuffer_server_proc_t) getProc("rcSetWindowColorBuffer", … in initDispatchByName()
|
D | renderControl_dec.cpp | 361 this->rcSetWindowColorBuffer(var_windowSurface, var_colorBuffer); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 16 GL_ENTRY(void, rcSetWindowColorBuffer, uint32_t windowSurface, uint32_t colorBuffer)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 911 static void rcSetWindowColorBuffer(uint32_t windowSurface, in rcSetWindowColorBuffer() function 1566 dec->rcSetWindowColorBuffer = rcSetWindowColorBuffer; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 532 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, hostHandle); in init() 800 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, hostHandle); in swapBuffers() 912 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, rcColorBuffer); in init()
|