HomeSort by relevance Sort by last modified time
    Searched refs:Map1Index (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
eval.c 112 return &ctx->EvalMap.Map1Index;
979 ctx->Eval.Map1Index = GL_FALSE;
1020 init_1d_map( &ctx->EvalMap.Map1Index, 1, index );
1054 if (ctx->EvalMap.Map1Index.Points)
1055 FREE( ctx->EvalMap.Map1Index.Points );
attrib.c 89 GLboolean Map1Index;
283 attr->Map1Index = ctx->Eval.Map1Index;
537 TEST_AND_UPDATE(ctx->Eval.Map1Index, enable->Map1Index, GL_MAP1_INDEX);
    [all...]
enable.c 455 if (ctx->Eval.Map1Index == state)
458 ctx->Eval.Map1Index = state;
    [all...]
mtypes.h 853 GLboolean Map1Index;
    [all...]
get.c     [all...]

Completed in 39 milliseconds