Searched refs:rcGetDisplayColorBuffer (Results 1 – 5 of 5) sorted by relevance
52 {"rcGetDisplayColorBuffer", (void*)rcGetDisplayColorBuffer},
54 rcGetDisplayColorBuffer_client_proc_t rcGetDisplayColorBuffer; member
54 …rcGetDisplayColorBuffer = (rcGetDisplayColorBuffer_client_proc_t) getProc("rcGetDisplayColorBuffer… in initDispatchByName()
49 int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer);310 int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) in rcGetDisplayColorBuffer() function313 return ctx->rcGetDisplayColorBuffer(ctx, displayId, colorBuffer); in rcGetDisplayColorBuffer()
1924 this->rcGetDisplayColorBuffer = &rcGetDisplayColorBuffer_enc; in renderControl_encoder_context_t()