Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:readPixels

1855 void Context::readPixels(GLint x, GLint y, GLsizei width, GLsizei height,
1881 mRenderer->readPixels(framebuffer, x, y, width, height, format, type, outputPitch, getPackReverseRowOrder(), getPackAlignment(), pixels);