Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c102 else if (ctx->Eval.Map2TextureCoord1) in vbo_exec_eval_update()
/third_party/mesa3d/src/mesa/main/
Dattrib.c169 attr->Map2TextureCoord1 = ctx->Eval.Map2TextureCoord1; in _mesa_PushAttrib()
404 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord1, enable->Map2TextureCoord1, in pop_enable_group()
Denable.c738 if (ctx->Eval.Map2TextureCoord1 == state) in _mesa_set_enable()
742 ctx->Eval.Map2TextureCoord1 = state; in _mesa_set_enable()
1665 return ctx->Eval.Map2TextureCoord1; in _mesa_IsEnabled()
Dmtypes.h401 GLboolean Map2TextureCoord1; member
3141 GLboolean Map2TextureCoord1; member
Deval.c885 ctx->Eval.Map2TextureCoord1 = GL_FALSE; in _mesa_init_eval()