Home
last modified time | relevance | path

Searched refs:fAvoidWritePixelsFastPath (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrCaps.cpp89 fAvoidWritePixelsFastPath = false; in GrCaps()
125 SkASSERT(!fAvoidWritePixelsFastPath); in applyOptionsOverrides()
256 writer->appendBool("Avoid writePixels fast path [workaround]", fAvoidWritePixelsFastPath); in dumpJSON()
DGrCaps.h134 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath()
602 bool fAvoidWritePixelsFastPath : 1; variable
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp588 fAvoidWritePixelsFastPath = true; // bugs.skia.org/8064 in applyDriverCorrectnessWorkarounds()