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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTResourceFile.h 18 @class CPVRTResourceFile
21 class CPVRTResourceFile
48 @brief CPVRTResourceFile constructor
51 CPVRTResourceFile(const char* pszFilename);
54 @brief CPVRTResourceFile constructor
58 CPVRTResourceFile(const char* pData, size_t i32Size);
61 @fn ~CPVRTResourceFile
64 virtual ~CPVRTResourceFile();
PVRTResourceFile.cpp 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)
89 CPVRTString CPVRTResourceFile::GetReadPath()
101 void CPVRTResourceFile::SetLoadReleaseFunctions(void* pLoadFileFunc, void* pReleaseFileFunc)
116 @Function CPVRTResourceFile
120 CPVRTResourceFile::CPVRTResourceFile(const char* const pszFilename) :
140 @Function CPVRTResourceFile
    [all...]

Completed in 56 milliseconds