Home | History | Annotate | Download | only in gpu

Lines Matching refs:effect

53             // setup the varying for the Axis aligned rect effect
127 * The output of this effect is a modulation of the input color and coverage
634 GrEffectRef* effect = GrRectEffect::Create();
637 drawState->addCoverageEffect(effect, kRectAttrIndex, kWidthIndex)->unref();
684 GrEffectRef* effect = GrAlignedRectEffect::Create();
686 drawState->addCoverageEffect(effect, kOffsetIndex)->unref();