Home | History | Annotate | Download | only in main

Lines Matching defs:Normalize

105    GLboolean Normalize;
359 attr->Normalize = ctx->Transform.Normalize;
652 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE);
1370 /* normalize/rescale */
1371 if (xform->Normalize != ctx->Transform.Normalize)
1372 _mesa_set_enable(ctx, GL_NORMALIZE,ctx->Transform.Normalize);