Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c101 GLboolean Map2TextureCoord4; member
356 attr->Map2TextureCoord4 = ctx->Eval.Map2TextureCoord4; in _mesa_PushAttrib()
644 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord4, enable->Map2TextureCoord4, in pop_enable_group()
Denable.c622 if (ctx->Eval.Map2TextureCoord4 == state) in _mesa_set_enable()
625 ctx->Eval.Map2TextureCoord4 = state; in _mesa_set_enable()
1454 return ctx->Eval.Map2TextureCoord4; in _mesa_IsEnabled()
Deval.c897 ctx->Eval.Map2TextureCoord4 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h573 GLboolean Map2TextureCoord4; member
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c95 if (ctx->Eval.Map2TextureCoord4) in vbo_exec_eval_update()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h473 { GL_MAP2_TEXTURE_COORD_4, CONTEXT_BOOL(Eval.Map2TextureCoord4), NO_EXTRA },