Searched refs:ShaderMatrixTests (Results 1 – 7 of 7) sorted by relevance
35 class ShaderMatrixTests : public TestCaseGroup class38 ShaderMatrixTests (Context& context);39 virtual ~ShaderMatrixTests (void);44 ShaderMatrixTests (const ShaderMatrixTests&); // not allowed!45 ShaderMatrixTests& operator= (const ShaderMatrixTests&); // not allowed!
1078 ShaderMatrixTests::ShaderMatrixTests (Context& context) in ShaderMatrixTests() function in deqp::gles2::Functional::ShaderMatrixTests1083 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()1087 void ShaderMatrixTests::init (void) in init()
142 addChild(new ShaderMatrixTests (m_context)); in init()
215 addChild(new ShaderMatrixTests (m_context)); in init()
1783 ShaderMatrixTests::ShaderMatrixTests (Context& context) in ShaderMatrixTests() function in deqp::gles3::Functional::ShaderMatrixTests1788 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()1792 void ShaderMatrixTests::init (void) in init()
1959 class ShaderMatrixTests : public tcu::TestCaseGroup class1962 ShaderMatrixTests (tcu::TestContext& testCtx);1963 virtual ~ShaderMatrixTests (void);1968 ShaderMatrixTests (const ShaderMatrixTests&); // not allowed!1969 ShaderMatrixTests& operator= (const ShaderMatrixTests&); // not allowed!1972 ShaderMatrixTests::ShaderMatrixTests (tcu::TestContext& testCtx) in ShaderMatrixTests() function in vkt::sr::__anon5bfbec780111::ShaderMatrixTests1977 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()1981 void ShaderMatrixTests::init (void) in init()2163 return new ShaderMatrixTests(testCtx); in createMatrixTests()