Searched refs:rcSetDisplayColorBuffer (Results 1 – 5 of 5) sorted by relevance
51 {"rcSetDisplayColorBuffer", (void*)rcSetDisplayColorBuffer},
53 rcSetDisplayColorBuffer_client_proc_t rcSetDisplayColorBuffer; member
48 int rcSetDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer);307 int rcSetDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer) in rcSetDisplayColorBuffer() function310 return ctx->rcSetDisplayColorBuffer(ctx, displayId, colorBuffer); in rcSetDisplayColorBuffer()
53 …rcSetDisplayColorBuffer = (rcSetDisplayColorBuffer_client_proc_t) getProc("rcSetDisplayColorBuffer… in initDispatchByName()
2016 this->rcSetDisplayColorBuffer = &rcSetDisplayColorBuffer_enc; in renderControl_encoder_context_t()