Home
last modified time | relevance | path

Searched refs:OpaqueTypeIndexingTests (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.hpp36 class OpaqueTypeIndexingTests : public TestCaseGroup class
39 OpaqueTypeIndexingTests (Context& context);
40 ~OpaqueTypeIndexingTests (void);
45 OpaqueTypeIndexingTests (const OpaqueTypeIndexingTests&);
46 OpaqueTypeIndexingTests& operator= (const OpaqueTypeIndexingTests&);
Des31fOpaqueTypeIndexingTests.cpp1237 OpaqueTypeIndexingTests::OpaqueTypeIndexingTests (Context& context) in OpaqueTypeIndexingTests() function in deqp::gles31::Functional::OpaqueTypeIndexingTests
1242 OpaqueTypeIndexingTests::~OpaqueTypeIndexingTests (void) in ~OpaqueTypeIndexingTests()
1246 void OpaqueTypeIndexingTests::init (void) in init()
Des31fFunctionalTests.cpp236 addChild(new OpaqueTypeIndexingTests (m_context)); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1887 class OpaqueTypeIndexingTests : public tcu::TestCaseGroup class
1890 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::OpaqueTypeIndexingTests
1905 OpaqueTypeIndexingTests::~OpaqueTypeIndexingTests (void) in ~OpaqueTypeIndexingTests()
1909 void OpaqueTypeIndexingTests::init (void) in init()
2042 return new OpaqueTypeIndexingTests(testCtx); in createOpaqueTypeIndexingTests()