Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DtextureObjectRegistry.h102 return _totalTextureMemory; in GetTotalTextureMemory()
121 std::atomic<int64_t> _totalTextureMemory; variable
H A DtextureObjectRegistry.cpp41 : _totalTextureMemory(0) in HdSt_TextureObjectRegistry()
125 _totalTextureMemory.fetch_add(memDiff); in AdjustTotalTextureMemory()