Home
last modified time | relevance | path

Searched defs:willReadDstColor (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrXferProcessor.cpp19 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples, in GrXferProcessor()
DGrXferProcessor.h145 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
/third_party/skia/src/gpu/
DGrProcessorAnalysis.h122 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
DGrXferProcessor.cpp20 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, in GrXferProcessor()