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

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

Completed in 27 milliseconds