Home
last modified time | relevance | path

Searched refs:AutoNormal (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c210 if (ctx->Eval.AutoNormal) { in vbo_exec_do_EvalCoord2f()
Dvbo_exec_api.c754 if (ctx->Eval.AutoNormal) in _mesa_EvalCoord2f()
/third_party/mesa3d/src/mesa/main/
Dattrib.c139 attr->AutoNormal = ctx->Eval.AutoNormal; in _mesa_PushAttrib()
417 TEST_AND_UPDATE(ctx->Eval.AutoNormal, enable->AutoNormal, GL_AUTO_NORMAL); in pop_enable_group()
Denable.c417 if (ctx->Eval.AutoNormal == state) in _mesa_set_enable()
421 ctx->Eval.AutoNormal = state; in _mesa_set_enable()
1548 return ctx->Eval.AutoNormal; in _mesa_IsEnabled()
Dmtypes.h407 GLboolean AutoNormal; member
3112 GLboolean AutoNormal; member
Deval.c891 ctx->Eval.AutoNormal = GL_FALSE; in _mesa_init_eval()