Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSurface.hpp330 bool isEntire(const Rect& rect) const;
DBlitter.cpp1447 bool isEntireDest = dest->isEntire(destRect); in blitReactor()
DSurface.cpp3347 bool Surface::isEntire(const Rect& rect) const in isEntire() function in sw::Surface