Home
last modified time | relevance | path

Searched refs:rcUpdateColorBuffer (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h35 {"rcUpdateColorBuffer", (void*)rcUpdateColorBuffer},
DrenderControl_client_base.h35 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer; member
DrenderControl_client_context.h37 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer; member
DrenderControl.attrib38 rcUpdateColorBuffer
DrenderControl_entry.cpp32 …int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum …
196 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f… in rcUpdateColorBuffer() function
199 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels); in rcUpdateColorBuffer()
DrenderControl_client_context.cpp37 rcUpdateColorBuffer = (rcUpdateColorBuffer_client_proc_t) getProc("rcUpdateColorBuffer", userData); in initDispatchByName()
DrenderControl.in25 GL_ENTRY(int, rcUpdateColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint heigh…
DREADME132 void rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y,
DrenderControl_enc.cpp1399 this->rcUpdateColorBuffer = &rcUpdateColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp385 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle, in updateHostColorBuffer()