Home
last modified time | relevance | path

Searched refs:isExternalDirty (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp330 inline bool isExternalDirty() const;
630 bool Surface::isExternalDirty() const in isExternalDirty() function in sw::Surface
DBlitter.cpp104 bool useDestInternal = !dest->isExternalDirty(); in fastClear()
1414 bool useSourceInternal = !source->isExternalDirty(); in blitReactor()
1415 bool useDestInternal = !dest->isExternalDirty(); in blitReactor()