Searched refs:eqnRGB (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_state.c289 int eqnRGB; local
300 eqnRGB = BLENDFUNC_ADD;
303 eqnRGB = BLENDFUNC_MIN;
307 eqnRGB = BLENDFUNC_MAX;
311 eqnRGB = BLENDFUNC_SUB;
314 eqnRGB = BLENDFUNC_RVRSE_SUB;
354 s1 = eqnRGB | funcRGB
359 if ((eqnA | funcA) != (eqnRGB | funcRGB))
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c289 int eqnRGB; local
300 eqnRGB = BLENDFUNC_ADD;
303 eqnRGB = BLENDFUNC_MIN;
307 eqnRGB = BLENDFUNC_MAX;
311 eqnRGB = BLENDFUNC_SUB;
314 eqnRGB = BLENDFUNC_RVRSE_SUB;
354 s1 = eqnRGB | funcRGB
359 if ((eqnA | funcA) != (eqnRGB | funcRGB))

Completed in 114 milliseconds