Searched defs:CPVRTMemoryFileSystem (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMemoryFileSystem.h15 @class CPVRTMemoryFileSystem
18 class CPVRTMemoryFileSystem class
22 @brief Constructor. Creates a CPVRTMemoryFileSystem object based on the parameters supplied.
28 CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy = false);
H A DPVRTResourceFile.cpp135 m_bOpen = m_bMemoryFile = CPVRTMemoryFileSystem::GetFile(pszFilename, (const void**)(&m_pData), &m_Size);
224 ** class CPVRTMemoryFileSystem
226 CPVRTMemoryFileSystem::CAtExit CPVRTMemoryFileSystem::s_AtExit;
227 CPVRTMemoryFileSystem::SFileInfo* CPVRTMemoryFileSystem::s_pFileInfo = 0;
228 int CPVRTMemoryFileSystem::s_i32Capacity = 0;
229 int CPVRTMemoryFileSystem::s_i32NumFiles = 0;
237 CPVRTMemoryFileSystem::CAtExit::~CAtExit()
239 for (int i = 0; i < CPVRTMemoryFileSystem
250 CPVRTMemoryFileSystem::CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy) function in class:CPVRTMemoryFileSystem
[all...]

Completed in 187 milliseconds