Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSurface.hpp324 bool dirtyContents; // Sibling surfaces need updating (mipmaps / cube borders). member in sw::Surface
DSurface.cpp827 dirtyContents = true; in Surface()
883 dirtyContents = true; in Surface()
947 dirtyContents = true; in lockExternal()
1023 dirtyContents = true; in lockInternal()
3115 return dirtyContents; in hasDirtyContents()
3120 dirtyContents = false; in markContentsClean()
/external/swiftshader/src/Renderer/
DSurface.hpp501 bool dirtyContents; // Sibling surfaces need updating (mipmaps / cube borders). member in sw::Surface
DSurface.cpp1308 dirtyContents = true; in Surface()
1365 dirtyContents = true; in Surface()
1430 dirtyContents = true; in lockExternal()
1509 dirtyContents = true; in lockInternal()
3719 return dirtyContents; in hasDirtyContents()
3724 dirtyContents = false; in markContentsClean()