Searched refs:ShaderIntegerFunctionTests (Results 1 – 6 of 6) sorted by relevance
35 class ShaderIntegerFunctionTests : public TestCaseGroup class38 ShaderIntegerFunctionTests (Context& context);39 virtual ~ShaderIntegerFunctionTests (void);44 ShaderIntegerFunctionTests (const ShaderIntegerFunctionTests&); // not allowed!45 ShaderIntegerFunctionTests& operator= (const ShaderIntegerFunctionTests&); // not allowed!
1100 ShaderIntegerFunctionTests::ShaderIntegerFunctionTests (Context& context) in ShaderIntegerFunctionTests() function in deqp::gles31::Functional::ShaderIntegerFunctionTests1105 ShaderIntegerFunctionTests::~ShaderIntegerFunctionTests (void) in ~ShaderIntegerFunctionTests()1145 void ShaderIntegerFunctionTests::init (void) in init()
180 addChild(new ShaderIntegerFunctionTests (m_context)); in init()
36 class ShaderIntegerFunctionTests : public tcu::TestCaseGroup class39 ShaderIntegerFunctionTests (tcu::TestContext& testCtx);40 virtual ~ShaderIntegerFunctionTests (void);45 ShaderIntegerFunctionTests (const ShaderIntegerFunctionTests&); // not allowed!46 ShaderIntegerFunctionTests& operator= (const ShaderIntegerFunctionTests&); // not allowed!
46 builtinFunctionTests->addChild(new ShaderIntegerFunctionTests(testCtx)); in createBuiltinTests()
1289 ShaderIntegerFunctionTests::ShaderIntegerFunctionTests (tcu::TestContext& testCtx) in ShaderIntegerFunctionTests() function in vkt::shaderexecutor::ShaderIntegerFunctionTests1294 ShaderIntegerFunctionTests::~ShaderIntegerFunctionTests (void) in ~ShaderIntegerFunctionTests()1298 void ShaderIntegerFunctionTests::init (void) in init()