Searched refs:AutoNormal (Results 1 – 7 of 7) sorted by relevance
72 GLboolean AutoNormal; member265 attr->AutoNormal = ctx->Eval.AutoNormal; in _mesa_PushAttrib()576 TEST_AND_UPDATE(ctx->Eval.AutoNormal, enable->AutoNormal, GL_AUTO_NORMAL); in pop_enable_group()
286 if (ctx->Eval.AutoNormal == state) in _mesa_set_enable()289 ctx->Eval.AutoNormal = state; in _mesa_set_enable()1239 return ctx->Eval.AutoNormal; in _mesa_IsEnabled()
998 ctx->Eval.AutoNormal = GL_FALSE; in _mesa_init_eval()
872 GLboolean AutoNormal; member
826 { GL_AUTO_NORMAL, CONTEXT_BOOL(Eval.AutoNormal), NO_EXTRA },
222 if (exec->ctx->Eval.AutoNormal) { in vbo_exec_do_EvalCoord2f()
614 if (ctx->Eval.AutoNormal) in vbo_exec_EvalCoord2f()