Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h53 {"rcGetColorBufferDisplay", (void*)rcGetColorBufferDisplay},
DrenderControl_client_context.h55 rcGetColorBufferDisplay_client_proc_t rcGetColorBufferDisplay; member
DrenderControl_client_context.cpp55rcGetColorBufferDisplay = (rcGetColorBufferDisplay_client_proc_t) getProc("rcGetColorBufferDisplay… in initDispatchByName()
DrenderControl_entry.cpp50 int rcGetColorBufferDisplay(uint32_t colorBuffer, uint32_t* displayId);
338 int rcGetColorBufferDisplay(uint32_t colorBuffer, uint32_t* displayId) in rcGetColorBufferDisplay() function
341 return ctx->rcGetColorBufferDisplay(ctx, colorBuffer, displayId); in rcGetColorBufferDisplay()
DrenderControl_enc.cpp2870 this->rcGetColorBufferDisplay = &rcGetColorBufferDisplay_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h55 rcGetColorBufferDisplay_server_proc_t rcGetColorBufferDisplay; member
DrenderControl_server_context.cpp55rcGetColorBufferDisplay = (rcGetColorBufferDisplay_server_proc_t) getProc("rcGetColorBufferDisplay… in initDispatchByName()
DrenderControl_dec.cpp906 …*(int *)(&tmpBuf[0 + size_displayId]) = this->rcGetColorBufferDisplay(var_colorBuffer, (uint32_… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib80 rcGetColorBufferDisplay
DrenderControl.in43 GL_ENTRY(int, rcGetColorBufferDisplay, uint32_t colorBuffer, uint32_t* displayId);
/hardware/google/gfxstream/host/
DRenderControl.cpp1302 static int rcGetColorBufferDisplay(uint32_t colorBuffer, uint32_t* displayId) { in rcGetColorBufferDisplay() function
1593 dec->rcGetColorBufferDisplay = rcGetColorBufferDisplay; in initRenderControlContext()