Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTSkipGraph.h28 CPVRTArray<CPVRTSkipGraphNode*> m_apDependents; // What depends on me variable
137 for(ui = 0; ui < (unsigned int)m_apDependents.GetSize(); ++ui) in AddDependent()
148 m_apDependents.Append(pDependencyNode); in AddDependent()