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()
146 addChild(new ShaderMatrixTests (m_context)); in init()
218 addChild(new ShaderMatrixTests (m_context)); in init()
1769 ShaderMatrixTests::ShaderMatrixTests (Context& context) in ShaderMatrixTests() function in deqp::gles3::Functional::ShaderMatrixTests1774 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()1778 void ShaderMatrixTests::init (void) in init()
1945 class ShaderMatrixTests : public tcu::TestCaseGroup class1948 ShaderMatrixTests (tcu::TestContext& testCtx);1949 virtual ~ShaderMatrixTests (void);1954 ShaderMatrixTests (const ShaderMatrixTests&); // not allowed!1955 ShaderMatrixTests& operator= (const ShaderMatrixTests&); // not allowed!1958 ShaderMatrixTests::ShaderMatrixTests (tcu::TestContext& testCtx) in ShaderMatrixTests() function in vkt::sr::__anoncf4815820111::ShaderMatrixTests1963 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()1967 void ShaderMatrixTests::init (void) in init()2149 return new ShaderMatrixTests(testCtx); in createMatrixTests()