Home
last modified time | relevance | path

Searched refs:DirArchive (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuResource.hpp91 class DirArchive : public Archive class
94 DirArchive (const char* path);
95 ~DirArchive (void);
100 DirArchive (const DirArchive& other) : Archive(), m_path(other.m_path) {} in DirArchive() function in tcu::DirArchive
101 DirArchive& operator= (const DirArchive& other) { m_path = other.m_path; return *this; } in operator =()
DtcuResource.cpp31 DirArchive::DirArchive (const char* path) in DirArchive() function in tcu::DirArchive
39 DirArchive::~DirArchive () in ~DirArchive()
43 Resource* DirArchive::getResource (const char* name) const in getResource()
/external/deqp/framework/platform/
DtcuMain.cpp47 tcu::DirArchive archive ("."); in main()
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp529 tcu::DirArchive archive ("."); in main()
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm299 tcu::DirArchive m_archive;