Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.cpp80 fAvoidWritePixelsFastPath = false; in GrCaps()
115 SkASSERT(!fAvoidWritePixelsFastPath); in applyOptionsOverrides()
246 writer->appendBool("Avoid writePixels fast path [workaround]", fAvoidWritePixelsFastPath); in dumpJSON()
DGrCaps.h108 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath()
569 bool fAvoidWritePixelsFastPath : 1; variable
/third_party/flutter/skia/src/gpu/
DGrCaps.h82 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath()
506 bool fAvoidWritePixelsFastPath : 1; variable
DGrCaps.cpp73 fAvoidWritePixelsFastPath = false; in GrCaps()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp447 fAvoidWritePixelsFastPath = true; // bugs.skia.org/8064 in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp572 fAvoidWritePixelsFastPath = true; // bugs.skia.org/8064 in applyDriverCorrectnessWorkarounds()