Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTResourceFile.cpp25 CPVRTString CPVRTResourceFile::s_ReadPath; member in CPVRTResourceFile
81 s_ReadPath = (pszReadPath) ? pszReadPath : ""; in SetReadPath()
91 return CPVRTString(s_ReadPath); in GetReadPath()
127 CPVRTString Path(s_ReadPath); in CPVRTResourceFile()
DPVRTResourceFile.h108 static CPVRTString s_ReadPath; variable