Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c110 if (ctx->Eval.Map1Vertex4) in vbo_exec_eval_update()
111 set_active_eval1( exec, VBO_ATTRIB_POS, 4, &ctx->EvalMap.Map1Vertex4 ); in vbo_exec_eval_update()
Dvbo_exec_api.c687 if (!ctx->Eval.Map1Vertex4 && in vbo_exec_EvalMesh1()
/external/mesa3d/src/mesa/main/
Deval.c110 return &ctx->EvalMap.Map1Vertex4; in get_1d_map()
986 ctx->Eval.Map1Vertex4 = GL_FALSE; in _mesa_init_eval()
1019 init_1d_map( &ctx->EvalMap.Map1Vertex4, 4, vertex ); in _mesa_init_eval()
1052 if (ctx->EvalMap.Map1Vertex4.Points) in _mesa_free_eval_data()
1053 FREE( ctx->EvalMap.Map1Vertex4.Points ); in _mesa_free_eval_data()
Dattrib.c96 GLboolean Map1Vertex4; member
290 attr->Map1Vertex4 = ctx->Eval.Map1Vertex4; in _mesa_PushAttrib()
549 TEST_AND_UPDATE(ctx->Eval.Map1Vertex4, enable->Map1Vertex4, in pop_enable_group()
Denable.c511 if (ctx->Eval.Map1Vertex4 == state) in _mesa_set_enable()
514 ctx->Eval.Map1Vertex4 = state; in _mesa_set_enable()
1341 return ctx->Eval.Map1Vertex4; in _mesa_IsEnabled()
Dmtypes.h860 GLboolean Map1Vertex4; member
1715 struct gl_1d_map Map1Vertex4; member
Dget.c882 { GL_MAP1_VERTEX_4, CONTEXT_BOOL(Eval.Map1Vertex4), NO_EXTRA },