Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrXferProcessor.cpp21 bool willReadDstColor, in GrXferProcessor()
221 bool GrXPFactory::willReadDstColor(const GrCaps& caps, in willReadDstColor() function in GrXPFactory
/external/skia/include/gpu/
DGrXferProcessor.h176 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function