Home
last modified time | relevance | path

Searched refs:Map2TextureCoord4 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c96 if (ctx->Eval.Map2TextureCoord4) in vbo_exec_eval_update()
/third_party/mesa3d/src/mesa/main/
Dattrib.c172 attr->Map2TextureCoord4 = ctx->Eval.Map2TextureCoord4; in _mesa_PushAttrib()
410 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord4, enable->Map2TextureCoord4, in pop_enable_group()
Denable.c765 if (ctx->Eval.Map2TextureCoord4 == state) in _mesa_set_enable()
769 ctx->Eval.Map2TextureCoord4 = state; in _mesa_set_enable()
1677 return ctx->Eval.Map2TextureCoord4; in _mesa_IsEnabled()
Dmtypes.h404 GLboolean Map2TextureCoord4; member
3144 GLboolean Map2TextureCoord4; member
Deval.c888 ctx->Eval.Map2TextureCoord4 = GL_FALSE; in _mesa_init_eval()