Searched refs:Map1Vertex3 (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 112 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()
|
D | vbo_exec_api.c | 688 !ctx->Eval.Map1Vertex3 && in vbo_exec_EvalMesh1()
|
/external/mesa3d/src/mesa/main/ |
D | eval.c | 108 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()
|
D | attrib.c | 95 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()
|
D | enable.c | 503 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()
|
D | mtypes.h | 859 GLboolean Map1Vertex3; member 1714 struct gl_1d_map Map1Vertex3; member
|
D | get.c | 881 { GL_MAP1_VERTEX_3, CONTEXT_BOOL(Eval.Map1Vertex3), NO_EXTRA },
|