Searched refs:fEffectStage (Results 1 – 3 of 3) sorted by relevance
22 : fEffectStage(&stage) in GrDrawEffect()24 SkASSERT(NULL != fEffectStage); in GrDrawEffect()25 SkASSERT(NULL != fEffectStage->getEffect()); in GrDrawEffect()27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); } in effect()36 return fEffectStage->getCoordChangeMatrix(); in getCoordChangeMatrix()42 const int* getVertexAttribIndices() const { return fEffectStage->getVertexAttribIndices(); } in getVertexAttribIndices()43 int getVertexAttribIndexCount() const { return fEffectStage->getVertexAttribIndexCount(); } in getVertexAttribIndexCount()46 const GrEffectStage* fEffectStage;
191 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {} in CodeStage()195 return SkToBool(fEffectStage); in inStageCode()200 return fEffectStage; in effectStage()213 fSavedEffectStage = codeStage->fEffectStage; in AutoStageRestore()220 codeStage->fEffectStage = newStage; in AutoStageRestore()226 fCodeStage->fEffectStage = fSavedEffectStage; in ~AutoStageRestore()234 void validate() const { SkASSERT((NULL == fEffectStage) == (-1 == fCurrentIndex)); } in validate()237 const GrProcessorStage* fEffectStage; variable
279 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {} in CodeStage()283 return NULL != fEffectStage; in inStageCode()288 return fEffectStage; in effectStage()301 fSavedEffectStage = codeStage->fEffectStage; in AutoStageRestore()308 codeStage->fEffectStage = newStage; in AutoStageRestore()314 fCodeStage->fEffectStage = fSavedEffectStage; in ~AutoStageRestore()322 void validate() const { SkASSERT((NULL == fEffectStage) == (-1 == fCurrentIndex)); } in validate()325 const GrEffectStage* fEffectStage; variable