Searched refs:rcReadColorBuffer (Results 1 – 6 of 6) sorted by relevance
/development/tools/emulator/opengl/system/renderControl_enc/ |
D | renderControl_ftable.h | 34 {"rcReadColorBuffer", (void*)rcReadColorBuffer},
|
D | renderControl_client_context.h | 34 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member 60 …ient_proc_t f) { rcReadColorBuffer_client_proc_t retval = rcReadColorBuffer; rcReadColorBuffer = f… in set_rcReadColorBuffer()
|
D | renderControl.attrib | 34 rcReadColorBuffer
|
D | renderControl_entry.cpp | 32 …void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f… 181 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum fo… in rcReadColorBuffer() function 184 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels); in rcReadColorBuffer()
|
D | renderControl.in | 24 GL_ENTRY(void, rcReadColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height…
|
D | README | 125 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y,
|