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_rasterizer.c104 ctx->Light._ClampVertexColor; in update_raster_state()
Dst_atom_shader.c192 st->ctx->Light._ClampVertexColor && in update_vp()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c317 key->clamp_vertex_color = ctx->Light._ClampVertexColor; in brw_vs_populate_key()
/external/mesa3d/src/mesa/main/
Dblend.c966 ctx->Light._ClampVertexColor = in _mesa_update_clamp_vertex_color()
Dlight.c1213 ctx->Light._ClampVertexColor = ctx->API == API_OPENGL_COMPAT; in _mesa_init_lighting()
Dmtypes.h639 GLboolean _ClampVertexColor; member
/external/mesa3d/src/mesa/program/
Dprog_statevars.c440 if(ctx->Light._ClampVertexColor && in _mesa_fetch_state()