HomeSort by relevance Sort by last modified time
    Searched defs:rcUpdateColorBuffer (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_client_base.h 35 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer;
renderControl_entry.cpp 32 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
197 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
200 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
renderControl_client_context.h 37 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer;

Completed in 2756 milliseconds