Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c92 GLboolean Map1TextureCoord2; member
286 attr->Map1TextureCoord2 = ctx->Eval.Map1TextureCoord2; in _mesa_PushAttrib()
541 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord2, enable->Map1TextureCoord2, in pop_enable_group()
Denable.c479 if (ctx->Eval.Map1TextureCoord2 == state) in _mesa_set_enable()
482 ctx->Eval.Map1TextureCoord2 = state; in _mesa_set_enable()
1325 return ctx->Eval.Map1TextureCoord2; in _mesa_IsEnabled()
Deval.c982 ctx->Eval.Map1TextureCoord2 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h856 GLboolean Map1TextureCoord2; member
Dget.c878 { GL_MAP1_TEXTURE_COORD_2, CONTEXT_BOOL(Eval.Map1TextureCoord2), NO_EXTRA },
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c90 else if (ctx->Eval.Map1TextureCoord2) in vbo_exec_eval_update()