Lines Matching refs:Transform
153 if (ctx->Transform.MatrixMode == mode && mode != GL_TEXTURE)
211 ctx->Transform.MatrixMode = mode;
232 _mesa_enum_to_string(ctx->Transform.MatrixMode));
235 if (ctx->Transform.MatrixMode == GL_TEXTURE) {
242 _mesa_enum_to_string(ctx->Transform.MatrixMode));
291 _mesa_enum_to_string(ctx->Transform.MatrixMode));
294 if (ctx->Transform.MatrixMode == GL_TEXTURE) {
301 _mesa_enum_to_string(ctx->Transform.MatrixMode));
573 * date across changes to the __struct gl_contextRec::Transform attributes.
585 mask = ctx->Transform.ClipPlanesEnabled;
589 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p],
590 ctx->Transform
760 * Initialize the context transform attribute group.
764 * \todo Move this to a new file with other 'transform' routines.
771 ctx->Transform.MatrixMode = GL_MODELVIEW;
772 ctx->Transform.Normalize = GL_FALSE;
773 ctx->Transform.RescaleNormals = GL_FALSE;
774 ctx->Transform.RasterPositionUnclipped = GL_FALSE;
776 ASSIGN_4V( ctx->Transform.EyeUserPlane[i], 0.0, 0.0, 0.0, 0.0 );
778 ctx->Transform.ClipPlanesEnabled = 0;