Home
last modified time | relevance | path

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

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