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

  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 93 fColorStages.reset();
95 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrProcessorStage, (fp));
120 int numColorStages() const { return fColorStages.count(); }
124 const GrFragmentStage& getColorStage(int s) const { return fColorStages[s]; }
136 fColorStages = paint.fColorStages;
181 for (int i = 0; i < fColorStages.count(); ++i) {
182 fColorStages[i].localCoordChange(oldToNew);
192 for (int i = 0; i < fColorStages.count(); ++i) {
198 fColorStages[i].localCoordChange(oldToNew)
    [all...]
  /external/skia/include/gpu/
GrPaint.h 93 fColorStages.reset();
95 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrEffectStage, (effect, attr0, attr1));
125 int numColorStages() const { return fColorStages.count(); }
129 const GrEffectStage& getColorStage(int s) const { return fColorStages[s]; }
141 fColorStages = paint.fColorStages;
186 for (int i = 0; i < fColorStages.count(); ++i) {
187 fColorStages[i].localCoordChange(oldToNew);
197 for (int i = 0; i < fColorStages.count(); ++i) {
203 fColorStages[i].localCoordChange(oldToNew)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.h 131 int numColorStages() const { return fColorStages.count(); }
140 const GrFragmentStage& getColorStage(int stageIdx) const { return fColorStages[stageIdx]; }
418 FragmentStageArray fColorStages;
  /external/skia/src/gpu/
GrDrawState.h 56 for (int i = 0; i < fColorStages.count(); ++i) {
57 fColorStages[i].localCoordChange(preConcatMatrix);
345 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrEffectStage, (effect, attr0, attr1));
398 int n = fDrawState->fColorStages.count() - fColorEffectCnt;
400 fDrawState->fColorStages.pop_back_n(n);
408 fColorEffectCnt = ds->fColorStages.count();
422 int numColorStages() const { return fColorStages.count(); }
426 const GrEffectStage& getColorStage(int stageIdx) const { return fColorStages[stageIdx]; }
851 fColorStages.count() != s.fColorStages.count() |
    [all...]

Completed in 284 milliseconds