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

  /external/skia/src/gpu/
GrXferProcessor.cpp 25 return this->onHasSecondaryOutput();
GrXferProcessor.h 207 virtual bool onHasSecondaryOutput() const { return false; }
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 414 bool onHasSecondaryOutput() const override { return fBlendFormula.hasSecondaryOutput(); }
    [all...]

Completed in 73 milliseconds