Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h34 {"rcReadColorBuffer", (void*)rcReadColorBuffer},
DrenderControl_client_base.h34 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member
DrenderControl_client_context.h36 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member
DrenderControl.attrib34 rcReadColorBuffer
DrenderControl_entry.cpp31 …void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f…
190 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum fo… in rcReadColorBuffer() function
193 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels); in rcReadColorBuffer()
DrenderControl_client_context.cpp36 rcReadColorBuffer = (rcReadColorBuffer_client_proc_t) getProc("rcReadColorBuffer", userData); in initDispatchByName()
DrenderControl.in24 GL_ENTRY(void, rcReadColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height…
DREADME125 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y,
DrenderControl_enc.cpp1398 this->rcReadColorBuffer = &rcReadColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1114 rcEnc->rcReadColorBuffer(rcEnc, cb->hostHandle, in gralloc_lock()