Home
last modified time | relevance | path

Searched refs:analysisProperties (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrDisableColorXP.h33 AnalysisProperties analysisProperties( in analysisProperties() function
DGrPorterDuffXferProcessor.h55 AnalysisProperties analysisProperties(const GrProcessorAnalysisColor&,
DGrCoverageSetOpXP.h42 AnalysisProperties analysisProperties(const GrProcessorAnalysisColor& color, in analysisProperties() function
DGrCustomXfermode.cpp204 AnalysisProperties analysisProperties(const GrProcessorAnalysisColor&,
235 GrXPFactory::AnalysisProperties CustomXPFactory::analysisProperties( in analysisProperties() function in CustomXPFactory
DGrPorterDuffXferProcessor.cpp786 GrXPFactory::AnalysisProperties GrPorterDuffXPFactory::analysisProperties( in analysisProperties() function in GrPorterDuffXPFactory
/third_party/skia/src/gpu/
DGrXferProcessor.h266 virtual AnalysisProperties analysisProperties(const GrProcessorAnalysisColor&,
DGrXferProcessor.cpp162 result = factory->analysisProperties(color, coverage, caps, clampType); in GetAnalysisProperties()