Searched refs:rcReadColorBuffer (Results 1 - 3 of 3) sorted by relevance

/development/tools/emulator/opengl/system/renderControl_enc/
H A DrenderControl_ftable.h34 {"rcReadColorBuffer", (void*)rcReadColorBuffer},
H A DrenderControl_client_context.h34 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member in struct:renderControl_client_context_t
60 virtual rcReadColorBuffer_client_proc_t set_rcReadColorBuffer(rcReadColorBuffer_client_proc_t f) { rcReadColorBuffer_client_proc_t retval = rcReadColorBuffer; rcReadColorBuffer = f; return retval;}
H A DrenderControl_entry.cpp32 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
181 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) function
184 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);

Completed in 22 milliseconds