Home
last modified time | relevance | path

Searched refs:fColorFragmentProcessors (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrPaint.h95 fColorFragmentProcessors.push_back(std::move(fp)); in addColorFragmentProcessor()
122 int numColorFragmentProcessors() const { return fColorFragmentProcessors.count(); } in numColorFragmentProcessors()
130 return fColorFragmentProcessors[i].get(); in getColorFragmentProcessor()
174 SkSTArray<4, sk_sp<GrFragmentProcessor>> fColorFragmentProcessors; variable
DGrProcessorSet.cpp26 for (auto& fp : paint.fColorFragmentProcessors) { in GrProcessorSet()