Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h75 {"rcReadColorBufferDMA", (void*)rcReadColorBufferDMA},
DrenderControl_client_context.h77 rcReadColorBufferDMA_client_proc_t rcReadColorBufferDMA; member
DrenderControl_client_context.cpp77rcReadColorBufferDMA = (rcReadColorBufferDMA_client_proc_t) getProc("rcReadColorBufferDMA", userDa… in initDispatchByName()
DrenderControl_entry.cpp72 …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()
DrenderControl_enc.cpp2892 this->rcReadColorBufferDMA = &rcReadColorBufferDMA_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h77 rcReadColorBufferDMA_server_proc_t rcReadColorBufferDMA; member
DrenderControl_server_context.cpp77rcReadColorBufferDMA = (rcReadColorBufferDMA_server_proc_t) getProc("rcReadColorBufferDMA", userDa… in initDispatchByName()
DrenderControl_dec.cpp1355 …*(int *)(&tmpBuf[0]) = this->rcReadColorBufferDMA(var_colorbuffer, var_x, var_y, var_width, var… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib115 rcReadColorBufferDMA
DrenderControl.in65 GL_ENTRY(int, rcReadColorBufferDMA, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint heig…
/hardware/google/gfxstream/host/
DRenderControl.cpp1498 static int rcReadColorBufferDMA(uint32_t colorBuffer, in rcReadColorBufferDMA() function
1615 dec->rcReadColorBufferDMA = rcReadColorBufferDMA; in initRenderControlContext()