Searched refs:Map1Color4 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 80 if (ctx->Eval.Map1Color4) in vbo_exec_eval_update() 81 set_active_eval1( exec, VBO_ATTRIB_COLOR0, 4, &ctx->EvalMap.Map1Color4 ); in vbo_exec_eval_update()
|
/external/mesa3d/src/mesa/main/ |
D | eval.c | 114 return &ctx->EvalMap.Map1Color4; in get_1d_map() 978 ctx->Eval.Map1Color4 = GL_FALSE; in _mesa_init_eval() 1021 init_1d_map( &ctx->EvalMap.Map1Color4, 4, color ); in _mesa_init_eval() 1056 if (ctx->EvalMap.Map1Color4.Points) in _mesa_free_eval_data() 1057 FREE( ctx->EvalMap.Map1Color4.Points ); in _mesa_free_eval_data()
|
D | attrib.c | 88 GLboolean Map1Color4; member 282 attr->Map1Color4 = ctx->Eval.Map1Color4; in _mesa_PushAttrib() 536 TEST_AND_UPDATE(ctx->Eval.Map1Color4, enable->Map1Color4, GL_MAP1_COLOR_4); in pop_enable_group()
|
D | enable.c | 447 if (ctx->Eval.Map1Color4 == state) in _mesa_set_enable() 450 ctx->Eval.Map1Color4 = state; in _mesa_set_enable() 1309 return ctx->Eval.Map1Color4; in _mesa_IsEnabled()
|
D | mtypes.h | 852 GLboolean Map1Color4; member 1717 struct gl_1d_map Map1Color4; member
|
D | get.c | 872 { GL_MAP1_COLOR_4, CONTEXT_BOOL(Eval.Map1Color4), NO_EXTRA },
|