Searched refs:CPVRTResourceFile (Results 1 – 10 of 10) sorted by relevance
25 CPVRTString CPVRTResourceFile::s_ReadPath;71 PFNLoadFileFunc CPVRTResourceFile::s_pLoadFileFunc = &LoadFileFunc;72 PFNReleaseFileFunc CPVRTResourceFile::s_pReleaseFileFunc = &ReleaseFileFunc;79 void CPVRTResourceFile::SetReadPath(const char* const pszReadPath) in SetReadPath()89 CPVRTString CPVRTResourceFile::GetReadPath() in GetReadPath()101 void CPVRTResourceFile::SetLoadReleaseFunctions(void* pLoadFileFunc, void* pReleaseFileFunc) in SetLoadReleaseFunctions()120 CPVRTResourceFile::CPVRTResourceFile(const char* const pszFilename) : in CPVRTResourceFile() function in CPVRTResourceFile145 CPVRTResourceFile::CPVRTResourceFile(const char* pData, size_t i32Size) : in CPVRTResourceFile() function in CPVRTResourceFile158 CPVRTResourceFile::~CPVRTResourceFile() in ~CPVRTResourceFile()168 bool CPVRTResourceFile::IsOpen() const in IsOpen()[all …]
21 class CPVRTResourceFile51 CPVRTResourceFile(const char* pszFilename);58 CPVRTResourceFile(const char* pData, size_t i32Size);64 virtual ~CPVRTResourceFile();
833 CPVRTResourceFile PfxFile(pszFileName); in ParseFromFile()2182 CPVRTResourceFile GLSLFile(str); in ParseShader()2211 CPVRTResourceFile GLSLFile(str); in ParseShader()
375 CPVRTResourceFile* m_pFile;425 m_pFile = new CPVRTResourceFile(pszFileName); in Init()447 m_pFile = new CPVRTResourceFile(pData, i32Size); in Init()
197 CPVRTResourceFile ShaderFile(pszBinFile); in PVRTShaderLoadFromFile()207 CPVRTResourceFile ShaderFile(pszSrcFile); in PVRTShaderLoadFromFile()
1044 CPVRTResourceFile TexFile(filename); in PVRTTextureLoadFromPVR()
305 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()310 …CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
195 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()200 …CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
395 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()400 …CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
1417 CPVRTResourceFile TexFile(filename); in PVRTTextureLoadFromPVR()