Home
last modified time | relevance | path

Searched refs:GL_AUTO_NORMAL (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Denable.c283 case GL_AUTO_NORMAL: in _mesa_set_enable()
1236 case GL_AUTO_NORMAL: in _mesa_IsEnabled()
Dattrib.c576 TEST_AND_UPDATE(ctx->Eval.AutoNormal, enable->AutoNormal, GL_AUTO_NORMAL); in pop_enable_group()
Dget.c826 { GL_AUTO_NORMAL, CONTEXT_BOOL(Eval.AutoNormal), NO_EXTRA },
/external/mesa3d/include/GL/
Dgl.h549 #define GL_AUTO_NORMAL 0x0D80 macro