Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c100 else if (ctx->Eval.Map2TextureCoord2) in vbo_exec_eval_update()
/third_party/mesa3d/src/mesa/main/
Dattrib.c170 attr->Map2TextureCoord2 = ctx->Eval.Map2TextureCoord2; in _mesa_PushAttrib()
406 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord2, enable->Map2TextureCoord2, in pop_enable_group()
Denable.c747 if (ctx->Eval.Map2TextureCoord2 == state) in _mesa_set_enable()
751 ctx->Eval.Map2TextureCoord2 = state; in _mesa_set_enable()
1669 return ctx->Eval.Map2TextureCoord2; in _mesa_IsEnabled()
Dmtypes.h402 GLboolean Map2TextureCoord2; member
3142 GLboolean Map2TextureCoord2; member
Deval.c886 ctx->Eval.Map2TextureCoord2 = GL_FALSE; in _mesa_init_eval()