Searched refs:Map2Index (Results 1 – 5 of 5) sorted by relevance
125 return &ctx->EvalMap.Map2Index; in get_2d_map()892 ctx->Eval.Map2Index = GL_FALSE; in _mesa_init_eval()931 init_2d_map( &ctx->EvalMap.Map2Index, 1, index ); in _mesa_init_eval()957 free(ctx->EvalMap.Map2Index.Points); in _mesa_free_eval_data()
96 GLboolean Map2Index; member351 attr->Map2Index = ctx->Eval.Map2Index; in _mesa_PushAttrib()636 TEST_AND_UPDATE(ctx->Eval.Map2Index, enable->Map2Index, GL_MAP2_INDEX); in pop_enable_group()
582 if (ctx->Eval.Map2Index == state) in _mesa_set_enable()585 ctx->Eval.Map2Index = state; in _mesa_set_enable()1434 return ctx->Eval.Map2Index; in _mesa_IsEnabled()
568 GLboolean Map2Index; member1726 struct gl_2d_map Map2Index; member
468 { GL_MAP2_INDEX, CONTEXT_BOOL(Eval.Map2Index), NO_EXTRA },