Searched refs:rcFlushWindowColorBuffer (Results 1 – 13 of 13) sorted by relevance
27 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
27 {"rcFlushWindowColorBuffer", (void*)rcFlushWindowColorBuffer},
29 rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; member
29 …rcFlushWindowColorBuffer = (rcFlushWindowColorBuffer_client_proc_t) getProc("rcFlushWindowColorBuf… in initDispatchByName()
17 GL_ENTRY(int, rcFlushWindowColorBuffer, uint32_t windowSurface)
24 int rcFlushWindowColorBuffer(uint32_t windowSurface);182 int rcFlushWindowColorBuffer(uint32_t windowSurface) in rcFlushWindowColorBuffer() function185 return ctx->rcFlushWindowColorBuffer(ctx, windowSurface); in rcFlushWindowColorBuffer()
90 void rcFlushWindowColorBuffer(uint32_t windowSurface, uint32_t colorBuffer);
2844 this->rcFlushWindowColorBuffer = &rcFlushWindowColorBuffer_enc; in renderControl_encoder_context_t()
29 rcFlushWindowColorBuffer_server_proc_t rcFlushWindowColorBuffer; member
29 …rcFlushWindowColorBuffer = (rcFlushWindowColorBuffer_server_proc_t) getProc("rcFlushWindowColorBuf… in initDispatchByName()
377 *(int *)(&tmpBuf[0]) = this->rcFlushWindowColorBuffer(var_windowSurface); in decode()
856 static int rcFlushWindowColorBuffer(uint32_t windowSurface) in rcFlushWindowColorBuffer() function908 rcFlushWindowColorBuffer(windowSurface); in rcFlushWindowColorBufferAsync()1567 dec->rcFlushWindowColorBuffer = rcFlushWindowColorBuffer; in initRenderControlContext()