Home | History | Annotate | Download | only in GLES_CM

Lines Matching refs:glReadPixels

1339 GL_API void GL_APIENTRY  glReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) {
1344 ctx->dispatcher().glReadPixels(x,y,width,height,format,type,pixels);