Home | History | Annotate | Download | only in gpu

Lines Matching refs:matrixMode

1678 void MojoGLES2Impl::MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) {
1680 glMatrixLoadfCHROMIUM(matrixMode, m);
1682 void MojoGLES2Impl::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) {
1684 glMatrixLoadIdentityCHROMIUM(matrixMode);