Searched refs:two_sided_color (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h581 boolean two_sided_color; member in struct:r300_context
H A Dr300_state.c1294 boolean last_two_sided_color = r300->two_sided_color;
1303 r300->two_sided_color = rs->rs.light_twoside;
1307 r300->two_sided_color = FALSE;
1314 last_two_sided_color != r300->two_sided_color) {
H A Dr300_state_derived.c395 if (r300->two_sided_color) {
429 !(any_bcolor_used && r300->two_sided_color)) {

Completed in 75 milliseconds