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

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

Completed in 30 milliseconds