Home
last modified time | relevance | path

Searched refs:has_material (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c2059 GLboolean has_material; in radeonWrapRunPipeline() local
2070 has_material = (ctx->Light.Enabled && check_material( ctx )); in radeonWrapRunPipeline()
2072 if (has_material) { in radeonWrapRunPipeline()
2080 if (has_material) { in radeonWrapRunPipeline()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2300 GLboolean has_material; in r200WrapRunPipeline() local
2311 has_material = !_mesa_arb_vertex_program_enabled(ctx) && in r200WrapRunPipeline()
2314 if (has_material) { in r200WrapRunPipeline()
2322 if (has_material) { in r200WrapRunPipeline()