Home
last modified time | relevance | path

Searched refs:getRootArchive (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyIterator.cpp62 m_testCtx.setCurrentArchive(m_testCtx.getRootArchive()); in enterTestPackage()
74 m_testCtx.setCurrentArchive(m_testCtx.getRootArchive()); in leaveTestPackage()
DtcuTestContext.hpp71 Archive& getRootArchive (void) const { return m_rootArchive; } in getRootArchive() function in tcu::TestContext
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigPackage.hpp44 return &m_testCtx.getRootArchive(); in getArchive()
DglcNoDefaultContextPackage.hpp41 return &m_testCtx.getRootArchive(); in getArchive()
DglcTestPackage.cpp51 , m_archive (testCtx.getRootArchive(), resourcesPath) in TestPackage()
/third_party/vk-gl-cts/modules/gles3/
Dtgl45es3TestPackage.cpp44 , m_archive (testCtx.getRootArchive(), "gles3/") in TestPackageGL45ES3()
Dtes3TestPackage.cpp123 , m_archive (testCtx.getRootArchive(), "gles3/") in TestPackage()
/third_party/vk-gl-cts/modules/gles31/
Dtgl45es31TestPackage.cpp44 , m_archive (testCtx.getRootArchive(), "gles31/") in TestPackageGL45ES31()
Dtgl45TestPackage.cpp44 , m_archive (testCtx.getRootArchive(), "gles31/") in TestPackageGL45()
Dtes31TestPackage.cpp44 , m_archive (testCtx.getRootArchive(), "gles31/") in TestPackage()
/third_party/vk-gl-cts/modules/gles2/
Dtes2TestPackage.cpp125 , m_archive (testCtx.getRootArchive(), "gles2/") in TestPackage()