Home
last modified time | relevance | path

Searched refs:avoidWritePixelsFastPath (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrCaps.h80 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath() function
DGrContextPriv.cpp526 !fContext->priv().caps()->avoidWritePixelsFastPath() && in writeSurfacePixels()
/external/skqp/src/gpu/
DGrCaps.h80 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath() function
DGrContext.cpp431 !fContext->contextPriv().caps()->avoidWritePixelsFastPath() && in writeSurfacePixels()