Home
last modified time | relevance | path

Searched refs:ShaderMatrixTests (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.hpp35 class ShaderMatrixTests : public TestCaseGroup class
38 ShaderMatrixTests (Context& context);
39 virtual ~ShaderMatrixTests (void);
44 ShaderMatrixTests (const ShaderMatrixTests&); // not allowed!
45 ShaderMatrixTests& operator= (const ShaderMatrixTests&); // not allowed!
Des2fShaderMatrixTests.cpp1078 ShaderMatrixTests::ShaderMatrixTests (Context& context) in ShaderMatrixTests() function in deqp::gles2::Functional::ShaderMatrixTests
1083 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()
1087 void ShaderMatrixTests::init (void) in init()
Des2fFunctionalTests.cpp142 addChild(new ShaderMatrixTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.hpp35 class ShaderMatrixTests : public TestCaseGroup class
38 ShaderMatrixTests (Context& context);
39 virtual ~ShaderMatrixTests (void);
44 ShaderMatrixTests (const ShaderMatrixTests&); // not allowed!
45 ShaderMatrixTests& operator= (const ShaderMatrixTests&); // not allowed!
Des3fFunctionalTests.cpp215 addChild(new ShaderMatrixTests (m_context)); in init()
Des3fShaderMatrixTests.cpp1783 ShaderMatrixTests::ShaderMatrixTests (Context& context) in ShaderMatrixTests() function in deqp::gles3::Functional::ShaderMatrixTests
1788 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()
1792 void ShaderMatrixTests::init (void) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1959 class ShaderMatrixTests : public tcu::TestCaseGroup class
1962 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::ShaderMatrixTests
1977 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()
1981 void ShaderMatrixTests::init (void) in init()
2163 return new ShaderMatrixTests(testCtx); in createMatrixTests()