Searched defs:rcReadColorBuffer (Results 1 - 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
H A D | renderControl_client_base.h | 34 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member in struct:renderControl_client_base_t
|
H A D | renderControl_client_context.h | 36 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member in struct:renderControl_client_context_t
|
H A D | renderControl_entry.cpp | 31 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels); 190 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) function 193 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
|
Completed in 47 milliseconds