Home
last modified time | relevance | path

Searched refs:rcFlushWindowColorBuffer (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h27 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
DrenderControl_ftable.h27 {"rcFlushWindowColorBuffer", (void*)rcFlushWindowColorBuffer},
DrenderControl_client_context.h29 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
DrenderControl_client_context.cpp29rcFlushWindowColorBuffer = (rcFlushWindowColorBuffer_client_proc_t) getProc("rcFlushWindowColorBuf… in initDispatchByName()
DrenderControl.in17 GL_ENTRY(int, rcFlushWindowColorBuffer, uint32_t windowSurface)
DrenderControl_entry.cpp24 int rcFlushWindowColorBuffer(uint32_t windowSurface);
182 int rcFlushWindowColorBuffer(uint32_t windowSurface) in rcFlushWindowColorBuffer() function
185 return ctx->rcFlushWindowColorBuffer(ctx, windowSurface); in rcFlushWindowColorBuffer()
DREADME90 void rcFlushWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
DrenderControl_enc.cpp2844 this->rcFlushWindowColorBuffer = &rcFlushWindowColorBuffer_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h29 rcFlushWindowColorBuffer_server_proc_t rcFlushWindowColorBuffer; member
DrenderControl_server_context.cpp29rcFlushWindowColorBuffer = (rcFlushWindowColorBuffer_server_proc_t) getProc("rcFlushWindowColorBuf… in initDispatchByName()
DrenderControl_dec.cpp377 *(int *)(&tmpBuf[0]) = this->rcFlushWindowColorBuffer(var_windowSurface); in decode()
/hardware/google/gfxstream/host/
DRenderControl.cpp856 static int rcFlushWindowColorBuffer(uint32_t windowSurface) in rcFlushWindowColorBuffer() function
908 rcFlushWindowColorBuffer(windowSurface); in rcFlushWindowColorBufferAsync()
1567 dec->rcFlushWindowColorBuffer = rcFlushWindowColorBuffer; in initRenderControlContext()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in17 GL_ENTRY(int, rcFlushWindowColorBuffer, uint32_t windowSurface)