Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h45 {"rcUpdateColorBufferDMA", (void*)rcUpdateColorBufferDMA},
DrenderControl_client_context.h47 rcUpdateColorBufferDMA_client_proc_t rcUpdateColorBufferDMA; member
DrenderControl_client_context.cpp47rcUpdateColorBufferDMA = (rcUpdateColorBufferDMA_client_proc_t) getProc("rcUpdateColorBufferDMA", … in initDispatchByName()
DrenderControl_entry.cpp42 …int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLen…
268 int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenu… in rcUpdateColorBufferDMA() function
271 …return ctx->rcUpdateColorBufferDMA(ctx, colorbuffer, x, y, width, height, format, type, pixels, pi… in rcUpdateColorBufferDMA()
DrenderControl_enc.cpp1917 this->rcUpdateColorBufferDMA = &rcUpdateColorBufferDMA_enc; in renderControl_encoder_context_t()
/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/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/goldfish-opengl/system/hals/
Dmapper3.cpp522 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb.hostHandle, in unlockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp421 rcEnc->rcUpdateColorBufferDMA(rcEnc, handle.hostHandle, in unlock_impl()
Dgralloc_old.cpp537 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb->hostHandle, in updateHostColorBuffer()