Searched refs:rcOpenColorBuffer (Results 1 – 8 of 8) sorted by relevance
24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
22 void rcOpenColorBuffer(uint32_t colorbuffer);125 void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function128 ctx->rcOpenColorBuffer(ctx, colorbuffer); in rcOpenColorBuffer()
24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
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)
82 void rcOpenColorBuffer(uint32_t colorbuffer);
1079 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc; in renderControl_encoder_context_t()