OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcReadColorBuffer
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_client_base.h
34
rcReadColorBuffer_client_proc_t
rcReadColorBuffer
;
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)
193
ctx->
rcReadColorBuffer
(ctx, colorbuffer, x, y, width, height, format, type, pixels);
renderControl_client_context.h
36
rcReadColorBuffer_client_proc_t
rcReadColorBuffer
;
Completed in 168 milliseconds