Home
last modified time | relevance | path

Searched refs:ShaderCommonFunctionTests (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.hpp35 class ShaderCommonFunctionTests : public TestCaseGroup class
38 ShaderCommonFunctionTests (Context& context);
39 virtual ~ShaderCommonFunctionTests (void);
44 ShaderCommonFunctionTests (const ShaderCommonFunctionTests&); // not allowed!
45 ShaderCommonFunctionTests& operator= (const ShaderCommonFunctionTests&); // not allowed!
Des3fFunctionalTests.cpp180 addChild(new ShaderCommonFunctionTests (m_context)); in init()
Des3fShaderCommonFunctionTests.cpp1623 ShaderCommonFunctionTests::ShaderCommonFunctionTests (Context& context) in ShaderCommonFunctionTests() function in deqp::gles3::Functional::ShaderCommonFunctionTests
1628 ShaderCommonFunctionTests::~ShaderCommonFunctionTests (void) in ~ShaderCommonFunctionTests()
1665 void ShaderCommonFunctionTests::init (void) in init()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.hpp35 class ShaderCommonFunctionTests : public TestCaseGroup class
38 ShaderCommonFunctionTests (Context& context);
39 virtual ~ShaderCommonFunctionTests (void);
44 ShaderCommonFunctionTests (const ShaderCommonFunctionTests&); // not allowed!
45 ShaderCommonFunctionTests& operator= (const ShaderCommonFunctionTests&); // not allowed!
Des31fFunctionalTests.cpp178 addChild(new ShaderCommonFunctionTests (m_context)); in init()
Des31fShaderCommonFunctionTests.cpp2111 ShaderCommonFunctionTests::ShaderCommonFunctionTests (Context& context) in ShaderCommonFunctionTests() function in deqp::gles31::Functional::ShaderCommonFunctionTests
2116 ShaderCommonFunctionTests::~ShaderCommonFunctionTests (void) in ~ShaderCommonFunctionTests()
2156 void ShaderCommonFunctionTests::init (void) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.hpp36 class ShaderCommonFunctionTests : public tcu::TestCaseGroup class
39 ShaderCommonFunctionTests (tcu::TestContext& testCtx);
40 virtual ~ShaderCommonFunctionTests (void);
45 ShaderCommonFunctionTests (const ShaderCommonFunctionTests&); // not allowed!
46 ShaderCommonFunctionTests& operator= (const ShaderCommonFunctionTests&); // not allowed!
DvktShaderBuiltinTests.cpp45 builtinFunctionTests->addChild(new ShaderCommonFunctionTests(testCtx)); in createBuiltinTests()
DvktShaderCommonFunctionTests.cpp2393 ShaderCommonFunctionTests::ShaderCommonFunctionTests (tcu::TestContext& testCtx) in ShaderCommonFunctionTests() function in vkt::shaderexecutor::ShaderCommonFunctionTests
2398 ShaderCommonFunctionTests::~ShaderCommonFunctionTests (void) in ~ShaderCommonFunctionTests()
2402 void ShaderCommonFunctionTests::init (void) in init()