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.cpp146 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.cpp218 addChild(new ShaderMatrixTests (m_context)); in init()
Des3fShaderMatrixTests.cpp1769 ShaderMatrixTests::ShaderMatrixTests (Context& context) in ShaderMatrixTests() function in deqp::gles3::Functional::ShaderMatrixTests
1774 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()
1778 void ShaderMatrixTests::init (void) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1945 class ShaderMatrixTests : public tcu::TestCaseGroup class
1948 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::ShaderMatrixTests
1963 ShaderMatrixTests::~ShaderMatrixTests (void) in ~ShaderMatrixTests()
1967 void ShaderMatrixTests::init (void) in init()
2149 return new ShaderMatrixTests(testCtx); in createMatrixTests()