Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c94 GLboolean Map1TextureCoord4; member
288 attr->Map1TextureCoord4 = ctx->Eval.Map1TextureCoord4; in _mesa_PushAttrib()
545 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord4, enable->Map1TextureCoord4, in pop_enable_group()
Denable.c495 if (ctx->Eval.Map1TextureCoord4 == state) in _mesa_set_enable()
498 ctx->Eval.Map1TextureCoord4 = state; in _mesa_set_enable()
1333 return ctx->Eval.Map1TextureCoord4; in _mesa_IsEnabled()
Deval.c984 ctx->Eval.Map1TextureCoord4 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h858 GLboolean Map1TextureCoord4; member
Dget.c880 { GL_MAP1_TEXTURE_COORD_4, CONTEXT_BOOL(Eval.Map1TextureCoord4), NO_EXTRA },
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c86 if (ctx->Eval.Map1TextureCoord4) in vbo_exec_eval_update()