Searched refs:getRootArchive (Results 1 – 8 of 8) sorted by relevance
62 m_testCtx.setCurrentArchive(m_testCtx.getRootArchive()); in enterTestPackage()71 m_testCtx.setCurrentArchive(m_testCtx.getRootArchive()); in leaveTestPackage()
67 Archive& getRootArchive (void) const { return m_rootArchive; } in getRootArchive() function in tcu::TestContext
41 return &m_testCtx.getRootArchive(); in getArchive()
44 return &m_testCtx.getRootArchive(); in getArchive()
44 , m_archive(testCtx.getRootArchive(), resourcesPath) in TestPackage()
101 , m_archive (testCtx.getRootArchive(), "gles31/") in TestPackage()
116 , m_archive (testCtx.getRootArchive(), "gles2/") in TestPackage()
115 , m_archive (testCtx.getRootArchive(), "gles3/") in TestPackage()