Searched defs:has_material (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c2368 GLboolean has_material; local
2379 has_material = !ctx->VertexProgram._Enabled && ctx->Light.Enabled && check_material( ctx );
2381 if (has_material) {
2389 if (has_material) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c2129 GLboolean has_material; local
2140 has_material = (ctx->Light.Enabled && check_material( ctx ));
2142 if (has_material) {
2150 if (has_material) {

Completed in 98 milliseconds