Searched refs:rcOpenColorBuffer (Results 1 – 13 of 13) sorted by relevance
24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
26 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
26 rcOpenColorBuffer = (rcOpenColorBuffer_client_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
21 void rcOpenColorBuffer(uint32_t colorbuffer);164 void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function167 ctx->rcOpenColorBuffer(ctx, colorbuffer); in rcOpenColorBuffer()
82 void rcOpenColorBuffer(uint32_t colorbuffer);
2841 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc; in renderControl_encoder_context_t()
26 rcOpenColorBuffer_server_proc_t rcOpenColorBuffer; member
26 rcOpenColorBuffer = (rcOpenColorBuffer_server_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
334 this->rcOpenColorBuffer(var_colorbuffer); in decode()
842 static void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function1564 dec->rcOpenColorBuffer = rcOpenColorBuffer; in initRenderControlContext()