Home | History | Annotate | Download | only in referencerenderer

Lines Matching defs:exclusion

453 inline float	exclusion	(float src, float dst) { return src + dst - 2.0f*src*dst;	}
628 case BLENDEQUATION_ADVANCED_EXCLUSION: SAMPLE_REGISTER_ADV_BLEND(exclusion); break;