Home | History | Annotate | Download | only in glshared

Lines Matching refs:Mix

3307 DEFINE_DERIVED_FLOAT3(Mix, mix, x, y, a, alternatives((x * (constant(1.0f) - a)) + y * a,
5259 addScalarFactory<Mix>(*funcs);