Searched defs:pszFilename (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMemoryFileSystem.h23 @param[in] pszFilename Name of file to register
28 CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy = false);
32 @param[in] pszFilename Name of file to register
39 static void RegisterMemoryFile(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy = false);
43 @param[in] pszFilename Name of file to open
50 static bool GetFile(const char* pszFilename, const void** ppBuffer, size_t* pSize);
93 const char* pszFilename; ///< File name. member in struct:CPVRTMemoryFileSystem::SFileInfo
H A DPVRTResourceFile.cpp117 @Input pszFilename Name of the file you would like to open
120 CPVRTResourceFile::CPVRTResourceFile(const char* const pszFilename) : argument
128 Path += pszFilename;
135 m_bOpen = m_bMemoryFile = CPVRTMemoryFileSystem::GetFile(pszFilename, (const void**)(&m_pData), &m_Size);
243 delete [] (char*)CPVRTMemoryFileSystem::s_pFileInfo[i].pszFilename;
250 CPVRTMemoryFileSystem::CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy) argument
252 RegisterMemoryFile(pszFilename, pBuffer, Size, bCopy);
257 @Input pszFilename Name of file to register
264 void CPVRTMemoryFileSystem::RegisterMemoryFile(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy) argument
275 s_pFileInfo[s_i32NumFiles].pszFilename
301 GetFile(const char* pszFilename, const void** ppBuffer, size_t* pSize) argument
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp656 @param[in] pszFilename file to save screen to
663 const char * const pszFilename,
676 fpDumpfile = fopen(pszFilename, "wb");
784 PVRShellOutputDebug("PVRShell: Failed to open \"%s\" for writing screen dump.\n", pszFilename);
662 PVRShellWriteBMPFile( const char * const pszFilename, const unsigned int ui32Width, const unsigned int ui32Height, const void * const pImageData, const unsigned int ui32PixelReplicate) argument

Completed in 139 milliseconds