Home
last modified time | relevance | path

Searched refs:_ClampVertexColor (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c211 st->ctx->Light._ClampVertexColor && in st_update_vp()
276 st->ctx->Light._ClampVertexColor && in st_update_common_program()
Dst_atom_rasterizer.c109 ctx->Light._ClampVertexColor; in st_update_rasterizer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c286 key->clamp_vertex_color = ctx->Light._ClampVertexColor; in brw_vs_populate_key()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c440 if(ctx->Light._ClampVertexColor && in fetch_state()
/external/mesa3d/src/mesa/main/
Dblend.c1153 ctx->Light._ClampVertexColor = in _mesa_update_clamp_vertex_color()
Dlight.c1213 ctx->Light._ClampVertexColor = ctx->API == API_OPENGL_COMPAT; in _mesa_init_lighting()
Dmtypes.h633 GLboolean _ClampVertexColor; member