Searched refs:ShaderIndexingTests (Results 1 – 7 of 7) sorted by relevance
35 class ShaderIndexingTests : public TestCaseGroup class38 ShaderIndexingTests (Context& context);39 virtual ~ShaderIndexingTests (void);44 ShaderIndexingTests (const ShaderIndexingTests&); // not allowed!45 ShaderIndexingTests& operator= (const ShaderIndexingTests&); // not allowed!
992 ShaderIndexingTests::ShaderIndexingTests(Context& context) in ShaderIndexingTests() function in deqp::gles2::Functional::ShaderIndexingTests997 ShaderIndexingTests::~ShaderIndexingTests (void) in ~ShaderIndexingTests()1001 void ShaderIndexingTests::init (void) in init()
139 addChild(new ShaderIndexingTests (m_context)); in init()
957 ShaderIndexingTests::ShaderIndexingTests(Context& context) in ShaderIndexingTests() function in deqp::gles3::Functional::ShaderIndexingTests962 ShaderIndexingTests::~ShaderIndexingTests (void) in ~ShaderIndexingTests()966 void ShaderIndexingTests::init (void) in init()
212 addChild(new ShaderIndexingTests (m_context)); in init()
1036 class ShaderIndexingTests : public tcu::TestCaseGroup class1039 ShaderIndexingTests (tcu::TestContext& context);1040 virtual ~ShaderIndexingTests (void);1045 ShaderIndexingTests (const ShaderIndexingTests&); // not allowed!1046 ShaderIndexingTests& operator= (const ShaderIndexingTests&); // not allowed!1049 ShaderIndexingTests::ShaderIndexingTests(tcu::TestContext& context) in ShaderIndexingTests() function in vkt::sr::__anon746248b90111::ShaderIndexingTests1054 ShaderIndexingTests::~ShaderIndexingTests (void) in ~ShaderIndexingTests()1058 void ShaderIndexingTests::init (void) in init()1242 return new ShaderIndexingTests(testCtx); in createIndexingTests()