Home | History | Annotate | Download | only in gpu

Lines Matching refs:fEffectRef

229         , fEffectRef(NULL) {}
234 if (NULL == effect->fEffectRef) {
235 effect->fEffectRef = SkNEW_ARGS(GrEffectRef, (effect));
237 effect->fEffectRef->ref();
239 return effect->fEffectRef;
248 SkASSERT(NULL == effect->fEffectRef);
249 effect->fEffectRef = SkNEW_PLACEMENT_ARGS(refStorage, GrEffectRef, (effect));
250 return effect->fEffectRef;
322 void EffectRefDestroyed() { fEffectRef = NULL; }
337 GrEffectRef* fEffectRef;