Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c98 else if (ctx->Eval.Map2TextureCoord3) in vbo_exec_eval_update()
/third_party/mesa3d/src/mesa/main/
Dattrib.c171 attr->Map2TextureCoord3 = ctx->Eval.Map2TextureCoord3; in _mesa_PushAttrib()
408 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord3, enable->Map2TextureCoord3, in pop_enable_group()
Denable.c756 if (ctx->Eval.Map2TextureCoord3 == state) in _mesa_set_enable()
760 ctx->Eval.Map2TextureCoord3 = state; in _mesa_set_enable()
1673 return ctx->Eval.Map2TextureCoord3; in _mesa_IsEnabled()
Dmtypes.h403 GLboolean Map2TextureCoord3; member
3143 GLboolean Map2TextureCoord3; member
Deval.c887 ctx->Eval.Map2TextureCoord3 = GL_FALSE; in _mesa_init_eval()