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_client_context.h
36
rcReadColorBuffer_client_proc_t
rcReadColorBuffer
;
renderControl_entry.cpp
32
void
rcReadColorBuffer
(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
185
void
rcReadColorBuffer
(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
188
ctx->
rcReadColorBuffer
(ctx, colorbuffer, x, y, width, height, format, type, pixels);
Completed in 85 milliseconds