Searched refs:bCopy (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTResourceFile.cpp | 250 …ystem::CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy) in CPVRTMemoryFileSystem() argument 252 RegisterMemoryFile(pszFilename, pBuffer, Size, bCopy); in CPVRTMemoryFileSystem() 264 …leSystem::RegisterMemoryFile(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy) in RegisterMemoryFile() argument 277 if (bCopy) in RegisterMemoryFile() 288 s_pFileInfo[s_i32NumFiles].bAllocated = bCopy; in RegisterMemoryFile()
|
D | PVRTMemoryFileSystem.h | 28 …CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy = fals… 39 … RegisterMemoryFile(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy = false);
|