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

  /external/skia/src/gpu/
GrPaint.h 95 fColorFragmentProcessors.push_back(std::move(fp));
122 int numColorFragmentProcessors() const { return fColorFragmentProcessors.count(); }
130 return fColorFragmentProcessors[i].get();
174 SkSTArray<4, sk_sp<GrFragmentProcessor>> fColorFragmentProcessors;
GrProcessorSet.cpp 26 for (auto& fp : paint.fColorFragmentProcessors) {

Completed in 582 milliseconds