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

  /external/skia/include/gpu/
GrPaint.h 81 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrFragmentStage, (fp));
103 int numColorStages() const { return fColorStages.count(); }
114 const GrFragmentStage& getColorStage(int s) const { return fColorStages[s]; }
123 fColorStages = paint.fColorStages;
139 SkSTArray<4, GrFragmentStage> fColorStages;
  /external/skia/src/gpu/
GrPipelineBuilder.h 60 int numColorFragmentStages() const { return fColorStages.count(); }
65 const GrFragmentStage& getColorFragmentStage(int idx) const { return fColorStages[idx]; }
70 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrFragmentStage, (effect));
429 FragmentStageArray fColorStages;

Completed in 520 milliseconds