Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrCaps.cpp92 fAvoidWritePixelsFastPath = false; in GrCaps()
129 SkASSERT(!fAvoidWritePixelsFastPath); in applyOptionsOverrides()
262 writer->appendBool("Avoid writePixels fast path [workaround]", fAvoidWritePixelsFastPath); in dumpJSON()
H A DGrCaps.h142 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath()
631 bool fAvoidWritePixelsFastPath : 1; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCaps.cpp598 fAvoidWritePixelsFastPath = true; // bugs.skia.org/8064 in applyDriverCorrectnessWorkarounds()