HomeSort by relevance Sort by last modified time
    Searched refs:fEffect (Results 1 - 4 of 4) sorted by null

  /external/skia/include/gpu/
GrEffectStage.h 103 DeferredStage() : fEffect(NULL) {
108 if (NULL != fEffect) {
109 fEffect->decDeferredRefCounts();
117 fEffect = stage.fEffectRef->get();
126 if (NULL != fEffect) {
127 stage->fEffectRef = GrEffect::CreateEffectRef(fEffect);
137 return NULL == fEffect;
138 } else if (NULL == fEffect) {
142 if (!(*stage.getEffect())->isEqual(*fEffect)) {
150 const GrEffect* fEffect;
    [all...]
GrEffect.h 34 GrEffect* get() { return fEffect; }
35 const GrEffect* get() const { return fEffect; }
37 const GrEffect* operator-> () { return fEffect; }
38 const GrEffect* operator-> () const { return fEffect; }
50 GrEffect* fEffect;
206 AutoEffectUnref(GrEffect* effect) : fEffect(effect) { }
207 ~AutoEffectUnref() { fEffect->unref(); }
208 operator GrEffect*() { return fEffect; }
210 GrEffect* fEffect;
258 fEffect = effect
    [all...]
  /external/skia/src/gpu/
GrEffect.cpp 67 fEffect->EffectRefDestroyed();
68 fEffect->unref();
GrDrawState.h     [all...]

Completed in 211 milliseconds