Searched refs:Map2Vertex4 (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 115 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()
|
D | vbo_exec_api.c | 724 if (!ctx->Eval.Map2Vertex4 && in vbo_exec_EvalMesh2()
|
/external/mesa3d/src/mesa/main/ |
D | eval.c | 160 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()
|
D | attrib.c | 106 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()
|
D | enable.c | 583 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()
|
D | mtypes.h | 870 GLboolean Map2Vertex4; member 1731 struct gl_2d_map Map2Vertex4; member
|
D | get.c | 893 { GL_MAP2_VERTEX_4, CONTEXT_BOOL(Eval.Map2Vertex4), NO_EXTRA },
|