Home | History | Annotate | Download | only in GLES_V2

Lines Matching refs:glReadPixels

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