HomeSort by relevance Sort by last modified time
    Searched refs:GetEndTag (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 565 if(GetEndTag("HEADER", nLine, &nEndLine))
581 if(GetEndTag("TEXTURE", nLine, &nEndLine))
595 if(GetEndTag("TARGET", nLine, &nEndLine))
614 if(GetEndTag("TEXTURES", nLine, &nEndLine))
630 if(GetEndTag("VERTEXSHADER", nLine, &nEndLine))
647 if(GetEndTag("FRAGMENTSHADER", nLine, &nEndLine))
664 if(GetEndTag("EFFECT", nLine, &nEndLine))
958 @Function GetEndTag
967 bool CPVRTPFXParser::GetEndTag(const char* pszTagName, int nStartLine, int *pnEndLine)
    [all...]
PVRTPFXParser.h 505 @fn GetEndTag
514 bool GetEndTag(const char *pszTagName, int nStartLine, int *pnEndLine);

Completed in 119 milliseconds