Searched refs:OpaqueTypeIndexingTests (Results 1 – 4 of 4) sorted by relevance
36 class OpaqueTypeIndexingTests : public TestCaseGroup class39 OpaqueTypeIndexingTests (Context& context);40 ~OpaqueTypeIndexingTests (void);45 OpaqueTypeIndexingTests (const OpaqueTypeIndexingTests&);46 OpaqueTypeIndexingTests& operator= (const OpaqueTypeIndexingTests&);
1237 OpaqueTypeIndexingTests::OpaqueTypeIndexingTests (Context& context) in OpaqueTypeIndexingTests() function in deqp::gles31::Functional::OpaqueTypeIndexingTests1242 OpaqueTypeIndexingTests::~OpaqueTypeIndexingTests (void) in ~OpaqueTypeIndexingTests()1246 void OpaqueTypeIndexingTests::init (void) in init()
236 addChild(new OpaqueTypeIndexingTests (m_context)); in init()
1887 class OpaqueTypeIndexingTests : public tcu::TestCaseGroup class1890 OpaqueTypeIndexingTests (tcu::TestContext& testCtx);1891 virtual ~OpaqueTypeIndexingTests (void);1896 OpaqueTypeIndexingTests (const OpaqueTypeIndexingTests&);1897 OpaqueTypeIndexingTests& operator= (const OpaqueTypeIndexingTests&);1900 OpaqueTypeIndexingTests::OpaqueTypeIndexingTests (tcu::TestContext& testCtx) in OpaqueTypeIndexingTests() function in vkt::shaderexecutor::__anon04ee0ba80111::OpaqueTypeIndexingTests1905 OpaqueTypeIndexingTests::~OpaqueTypeIndexingTests (void) in ~OpaqueTypeIndexingTests()1909 void OpaqueTypeIndexingTests::init (void) in init()2042 return new OpaqueTypeIndexingTests(testCtx); in createOpaqueTypeIndexingTests()