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

  /external/skia/src/gpu/
GrXferProcessor.cpp 167 SkASSERT(!(result & AnalysisProperties::kRequiresDstTexture));
170 result |= AnalysisProperties::kRequiresDstTexture;
GrXferProcessor.h 277 kRequiresDstTexture = 0x10,
GrProcessorSet.cpp 210 SkToBool(props & GrXPFactory::AnalysisProperties::kRequiresDstTexture);
  /external/skia/tests/
GrPorterDuffTest.cpp     [all...]

Completed in 488 milliseconds