Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp472 bool dirtyContents; // Sibling surfaces need updating (mipmaps / cube borders). member in sw::Surface
DSurface.cpp1267 dirtyContents = true; in Surface()
1324 dirtyContents = true; in Surface()
1389 dirtyContents = true; in lockExternal()
1468 dirtyContents = true; in lockInternal()
3528 return dirtyContents; in hasDirtyContents()
3533 dirtyContents = false; in markContentsClean()