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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.cpp 94 SkASSERT(0 == fBlockEffectRemovalCnt || 0 == this->numTotalStages());
129 SkASSERT(0 == fBlockEffectRemovalCnt || 0 == this->numTotalStages());
160 if (this->numTotalStages()) {
182 SkASSERT(0 == fBlockEffectRemovalCnt || 0 == this->numTotalStages());
418 if (0 == drawState->numTotalStages()) {
440 fSavedCoordChanges.reset(fDrawState->numTotalStages());
GrRODrawState.h 133 int numTotalStages() const {
GrOptDrawState.cpp 246 fRequiresLocalCoordAttrib = this->hasLocalCoordAttribute() && this->numTotalStages() > 0;
  /external/skia/src/gpu/
GrDrawState.cpp 30 SkASSERT(0 == fBlockEffectRemovalCnt || 0 == this->numTotalStages());
440 if (0 == drawState->numTotalStages()) {
461 fSavedCoordChanges.reset(fDrawState->numTotalStages());
GrDrawState.h 424 int numTotalStages() const { return this->numColorStages() + this->numCoverageStages(); }
871 SkASSERT(0 == fBlockEffectRemovalCnt || 0 == this->numTotalStages());
882 SkASSERT(0 == fBlockEffectRemovalCnt || 0 == this->numTotalStages());
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 122 int numTotalStages() const { return this->numColorStages() + this->numCoverageStages(); }
  /external/skia/include/gpu/
GrPaint.h 127 int numTotalStages() const { return this->numColorStages() + this->numCoverageStages(); }
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 218 int numStages = optState.numTotalStages();

Completed in 150 milliseconds