Home | History | Annotate | Download | only in libGLES_CM

Lines Matching refs:ReadPixels

287 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
1205 return es1::ReadPixels(x, y, width, height, format, type, pixels);
1552 ReadPixels;