Home
last modified time | relevance | path

Searched refs:pszFilename (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTResourceFile.cpp120 CPVRTResourceFile::CPVRTResourceFile(const char* const pszFilename) : in CPVRTResourceFile() argument
128 Path += pszFilename; in CPVRTResourceFile()
135 …m_bOpen = m_bMemoryFile = CPVRTMemoryFileSystem::GetFile(pszFilename, (const void**)(&m_pData), &m… in CPVRTResourceFile()
243 delete [] (char*)CPVRTMemoryFileSystem::s_pFileInfo[i].pszFilename; in ~CAtExit()
250 CPVRTMemoryFileSystem::CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t S… in CPVRTMemoryFileSystem() argument
252 RegisterMemoryFile(pszFilename, pBuffer, Size, bCopy); in CPVRTMemoryFileSystem()
264 void CPVRTMemoryFileSystem::RegisterMemoryFile(const char* pszFilename, const void* pBuffer, size_t… in RegisterMemoryFile() argument
275 s_pFileInfo[s_i32NumFiles].pszFilename = pszFilename; in RegisterMemoryFile()
279 char* pszNewFilename = new char[strlen(pszFilename) + 1]; in RegisterMemoryFile()
280 strcpy(pszNewFilename, pszFilename); in RegisterMemoryFile()
[all …]
DPVRTMemoryFileSystem.h28 …CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy = fals…
39 …static void RegisterMemoryFile(const char* pszFilename, const void* pBuffer, size_t Size, bool bCo…
50 static bool GetFile(const char* pszFilename, const void** ppBuffer, size_t* pSize);
93 const char* pszFilename; ///< File name. member
DPVRTResourceFile.h51 CPVRTResourceFile(const char* pszFilename);
DPVRTModelPOD.h673 …EPVRTError SavePOD(const char * const pszFilename, const char * const pszExpOpt = 0, const char * …
DPVRTModelPOD.cpp2975 EPVRTError CPVRTModelPOD::SavePOD(const char * const pszFilename, const char * const pszExpOpt, con… argument
2980 pFile = fopen(pszFilename, "wb+");
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h615 const char * const pszFilename,
DPVRShell.cpp663 const char * const pszFilename, in PVRShellWriteBMPFile() argument
676 fpDumpfile = fopen(pszFilename, "wb"); in PVRShellWriteBMPFile()
784 PVRShellOutputDebug("PVRShell: Failed to open \"%s\" for writing screen dump.\n", pszFilename); in PVRShellWriteBMPFile()