Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTSkipGraph.h66 CPVRTSkipGraphNode& GetDependency(const unsigned int ui32Id) const in GetDependency() argument
68 _ASSERT(ui32Id >= 0 && ui32Id < (unsigned int)m_apDependencies.GetSize()); in GetDependency()
69 return *m_apDependencies[ui32Id]; in GetDependency()