Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c88 else if (ctx->Eval.Map1TextureCoord3) in vbo_exec_eval_update()
/external/mesa3d/src/mesa/main/
Dattrib.c94 GLboolean Map1TextureCoord3; member
360 attr->Map1TextureCoord3 = ctx->Eval.Map1TextureCoord3; in _mesa_PushAttrib()
665 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord3, enable->Map1TextureCoord3, in pop_enable_group()
Denable.c651 if (ctx->Eval.Map1TextureCoord3 == state) in _mesa_set_enable()
655 ctx->Eval.Map1TextureCoord3 = state; in _mesa_set_enable()
1606 return ctx->Eval.Map1TextureCoord3; in _mesa_IsEnabled()
Deval.c890 ctx->Eval.Map1TextureCoord3 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h528 GLboolean Map1TextureCoord3; member