Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c99 else if (ctx->Eval.Map2TextureCoord2) in vbo_exec_eval_update()
/external/mesa3d/src/mesa/main/
Dattrib.c102 GLboolean Map2TextureCoord2; member
368 attr->Map2TextureCoord2 = ctx->Eval.Map2TextureCoord2; in _mesa_PushAttrib()
679 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord2, enable->Map2TextureCoord2, in pop_enable_group()
Denable.c723 if (ctx->Eval.Map2TextureCoord2 == state) in _mesa_set_enable()
727 ctx->Eval.Map2TextureCoord2 = state; in _mesa_set_enable()
1638 return ctx->Eval.Map2TextureCoord2; in _mesa_IsEnabled()
Deval.c898 ctx->Eval.Map2TextureCoord2 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h536 GLboolean Map2TextureCoord2; member