Home
last modified time | relevance | path

Searched refs:CPVRTResourceFile (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTResourceFile.cpp25 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 CPVRTResourceFile
145 CPVRTResourceFile::CPVRTResourceFile(const char* pData, size_t i32Size) : in CPVRTResourceFile() function in CPVRTResourceFile
158 CPVRTResourceFile::~CPVRTResourceFile() in ~CPVRTResourceFile()
168 bool CPVRTResourceFile::IsOpen() const in IsOpen()
[all …]
DPVRTResourceFile.h21 class CPVRTResourceFile
51 CPVRTResourceFile(const char* pszFilename);
58 CPVRTResourceFile(const char* pData, size_t i32Size);
64 virtual ~CPVRTResourceFile();
DPVRTPFXParser.cpp833 CPVRTResourceFile PfxFile(pszFileName); in ParseFromFile()
2182 CPVRTResourceFile GLSLFile(str); in ParseShader()
2211 CPVRTResourceFile GLSLFile(str); in ParseShader()
DPVRTModelPOD.cpp375 CPVRTResourceFile* m_pFile;
425 m_pFile = new CPVRTResourceFile(pszFileName); in Init()
447 m_pFile = new CPVRTResourceFile(pData, i32Size); in Init()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTShader.cpp197 CPVRTResourceFile ShaderFile(pszBinFile); in PVRTShaderLoadFromFile()
207 CPVRTResourceFile ShaderFile(pszSrcFile); in PVRTShaderLoadFromFile()
DPVRTTextureAPI.cpp1044 CPVRTResourceFile TexFile(filename); in PVRTTextureLoadFromPVR()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp305 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()
310CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp195 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()
200CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp395 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()
400CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp1417 CPVRTResourceFile TexFile(filename); in PVRTTextureLoadFromPVR()