Home
last modified time | relevance | path

Searched defs:hasColorFragmentProcessor (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrProcessorSet.h36 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function
84 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function
DGrPaint.h82 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor ? true : false; } in hasColorFragmentProcessor() function
/third_party/skia/m133/src/gpu/ganesh/
DGrProcessorSet.h46 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function
94 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function
DGrPaint.h83 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor ? true : false; } in hasColorFragmentProcessor() function