Home
last modified time | relevance | path

Searched refs:Map2Vertex4 (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c115 if (ctx->Eval.Map2Vertex4) in vbo_exec_eval_update()
116 set_active_eval2( exec, VBO_ATTRIB_POS, 4, &ctx->EvalMap.Map2Vertex4 ); in vbo_exec_eval_update()
Dvbo_exec_api.c724 if (!ctx->Eval.Map2Vertex4 && in vbo_exec_EvalMesh2()
/external/mesa3d/src/mesa/main/
Deval.c160 return &ctx->EvalMap.Map2Vertex4; in get_2d_map()
996 ctx->Eval.Map2Vertex4 = GL_FALSE; in _mesa_init_eval()
1031 init_2d_map( &ctx->EvalMap.Map2Vertex4, 4, vertex ); in _mesa_init_eval()
1073 if (ctx->EvalMap.Map2Vertex4.Points) in _mesa_free_eval_data()
1074 FREE( ctx->EvalMap.Map2Vertex4.Points ); in _mesa_free_eval_data()
Dattrib.c106 GLboolean Map2Vertex4; member
300 attr->Map2Vertex4 = ctx->Eval.Map2Vertex4; in _mesa_PushAttrib()
569 TEST_AND_UPDATE(ctx->Eval.Map2Vertex4, enable->Map2Vertex4, in pop_enable_group()
Denable.c583 if (ctx->Eval.Map2Vertex4 == state) in _mesa_set_enable()
586 ctx->Eval.Map2Vertex4 = state; in _mesa_set_enable()
1377 return ctx->Eval.Map2Vertex4; in _mesa_IsEnabled()
Dmtypes.h870 GLboolean Map2Vertex4; member
1731 struct gl_2d_map Map2Vertex4; member
Dget.c893 { GL_MAP2_VERTEX_4, CONTEXT_BOOL(Eval.Map2Vertex4), NO_EXTRA },