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_array.c | 568 if (!ctx->Eval.Map2Vertex4 && !ctx->Eval.Map2Vertex3) in vbo_exec_EvalMesh2()
|
/external/mesa3d/src/mesa/main/ |
D | eval.c | 123 return &ctx->EvalMap.Map2Vertex4; in get_2d_map() 899 ctx->Eval.Map2Vertex4 = GL_FALSE; in _mesa_init_eval() 930 init_2d_map( &ctx->EvalMap.Map2Vertex4, 4, vertex ); in _mesa_init_eval() 956 free(ctx->EvalMap.Map2Vertex4.Points); in _mesa_free_eval_data()
|
D | attrib.c | 103 GLboolean Map2Vertex4; member 358 attr->Map2Vertex4 = ctx->Eval.Map2Vertex4; in _mesa_PushAttrib() 648 TEST_AND_UPDATE(ctx->Eval.Map2Vertex4, enable->Map2Vertex4, in pop_enable_group()
|
D | enable.c | 638 if (ctx->Eval.Map2Vertex4 == state) in _mesa_set_enable() 641 ctx->Eval.Map2Vertex4 = state; in _mesa_set_enable() 1462 return ctx->Eval.Map2Vertex4; in _mesa_IsEnabled()
|
D | mtypes.h | 575 GLboolean Map2Vertex4; member 1725 struct gl_2d_map Map2Vertex4; member
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | get_hash.h | 475 { GL_MAP2_VERTEX_4, CONTEXT_BOOL(Eval.Map2Vertex4), NO_EXTRA },
|