Home
last modified time | relevance | path

Searched refs:rcUpdateColorBufferDMA (Results 1 – 17 of 17) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h45 {"rcUpdateColorBufferDMA", (void*)rcUpdateColorBufferDMA},
DrenderControl_entry.cpp42 …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()
DrenderControl_client_context.h47 rcUpdateColorBufferDMA_client_proc_t rcUpdateColorBufferDMA; member
DrenderControl_client_context.cpp47rcUpdateColorBufferDMA = (rcUpdateColorBufferDMA_client_proc_t) getProc("rcUpdateColorBufferDMA", … in initDispatchByName()
DrenderControl_enc.cpp2779 this->rcUpdateColorBufferDMA = &rcUpdateColorBufferDMA_enc; in renderControl_encoder_context_t()
/device/generic/vulkan-cereal/stream-servers/renderControl_dec/
DrenderControl_server_context.h47 rcUpdateColorBufferDMA_server_proc_t rcUpdateColorBufferDMA; member
DrenderControl_server_context.cpp47rcUpdateColorBufferDMA = (rcUpdateColorBufferDMA_server_proc_t) getProc("rcUpdateColorBufferDMA", … in initDispatchByName()
DrenderControl_dec.cpp735 …*(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/
DrenderControl.attrib98 rcUpdateColorBufferDMA
DrenderControl.in35 GL_ENTRY(int, rcUpdateColorBufferDMA, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint he…
/device/generic/vulkan-cereal/protocols/renderControl/
DrenderControl.attrib50 rcUpdateColorBufferDMA
DrenderControl.in35 GL_ENTRY(int, rcUpdateColorBufferDMA, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint he…
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp803 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/
DRenderControl.cpp1064 static int rcUpdateColorBufferDMA(uint32_t colorBuffer, in rcUpdateColorBufferDMA() function
1598 dec->rcUpdateColorBufferDMA = rcUpdateColorBufferDMA; in initRenderControlContext()
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp561 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb.hostHandle, in unlockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp423 rcEnc->rcUpdateColorBufferDMA(rcEnc, handle.hostHandle, in unlock_impl()
Dgralloc_old.cpp537 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb->hostHandle, in updateHostColorBuffer()