Home
last modified time | relevance | path

Searched refs:ShaderIntegerFunctionTests (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.hpp35 class ShaderIntegerFunctionTests : public TestCaseGroup class
38 ShaderIntegerFunctionTests (Context& context);
39 virtual ~ShaderIntegerFunctionTests (void);
44 ShaderIntegerFunctionTests (const ShaderIntegerFunctionTests&); // not allowed!
45 ShaderIntegerFunctionTests& operator= (const ShaderIntegerFunctionTests&); // not allowed!
Des31fShaderIntegerFunctionTests.cpp1100 ShaderIntegerFunctionTests::ShaderIntegerFunctionTests (Context& context) in ShaderIntegerFunctionTests() function in deqp::gles31::Functional::ShaderIntegerFunctionTests
1105 ShaderIntegerFunctionTests::~ShaderIntegerFunctionTests (void) in ~ShaderIntegerFunctionTests()
1145 void ShaderIntegerFunctionTests::init (void) in init()
Des31fFunctionalTests.cpp180 addChild(new ShaderIntegerFunctionTests (m_context)); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.hpp36 class ShaderIntegerFunctionTests : public tcu::TestCaseGroup class
39 ShaderIntegerFunctionTests (tcu::TestContext& testCtx);
40 virtual ~ShaderIntegerFunctionTests (void);
45 ShaderIntegerFunctionTests (const ShaderIntegerFunctionTests&); // not allowed!
46 ShaderIntegerFunctionTests& operator= (const ShaderIntegerFunctionTests&); // not allowed!
DvktShaderBuiltinTests.cpp46 builtinFunctionTests->addChild(new ShaderIntegerFunctionTests(testCtx)); in createBuiltinTests()
DvktShaderIntegerFunctionTests.cpp1289 ShaderIntegerFunctionTests::ShaderIntegerFunctionTests (tcu::TestContext& testCtx) in ShaderIntegerFunctionTests() function in vkt::shaderexecutor::ShaderIntegerFunctionTests
1294 ShaderIntegerFunctionTests::~ShaderIntegerFunctionTests (void) in ~ShaderIntegerFunctionTests()
1298 void ShaderIntegerFunctionTests::init (void) in init()