Home
last modified time | relevance | path

Searched refs:rcGetDisplayColorBuffer (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h52 {"rcGetDisplayColorBuffer", (void*)rcGetDisplayColorBuffer},
DrenderControl_client_context.h54 rcGetDisplayColorBuffer_client_proc_t rcGetDisplayColorBuffer; member
DrenderControl_client_context.cpp54rcGetDisplayColorBuffer = (rcGetDisplayColorBuffer_client_proc_t) getProc("rcGetDisplayColorBuffer… in initDispatchByName()
DrenderControl_entry.cpp49 int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer);
310 int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) in rcGetDisplayColorBuffer() function
313 return ctx->rcGetDisplayColorBuffer(ctx, displayId, colorBuffer); in rcGetDisplayColorBuffer()
DrenderControl_enc.cpp1924 this->rcGetDisplayColorBuffer = &rcGetDisplayColorBuffer_enc; in renderControl_encoder_context_t()