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

  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 50 bool hasSecondaryOutput() const override;
461 bool PorterDuffXferProcessor::hasSecondaryOutput() const {
478 bool hasSecondaryOutput() const override { return false; }
    [all...]
  /external/skia/include/gpu/
GrXferProcessor.h 230 virtual bool hasSecondaryOutput() const { return false; }

Completed in 835 milliseconds