OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcUpdateColorBuffer
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
35
{"
rcUpdateColorBuffer
", (void*)
rcUpdateColorBuffer
},
renderControl_client_context.h
35
rcUpdateColorBuffer_client_proc_t
rcUpdateColorBuffer
;
61
virtual rcUpdateColorBuffer_client_proc_t set_rcUpdateColorBuffer(rcUpdateColorBuffer_client_proc_t f) { rcUpdateColorBuffer_client_proc_t retval =
rcUpdateColorBuffer
;
rcUpdateColorBuffer
= f; return retval;}
renderControl_entry.cpp
33
int
rcUpdateColorBuffer
(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
187
int
rcUpdateColorBuffer
(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
190
return ctx->
rcUpdateColorBuffer
(ctx, colorbuffer, x, y, width, height, format, type, pixels);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
319
static int
rcUpdateColorBuffer
(uint32_t colorBuffer,
359
dec->set_rcUpdateColorBuffer(
rcUpdateColorBuffer
);
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
764
rcEnc->
rcUpdateColorBuffer
(rcEnc, cb->hostHandle,
773
rcEnc->
rcUpdateColorBuffer
(rcEnc, cb->hostHandle, 0, 0,
Completed in 54 milliseconds