Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c91 GLboolean Map1TextureCoord1; member
285 attr->Map1TextureCoord1 = ctx->Eval.Map1TextureCoord1; in _mesa_PushAttrib()
539 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord1, enable->Map1TextureCoord1, in pop_enable_group()
Denable.c471 if (ctx->Eval.Map1TextureCoord1 == state) in _mesa_set_enable()
474 ctx->Eval.Map1TextureCoord1 = state; in _mesa_set_enable()
1321 return ctx->Eval.Map1TextureCoord1; in _mesa_IsEnabled()
Deval.c981 ctx->Eval.Map1TextureCoord1 = GL_FALSE; in _mesa_init_eval()
Dmtypes.h855 GLboolean Map1TextureCoord1; member
Dget.c877 { GL_MAP1_TEXTURE_COORD_1, CONTEXT_BOOL(Eval.Map1TextureCoord1), NO_EXTRA },
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c92 else if (ctx->Eval.Map1TextureCoord1) in vbo_exec_eval_update()