Home | History | Annotate | Download | only in libGLES_CM

Lines Matching refs:Viewport

320 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height);
1362 return es1::Viewport(x, y, width, height);
1588 this->glViewport = es1::Viewport;