Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.cpp81 fAvoidWritePixelsFastPath = false; in GrCaps()
116 SkASSERT(!fAvoidWritePixelsFastPath); in applyOptionsOverrides()
247 writer->appendBool("Avoid writePixels fast path [workaround]", fAvoidWritePixelsFastPath); in dumpJSON()
DGrCaps.h118 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath()
580 bool fAvoidWritePixelsFastPath : 1; variable
/external/skia/src/gpu/vk/
DGrVkCaps.cpp573 fAvoidWritePixelsFastPath = true; // bugs.skia.org/8064 in applyDriverCorrectnessWorkarounds()