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

  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 115 if (ctx->Eval.Map2Vertex4)
116 set_active_eval2( exec, VBO_ATTRIB_POS, 4, &ctx->EvalMap.Map2Vertex4 );
vbo_exec_array.c 551 if (!ctx->Eval.Map2Vertex4 && !ctx->Eval.Map2Vertex3)
    [all...]
  /external/mesa3d/src/mesa/main/
eval.c 123 return &ctx->EvalMap.Map2Vertex4;
899 ctx->Eval.Map2Vertex4 = GL_FALSE;
930 init_2d_map( &ctx->EvalMap.Map2Vertex4, 4, vertex );
956 free(ctx->EvalMap.Map2Vertex4.Points);
attrib.c 103 GLboolean Map2Vertex4;
358 attr->Map2Vertex4 = ctx->Eval.Map2Vertex4;
648 TEST_AND_UPDATE(ctx->Eval.Map2Vertex4, enable->Map2Vertex4,
    [all...]
enable.c 599 if (ctx->Eval.Map2Vertex4 == state)
602 ctx->Eval.Map2Vertex4 = state;
    [all...]
mtypes.h 560 GLboolean Map2Vertex4;
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 1096 milliseconds