Home
last modified time | relevance | path

Searched refs:onHasSecondaryOutput (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrXferProcessor.cpp57 return this->onHasSecondaryOutput(); in hasSecondaryOutput()
/external/skia/include/gpu/
DGrXferProcessor.h267 virtual bool onHasSecondaryOutput() const { return false; } in onHasSecondaryOutput() function
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp364 bool onHasSecondaryOutput() const override { return fBlendFormula.hasSecondaryOutput(); } in onHasSecondaryOutput() function in PorterDuffXferProcessor