Searched refs:uiSemanticIndex (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPFXParserAPI.cpp656 unsigned int uiSemanticIndex = 0; local
657 while(uiSemanticIndex < m_Semantics.GetSize() && m_Semantics[uiSemanticIndex].n != uiSemanticID) ++uiSemanticIndex;
659 if(uiSemanticIndex == m_Semantics.GetSize())
665 m_Semantics.Remove(uiSemanticIndex);

Completed in 120 milliseconds