Home | History | Annotate | Download | only in gl

Lines Matching refs:effect

156     // get the initial color and coverage to feed into the first effect in each effect chain
195 // emit the per-effect code for both color and coverage effects
340 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect();
341 if (!effect->willReadDstColor()) {
490 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect();
491 if (!effect->willReadFragmentPosition()) {