Searched refs:rcUpdateColorBuffer (Results 1 - 4 of 4) sorted by relevance

/development/tools/emulator/opengl/system/renderControl_enc/
H A DrenderControl_ftable.h35 {"rcUpdateColorBuffer", (void*)rcUpdateColorBuffer},
H A DrenderControl_client_context.h35 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer; member in struct:renderControl_client_context_t
61 virtual rcUpdateColorBuffer_client_proc_t set_rcUpdateColorBuffer(rcUpdateColorBuffer_client_proc_t f) { rcUpdateColorBuffer_client_proc_t retval = rcUpdateColorBuffer; rcUpdateColorBuffer = f; return retval;}
H A DrenderControl_entry.cpp33 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) function
190 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
/development/tools/emulator/opengl/system/gralloc/
H A Dgralloc.cpp742 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle,
751 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle, 0, 0,

Completed in 58 milliseconds