Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp1227hasDirtyContents() || !posY->hasDirtyContents() || !posZ->hasDirtyContents() || !negX->hasDirtyCon… in updateBorders()
/external/swiftshader/src/Renderer/
DSurface.hpp328 bool hasDirtyContents() const;
DSurface.cpp3526 bool Surface::hasDirtyContents() const in hasDirtyContents() function in sw::Surface
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp671 if(generateMipmap && image[0]->hasDirtyContents()) in autoGenerateMipmaps()