OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcReadColorBuffer
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
34
{"
rcReadColorBuffer
", (void*)
rcReadColorBuffer
},
renderControl_client_context.h
34
rcReadColorBuffer_client_proc_t
rcReadColorBuffer
;
60
virtual rcReadColorBuffer_client_proc_t set_rcReadColorBuffer(rcReadColorBuffer_client_proc_t f) { rcReadColorBuffer_client_proc_t retval =
rcReadColorBuffer
;
rcReadColorBuffer
= f; return retval;}
renderControl_entry.cpp
32
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)
184
ctx->
rcReadColorBuffer
(ctx, colorbuffer, x, y, width, height, format, type, pixels);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
311
static void
rcReadColorBuffer
(uint32_t colorBuffer,
358
dec->set_rcReadColorBuffer(
rcReadColorBuffer
);
Completed in 27 milliseconds