Searched refs:getRootArchive (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcNoDefaultContextPackage.hpp | 41 return &m_testCtx.getRootArchive(); in getArchive()
|
D | glcConfigPackage.hpp | 44 return &m_testCtx.getRootArchive(); in getArchive()
|
D | glcTestPackage.cpp | 51 , m_archive (testCtx.getRootArchive(), resourcesPath) in TestPackage()
|
/external/deqp/framework/common/ |
D | tcuTestHierarchyIterator.cpp | 62 m_testCtx.setCurrentArchive(m_testCtx.getRootArchive()); in enterTestPackage() 74 m_testCtx.setCurrentArchive(m_testCtx.getRootArchive()); in leaveTestPackage()
|
D | tcuTestContext.hpp | 71 Archive& getRootArchive (void) const { return m_rootArchive; } in getRootArchive() function in tcu::TestContext
|
/external/deqp/modules/gles31/ |
D | tgl45TestPackage.cpp | 44 , m_archive (testCtx.getRootArchive(), "gles31/") in TestPackageGL45()
|
D | tes31TestPackage.cpp | 44 , m_archive (testCtx.getRootArchive(), "gles31/") in TestPackage()
|
/external/deqp/modules/gles3/ |
D | tes3TestPackage.cpp | 123 , m_archive (testCtx.getRootArchive(), "gles3/") in TestPackage()
|
/external/deqp/modules/gles2/ |
D | tes2TestPackage.cpp | 125 , m_archive (testCtx.getRootArchive(), "gles2/") in TestPackage()
|