Searched refs:rcReadColorBufferDMA (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 75 {"rcReadColorBufferDMA", (void*)rcReadColorBufferDMA},
|
D | renderControl_client_context.h | 77 rcReadColorBufferDMA_client_proc_t rcReadColorBufferDMA; member
|
D | renderControl_client_context.cpp | 77 …rcReadColorBufferDMA = (rcReadColorBufferDMA_client_proc_t) getProc("rcReadColorBufferDMA", userDa… in initDispatchByName()
|
D | renderControl_entry.cpp | 72 …int rcReadColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum… 470 int rcReadColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum … in rcReadColorBufferDMA() function 473 …return ctx->rcReadColorBufferDMA(ctx, colorbuffer, x, y, width, height, format, type, pixels, pixe… in rcReadColorBufferDMA()
|
D | renderControl_enc.cpp | 2892 this->rcReadColorBufferDMA = &rcReadColorBufferDMA_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 77 rcReadColorBufferDMA_server_proc_t rcReadColorBufferDMA; member
|
D | renderControl_server_context.cpp | 77 …rcReadColorBufferDMA = (rcReadColorBufferDMA_server_proc_t) getProc("rcReadColorBufferDMA", userDa… in initDispatchByName()
|
D | renderControl_dec.cpp | 1355 …*(int *)(&tmpBuf[0]) = this->rcReadColorBufferDMA(var_colorbuffer, var_x, var_y, var_width, var… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 115 rcReadColorBufferDMA
|
D | renderControl.in | 65 GL_ENTRY(int, rcReadColorBufferDMA, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint heig…
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1498 static int rcReadColorBufferDMA(uint32_t colorBuffer, in rcReadColorBufferDMA() function 1615 dec->rcReadColorBufferDMA = rcReadColorBufferDMA; in initRenderControlContext()
|