/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_ftable.h | 45 {"rcUpdateColorBufferDMA", (void*)rcUpdateColorBufferDMA},
|
D | renderControl_entry.cpp | 42 …int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLen… 288 int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenu… in rcUpdateColorBufferDMA() function 291 …return ctx->rcUpdateColorBufferDMA(ctx, colorbuffer, x, y, width, height, format, type, pixels, pi… in 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_enc.cpp | 2779 this->rcUpdateColorBufferDMA = &rcUpdateColorBufferDMA_enc; in renderControl_encoder_context_t()
|
/device/generic/vulkan-cereal/stream-servers/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()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.attrib | 98 rcUpdateColorBufferDMA
|
D | renderControl.in | 35 GL_ENTRY(int, rcUpdateColorBufferDMA, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint he…
|
/device/generic/vulkan-cereal/protocols/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…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 803 static int rcUpdateColorBufferDMA(uint32_t, GLint, GLint, GLint, GLint, GLenum, GLenum, void*, in rcUpdateColorBufferDMA() function 862 rcUpdateColorBufferDMA = ::rcUpdateColorBufferDMA; in RenderControl()
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderControl.cpp | 1064 static int rcUpdateColorBufferDMA(uint32_t colorBuffer, in rcUpdateColorBufferDMA() function 1598 dec->rcUpdateColorBufferDMA = rcUpdateColorBufferDMA; in initRenderControlContext()
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 561 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb.hostHandle, in unlockHostImpl()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 423 rcEnc->rcUpdateColorBufferDMA(rcEnc, handle.hostHandle, in unlock_impl()
|
D | gralloc_old.cpp | 537 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb->hostHandle, in updateHostColorBuffer()
|