Searched refs:Map1Vertex4 (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 110 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()
|
D | vbo_exec_array.c | 535 if (!ctx->Eval.Map1Vertex4 && !ctx->Eval.Map1Vertex3) in vbo_exec_EvalMesh1()
|
/external/mesa3d/src/mesa/main/ |
D | eval.c | 92 return &ctx->EvalMap.Map1Vertex4; in get_1d_map() 890 ctx->Eval.Map1Vertex4 = GL_FALSE; in _mesa_init_eval() 920 init_1d_map( &ctx->EvalMap.Map1Vertex4, 4, vertex ); in _mesa_init_eval() 946 free(ctx->EvalMap.Map1Vertex4.Points); in _mesa_free_eval_data()
|
D | attrib.c | 94 GLboolean Map1Vertex4; member 349 attr->Map1Vertex4 = ctx->Eval.Map1Vertex4; in _mesa_PushAttrib() 632 TEST_AND_UPDATE(ctx->Eval.Map1Vertex4, enable->Map1Vertex4, in pop_enable_group()
|
D | enable.c | 566 if (ctx->Eval.Map1Vertex4 == state) in _mesa_set_enable() 569 ctx->Eval.Map1Vertex4 = state; in _mesa_set_enable() 1426 return ctx->Eval.Map1Vertex4; in _mesa_IsEnabled()
|
D | mtypes.h | 566 GLboolean Map1Vertex4; member 1710 struct gl_1d_map Map1Vertex4; member
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | get_hash.h | 464 { GL_MAP1_VERTEX_4, CONTEXT_BOOL(Eval.Map1Vertex4), NO_EXTRA },
|