Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrXferProcessor.cpp18 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, in GrXferProcessor()
/external/skqp/src/gpu/
DGrXferProcessor.cpp19 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples, in GrXferProcessor()
DGrXferProcessor.h149 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function