Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.cpp81 fAvoidWritePixelsFastPath = false; in GrCaps()
115 SkASSERT(!fAvoidWritePixelsFastPath); in applyOptionsOverrides()
238 writer->appendBool("Avoid writePixels fast path [workaround]", fAvoidWritePixelsFastPath); in dumpJSON()
DGrCaps.h109 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath()
541 bool fAvoidWritePixelsFastPath : 1; variable
/external/skqp/src/gpu/
DGrCaps.h80 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath()
358 bool fAvoidWritePixelsFastPath : 1; variable
DGrCaps.cpp74 fAvoidWritePixelsFastPath = false; in GrCaps()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp427 fAvoidWritePixelsFastPath = true; // bugs.skia.org/8064 in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp565 fAvoidWritePixelsFastPath = true; // bugs.skia.org/8064 in applyDriverCorrectnessWorkarounds()