Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c112 else if (ctx->Eval.Map1Vertex3) in vbo_exec_eval_update()
113 set_active_eval1( exec, VBO_ATTRIB_POS, 3, &ctx->EvalMap.Map1Vertex3 ); in vbo_exec_eval_update()
Dvbo_exec_api.c688 !ctx->Eval.Map1Vertex3 && in vbo_exec_EvalMesh1()
/external/mesa3d/src/mesa/main/
Deval.c108 return &ctx->EvalMap.Map1Vertex3; in get_1d_map()
985 ctx->Eval.Map1Vertex3 = GL_FALSE; in _mesa_init_eval()
1018 init_1d_map( &ctx->EvalMap.Map1Vertex3, 3, vertex ); in _mesa_init_eval()
1050 if (ctx->EvalMap.Map1Vertex3.Points) in _mesa_free_eval_data()
1051 FREE( ctx->EvalMap.Map1Vertex3.Points ); in _mesa_free_eval_data()
Dattrib.c95 GLboolean Map1Vertex3; member
289 attr->Map1Vertex3 = ctx->Eval.Map1Vertex3; in _mesa_PushAttrib()
547 TEST_AND_UPDATE(ctx->Eval.Map1Vertex3, enable->Map1Vertex3, in pop_enable_group()
Denable.c503 if (ctx->Eval.Map1Vertex3 == state) in _mesa_set_enable()
506 ctx->Eval.Map1Vertex3 = state; in _mesa_set_enable()
1337 return ctx->Eval.Map1Vertex3; in _mesa_IsEnabled()
Dmtypes.h859 GLboolean Map1Vertex3; member
1714 struct gl_1d_map Map1Vertex3; member
Dget.c881 { GL_MAP1_VERTEX_3, CONTEXT_BOOL(Eval.Map1Vertex3), NO_EXTRA },