Searched refs:rcGetDisplayColorBuffer (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 52 {"rcGetDisplayColorBuffer", (void*)rcGetDisplayColorBuffer},
|
D | renderControl_client_context.h | 54 rcGetDisplayColorBuffer_client_proc_t rcGetDisplayColorBuffer; member
|
D | renderControl_client_context.cpp | 54 …rcGetDisplayColorBuffer = (rcGetDisplayColorBuffer_client_proc_t) getProc("rcGetDisplayColorBuffer… in initDispatchByName()
|
D | renderControl_entry.cpp | 49 int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer); 332 int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) in rcGetDisplayColorBuffer() function 335 return ctx->rcGetDisplayColorBuffer(ctx, displayId, colorBuffer); in rcGetDisplayColorBuffer()
|
D | renderControl_enc.cpp | 2869 this->rcGetDisplayColorBuffer = &rcGetDisplayColorBuffer_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 54 rcGetDisplayColorBuffer_server_proc_t rcGetDisplayColorBuffer; member
|
D | renderControl_server_context.cpp | 54 …rcGetDisplayColorBuffer = (rcGetDisplayColorBuffer_server_proc_t) getProc("rcGetDisplayColorBuffer… in initDispatchByName()
|
D | renderControl_dec.cpp | 882 …*(int *)(&tmpBuf[0 + size_colorBuffer]) = this->rcGetDisplayColorBuffer(var_displayId, (uint32_… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 76 rcGetDisplayColorBuffer
|
D | renderControl.in | 42 GL_ENTRY(int, rcGetDisplayColorBuffer, uint32_t displayId, uint32_t* colorBuffer);
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1293 static int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in rcGetDisplayColorBuffer() function 1592 dec->rcGetDisplayColorBuffer = rcGetDisplayColorBuffer; in initRenderControlContext()
|