Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c87 if (ctx->Eval.Map1TextureCoord4) in vbo_exec_eval_update()
/third_party/mesa3d/src/mesa/main/
Dattrib.c163 attr->Map1TextureCoord4 = ctx->Eval.Map1TextureCoord4; in _mesa_PushAttrib()
394 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord4, enable->Map1TextureCoord4, in pop_enable_group()
Denable.c684 if (ctx->Eval.Map1TextureCoord4 == state) in _mesa_set_enable()
688 ctx->Eval.Map1TextureCoord4 = state; in _mesa_set_enable()
1641 return ctx->Eval.Map1TextureCoord4; in _mesa_IsEnabled()
Dmtypes.h395 GLboolean Map1TextureCoord4; member
3135 GLboolean Map1TextureCoord4; member
Deval.c879 ctx->Eval.Map1TextureCoord4 = GL_FALSE; in _mesa_init_eval()