Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c102 GLboolean Map2TextureCoord2; member
296 attr->Map2TextureCoord2 = ctx->Eval.Map2TextureCoord2; in _mesa_PushAttrib()
561 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord2, enable->Map2TextureCoord2, in pop_enable_group()
Denable.c551 if (ctx->Eval.Map2TextureCoord2 == state) in _mesa_set_enable()
554 ctx->Eval.Map2TextureCoord2 = state; in _mesa_set_enable()
1361 return ctx->Eval.Map2TextureCoord2; in _mesa_IsEnabled()
Deval.c992 ctx->Eval.Map2TextureCoord2 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h866 GLboolean Map2TextureCoord2; member
Dget.c889 { GL_MAP2_TEXTURE_COORD_2, CONTEXT_BOOL(Eval.Map2TextureCoord2), NO_EXTRA },
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c99 else if (ctx->Eval.Map2TextureCoord2) in vbo_exec_eval_update()