Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c91 else if (ctx->Eval.Map1TextureCoord2) in vbo_exec_eval_update()
/third_party/mesa3d/src/mesa/main/
Dattrib.c160 attr->Map1TextureCoord2 = ctx->Eval.Map1TextureCoord2; in _mesa_PushAttrib()
389 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord2, enable->Map1TextureCoord2, in pop_enable_group()
Denable.c680 if (ctx->Eval.Map1TextureCoord2 == state) in _mesa_set_enable()
684 ctx->Eval.Map1TextureCoord2 = state; in _mesa_set_enable()
1667 return ctx->Eval.Map1TextureCoord2; in _mesa_IsEnabled()
Deval.c889 ctx->Eval.Map1TextureCoord2 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h478 GLboolean Map1TextureCoord2; member
5054 GLboolean Map1TextureCoord2; member