Searched refs:AutoNormal (Results 1 – 7 of 7) sorted by relevance
70 GLboolean AutoNormal; member324 attr->AutoNormal = ctx->Eval.AutoNormal; in _mesa_PushAttrib()651 TEST_AND_UPDATE(ctx->Eval.AutoNormal, enable->AutoNormal, GL_AUTO_NORMAL); in pop_enable_group()
317 if (ctx->Eval.AutoNormal == state) in _mesa_set_enable()320 ctx->Eval.AutoNormal = state; in _mesa_set_enable()1325 return ctx->Eval.AutoNormal; in _mesa_IsEnabled()
900 ctx->Eval.AutoNormal = GL_FALSE; in _mesa_init_eval()
576 GLboolean AutoNormal; member
207 if (exec->ctx->Eval.AutoNormal) { in vbo_exec_do_EvalCoord2f()
698 if (ctx->Eval.AutoNormal) in vbo_exec_EvalCoord2f()
411 { GL_AUTO_NORMAL, CONTEXT_BOOL(Eval.AutoNormal), NO_EXTRA },