Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DprimAdapter.cpp173 SdfPath const& depCachePath = it->second; in _ResyncDependents() local
181 if (depCachePath == usdPath) { in _ResyncDependents()
187 usdPath.GetText(), depCachePath.GetText()); in _ResyncDependents()
190 _delegate->_GetHdPrimInfo(depCachePath); in _ResyncDependents()
193 primInfo->adapter->ProcessPrimResync(depCachePath, index); in _ResyncDependents()