Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glReadPixels

656 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
658 getDispatch()->glReadPixels(x, y, width, height, format, type, pixels);