Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTSkipGraph.h27 CPVRTArray<CPVRTSkipGraphNode*> m_apDependencies; // What I depend on variable
57 return (unsigned int)m_apDependencies.GetSize(); in GetNumDependencies()
68 _ASSERT(ui32Id >= 0 && ui32Id < (unsigned int)m_apDependencies.GetSize()); in GetDependency()
69 return *m_apDependencies[ui32Id]; in GetDependency()
92 for(ui = 0; ui < (unsigned int)m_apDependencies.GetSize(); ++ui) in AddDependency()
94 if(m_apDependencies[ui] == pDependentNode) in AddDependency()
104 m_apDependencies.Append(pDependentNode); in AddDependency()
139 if(m_apDependencies[ui] == pDependencyNode) in AddDependent()