Searched refs:rcOpenColorBuffer (Results 1 – 10 of 10) sorted by relevance
24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
26 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
21 void rcOpenColorBuffer(uint32_t colorbuffer);145 void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function148 ctx->rcOpenColorBuffer(ctx, colorbuffer); in rcOpenColorBuffer()
26 rcOpenColorBuffer = (rcOpenColorBuffer_client_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
82 void rcOpenColorBuffer(uint32_t colorbuffer);
1989 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc; in renderControl_encoder_context_t()
478 static void rcOpenColorBuffer(uint32_t) { in rcOpenColorBuffer() function841 rcOpenColorBuffer = ::rcOpenColorBuffer; in RenderControl()