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

  /external/chromium_org/third_party/skia/include/gpu/
GrDrawEffect.h 22 : fEffectStage(&stage)
24 SkASSERT(NULL != fEffectStage);
25 SkASSERT(NULL != fEffectStage->getEffect());
27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); }
36 return fEffectStage->getCoordChangeMatrix();
42 const int* getVertexAttribIndices() const { return fEffectStage->getVertexAttribIndices(); }
43 int getVertexAttribIndexCount() const { return fEffectStage->getVertexAttribIndexCount(); }
46 const GrEffectStage* fEffectStage;
  /external/skia/include/gpu/
GrDrawEffect.h 22 : fEffectStage(&stage)
24 SkASSERT(NULL != fEffectStage);
25 SkASSERT(NULL != fEffectStage->getEffect());
27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); }
36 return fEffectStage->getCoordChangeMatrix();
42 const int* getVertexAttribIndices() const { return fEffectStage->getVertexAttribIndices(); }
43 int getVertexAttribIndexCount() const { return fEffectStage->getVertexAttribIndexCount(); }
46 const GrEffectStage* fEffectStage;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 279 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {}
283 return NULL != fEffectStage;
288 return fEffectStage;
301 fSavedEffectStage = codeStage->fEffectStage;
308 codeStage->fEffectStage = newStage;
314 fCodeStage->fEffectStage = fSavedEffectStage;
322 void validate() const { SkASSERT((NULL == fEffectStage) == (-1 == fCurrentIndex)); }
325 const GrEffectStage* fEffectStage;
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 279 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {}
283 return NULL != fEffectStage;
288 return fEffectStage;
301 fSavedEffectStage = codeStage->fEffectStage;
308 codeStage->fEffectStage = newStage;
314 fCodeStage->fEffectStage = fSavedEffectStage;
322 void validate() const { SkASSERT((NULL == fEffectStage) == (-1 == fCurrentIndex)); }
325 const GrEffectStage* fEffectStage;

Completed in 3293 milliseconds