Searched refs:rcOpenColorBuffer2 (Results 1 – 12 of 12) sorted by relevance
36 rcOpenColorBuffer2_client_proc_t rcOpenColorBuffer2; member
36 {"rcOpenColorBuffer2", (void*)rcOpenColorBuffer2},
38 rcOpenColorBuffer2_client_proc_t rcOpenColorBuffer2; member
38 rcOpenColorBuffer2 = (rcOpenColorBuffer2_client_proc_t) getProc("rcOpenColorBuffer2", userData); in initDispatchByName()
26 GL_ENTRY(int, rcOpenColorBuffer2, uint32_t colorbuffer)
33 int rcOpenColorBuffer2(uint32_t colorbuffer);236 int rcOpenColorBuffer2(uint32_t colorbuffer) in rcOpenColorBuffer2() function239 return ctx->rcOpenColorBuffer2(ctx, colorbuffer); in rcOpenColorBuffer2()
2853 this->rcOpenColorBuffer2 = &rcOpenColorBuffer2_enc; in renderControl_encoder_context_t()
38 rcOpenColorBuffer2_server_proc_t rcOpenColorBuffer2; member
38 rcOpenColorBuffer2 = (rcOpenColorBuffer2_server_proc_t) getProc("rcOpenColorBuffer2", userData); in initDispatchByName()
550 *(int *)(&tmpBuf[0]) = this->rcOpenColorBuffer2(var_colorbuffer); in decode()
833 static int rcOpenColorBuffer2(uint32_t colorbuffer) in rcOpenColorBuffer2() function844 (void) rcOpenColorBuffer2(colorbuffer); in rcOpenColorBuffer()1576 dec->rcOpenColorBuffer2 = rcOpenColorBuffer2; in initRenderControlContext()