Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h26 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; member
DrenderControl_ftable.h26 {"rcSetWindowColorBuffer", (void*)rcSetWindowColorBuffer},
DrenderControl_client_context.h28 rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; member
DrenderControl_client_context.cpp28rcSetWindowColorBuffer = (rcSetWindowColorBuffer_client_proc_t) getProc("rcSetWindowColorBuffer", … in initDispatchByName()
DrenderControl.in16 GL_ENTRY(void, rcSetWindowColorBuffer, uint32_t windowSurface, uint32_t colorBuffer)
DrenderControl_entry.cpp23 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()
DREADME77 rcSetWindowColorBuffer or to be displayed on the framebuffer window
93 void rcSetWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
DrenderControl_enc.cpp2843 this->rcSetWindowColorBuffer = &rcSetWindowColorBuffer_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h28 rcSetWindowColorBuffer_server_proc_t rcSetWindowColorBuffer; member
DrenderControl_server_context.cpp28rcSetWindowColorBuffer = (rcSetWindowColorBuffer_server_proc_t) getProc("rcSetWindowColorBuffer", … in initDispatchByName()
DrenderControl_dec.cpp361 this->rcSetWindowColorBuffer(var_windowSurface, var_colorBuffer); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in16 GL_ENTRY(void, rcSetWindowColorBuffer, uint32_t windowSurface, uint32_t colorBuffer)
/hardware/google/gfxstream/host/
DRenderControl.cpp911 static void rcSetWindowColorBuffer(uint32_t windowSurface, in rcSetWindowColorBuffer() function
1566 dec->rcSetWindowColorBuffer = rcSetWindowColorBuffer; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp532 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, hostHandle); in init()
800 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, hostHandle); in swapBuffers()
912 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, rcColorBuffer); in init()