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

  /external/skia/src/gpu/
GrProcOptInfo.h 46 bool isFourChannelOutput() const { return !fInOut.isSingleComponent() &&
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 328 SkASSERT(!coveragePOI.isFourChannelOutput());
337 SkASSERT(coveragePOI.isFourChannelOutput());
496 !optimizations.fCoveragePOI.isFourChannelOutput()) {
    [all...]
GrCustomXfermode.cpp 65 if (opt.fCoveragePOI.isFourChannelOutput()) {
  /external/skia/tests/
GrPorterDuffTest.cpp 105 SkASSERT(opt.fCoveragePOI.isFourChannelOutput());
297 SkASSERT(!optimizations.fCoveragePOI.isFourChannelOutput());
491 SkASSERT(!optimizations.fCoveragePOI.isFourChannelOutput());
    [all...]

Completed in 6296 milliseconds