Home
last modified time | relevance | path

Searched refs:rcUpdateColorBufferDMA (Results 1 – 6 of 6) 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_entry.cpp42 …int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLen…
256 int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenu… in rcUpdateColorBufferDMA() function
259 …return ctx->rcUpdateColorBufferDMA(ctx, colorbuffer, x, y, width, height, format, type, pixels, pi… in rcUpdateColorBufferDMA()
DrenderControl_client_context.cpp47rcUpdateColorBufferDMA = (rcUpdateColorBufferDMA_client_proc_t) getProc("rcUpdateColorBufferDMA", … in initDispatchByName()
DrenderControl_enc.cpp1409 this->rcUpdateColorBufferDMA = &rcUpdateColorBufferDMA_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp369 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb->hostHandle, in updateHostColorBuffer()