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

/external/deqp/framework/common/
H A DtcuResource.hpp91 class DirArchive : public Archive class in namespace:tcu
94 DirArchive (const char* path);
95 ~DirArchive (void);
100 DirArchive (const DirArchive& other) : Archive(), m_path(other.m_path) {} function in class:tcu::DirArchive
101 DirArchive& operator= (const DirArchive& other) { m_path = other.m_path; return *this; }
H A DtcuResource.cpp31 DirArchive::DirArchive (const char* path) function in class:tcu::DirArchive
39 DirArchive::~DirArchive ()
43 Resource* DirArchive::getResource (const char* name) const
/external/deqp/framework/platform/
H A DtcuMain.cpp47 tcu::DirArchive archive (".");
/external/chromium_org/third_party/angle/tests/deqp_tests/
H A Ddeqp_tests.cpp137 tcu::DirArchive archive(GetExecutableDirectory().c_str());
/external/deqp/framework/platform/ios/
H A DtcuIOSApp.mm299 tcu::DirArchive m_archive;

Completed in 1016 milliseconds