Home
last modified time | relevance | path

Searched refs:kRequiresDstTexture (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
DGrXferProcessor.cpp169 SkASSERT(!(result & AnalysisProperties::kRequiresDstTexture)); in GetAnalysisProperties()
172 result |= AnalysisProperties::kRequiresDstTexture | in GetAnalysisProperties()
DGrXferProcessor.h224 kRequiresDstTexture = 0x10, enumerator
DGrProcessorSet.cpp156 analysis.fRequiresDstTexture = (props & GrXPFactory::AnalysisProperties::kRequiresDstTexture) || in finalize()
/third_party/skia/tests/
DAdvancedBlendTest.cpp63 if (xpfAnalysis & GrXPFactory::AnalysisProperties::kRequiresDstTexture) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrPorterDuffTest.cpp1033 GrXPFactory::AnalysisProperties::kRequiresDstTexture)); in test_lcd_coverage_fallback_case()
1048 GrXPFactory::AnalysisProperties::kRequiresDstTexture)); in test_lcd_coverage_fallback_case()