Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c103 GLboolean Map2TextureCoord3; member
297 attr->Map2TextureCoord3 = ctx->Eval.Map2TextureCoord3; in _mesa_PushAttrib()
563 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord3, enable->Map2TextureCoord3, in pop_enable_group()
Denable.c559 if (ctx->Eval.Map2TextureCoord3 == state) in _mesa_set_enable()
562 ctx->Eval.Map2TextureCoord3 = state; in _mesa_set_enable()
1365 return ctx->Eval.Map2TextureCoord3; in _mesa_IsEnabled()
Deval.c993 ctx->Eval.Map2TextureCoord3 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h867 GLboolean Map2TextureCoord3; member
Dget.c890 { GL_MAP2_TEXTURE_COORD_3, CONTEXT_BOOL(Eval.Map2TextureCoord3), NO_EXTRA },
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c97 else if (ctx->Eval.Map2TextureCoord3) in vbo_exec_eval_update()