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

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_client_base.h 34 rcReadColorBuffer_client_proc_t rcReadColorBuffer;
renderControl_entry.cpp 31 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
191 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
194 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
renderControl_client_context.h 36 rcReadColorBuffer_client_proc_t rcReadColorBuffer;

Completed in 389 milliseconds