Home | History | Annotate | Download | only in libGL

Lines Matching refs:matrixMode

168 	matrixMode = GL_MODELVIEW;
3036 matrixMode = mode;
3041 switch(matrixMode)
3046 default: UNREACHABLE(matrixMode); return modelView; break;