Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:ReadPixels

4648 		context->readPixels(x, y, width, height, format, type, &bufSize, data);
4652 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels)
4667 context->readPixels(x, y, width, height, format, type, nullptr, pixels);