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

  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 117 else if (ctx->Eval.Map2Vertex3)
118 set_active_eval2( exec, VBO_ATTRIB_POS, 3, &ctx->EvalMap.Map2Vertex3 );
vbo_exec_array.c 551 if (!ctx->Eval.Map2Vertex4 && !ctx->Eval.Map2Vertex3)
    [all...]
  /external/mesa3d/src/mesa/main/
eval.c 121 return &ctx->EvalMap.Map2Vertex3;
898 ctx->Eval.Map2Vertex3 = GL_FALSE;
929 init_2d_map( &ctx->EvalMap.Map2Vertex3, 3, vertex );
955 free(ctx->EvalMap.Map2Vertex3.Points);
attrib.c 102 GLboolean Map2Vertex3;
357 attr->Map2Vertex3 = ctx->Eval.Map2Vertex3;
646 TEST_AND_UPDATE(ctx->Eval.Map2Vertex3, enable->Map2Vertex3,
    [all...]
enable.c 591 if (ctx->Eval.Map2Vertex3 == state)
594 ctx->Eval.Map2Vertex3 = state;
    [all...]
mtypes.h 559 GLboolean Map2Vertex3;
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 133 milliseconds