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.c314 case GL_AUTO_NORMAL: in _mesa_set_enable()
1322 case GL_AUTO_NORMAL: in _mesa_IsEnabled()
Dattrib.c651 TEST_AND_UPDATE(ctx->Eval.AutoNormal, enable->AutoNormal, GL_AUTO_NORMAL); in pop_enable_group()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h411 { GL_AUTO_NORMAL, CONTEXT_BOOL(Eval.AutoNormal), NO_EXTRA },
/external/mesa3d/include/GL/
Dgl.h521 #define GL_AUTO_NORMAL 0x0D80 macro