Home | History | Annotate | Download | only in libGLES_CM

Lines Matching defs:ReadPixels

3387 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels)
3402 context->readPixels(x, y, width, height, format, type, nullptr, pixels);