Home
last modified time | relevance | path

Searched refs:setCurrentArchive (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp60 m_testCtx.setCurrentArchive(*pkgArchive); in enterTestPackage()
62 m_testCtx.setCurrentArchive(m_testCtx.getRootArchive()); in enterTestPackage()
74 m_testCtx.setCurrentArchive(m_testCtx.getRootArchive()); in leaveTestPackage()
DtcuTestContext.cpp46 setCurrentArchive(m_rootArchive); in TestContext()
DtcuTestContext.hpp72 void setCurrentArchive (Archive& archive) { m_curArchive = &archive; } in setCurrentArchive() function in tcu::TestContext