Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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);
332 int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) in rcGetDisplayColorBuffer() function
335 return ctx->rcGetDisplayColorBuffer(ctx, displayId, colorBuffer); in rcGetDisplayColorBuffer()
DrenderControl_enc.cpp2869 this->rcGetDisplayColorBuffer = &rcGetDisplayColorBuffer_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h54 rcGetDisplayColorBuffer_server_proc_t rcGetDisplayColorBuffer; member
DrenderControl_server_context.cpp54rcGetDisplayColorBuffer = (rcGetDisplayColorBuffer_server_proc_t) getProc("rcGetDisplayColorBuffer… in initDispatchByName()
DrenderControl_dec.cpp882 …*(int *)(&tmpBuf[0 + size_colorBuffer]) = this->rcGetDisplayColorBuffer(var_displayId, (uint32_… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib76 rcGetDisplayColorBuffer
DrenderControl.in42 GL_ENTRY(int, rcGetDisplayColorBuffer, uint32_t displayId, uint32_t* colorBuffer);
/hardware/google/gfxstream/host/
DRenderControl.cpp1293 static int rcGetDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in rcGetDisplayColorBuffer() function
1592 dec->rcGetDisplayColorBuffer = rcGetDisplayColorBuffer; in initRenderControlContext()