Searched refs:rcUpdateColorBufferDMA (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 45 {"rcUpdateColorBufferDMA", (void*)rcUpdateColorBufferDMA},
|
D | renderControl_client_context.h | 47 rcUpdateColorBufferDMA_client_proc_t rcUpdateColorBufferDMA; member
|
D | renderControl_client_context.cpp | 47 …rcUpdateColorBufferDMA = (rcUpdateColorBufferDMA_client_proc_t) getProc("rcUpdateColorBufferDMA", … in initDispatchByName()
|
D | renderControl_entry.cpp | 42 …int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLen… 290 int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenu… in rcUpdateColorBufferDMA() function 293 …return ctx->rcUpdateColorBufferDMA(ctx, colorbuffer, x, y, width, height, format, type, pixels, pi… in rcUpdateColorBufferDMA()
|
D | renderControl_enc.cpp | 2862 this->rcUpdateColorBufferDMA = &rcUpdateColorBufferDMA_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 47 rcUpdateColorBufferDMA_server_proc_t rcUpdateColorBufferDMA; member
|
D | renderControl_server_context.cpp | 47 …rcUpdateColorBufferDMA = (rcUpdateColorBufferDMA_server_proc_t) getProc("rcUpdateColorBufferDMA", … in initDispatchByName()
|
D | renderControl_dec.cpp | 735 …*(int *)(&tmpBuf[0]) = this->rcUpdateColorBufferDMA(var_colorbuffer, var_x, var_y, var_width, v… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 50 rcUpdateColorBufferDMA
|
D | renderControl.in | 35 GL_ENTRY(int, rcUpdateColorBufferDMA, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint he…
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1019 static int rcUpdateColorBufferDMA(uint32_t colorBuffer, in rcUpdateColorBufferDMA() function 1585 dec->rcUpdateColorBufferDMA = rcUpdateColorBufferDMA; in initRenderControlContext()
|