Searched refs:ShaderConstExprTests (Results 1 – 12 of 12) sorted by relevance
36 class ShaderConstExprTests : public TestCaseGroup class39 ShaderConstExprTests (Context& context);40 virtual ~ShaderConstExprTests (void);45 ShaderConstExprTests (const ShaderConstExprTests& other);46 ShaderConstExprTests& operator= (const ShaderConstExprTests& other);
305 ShaderConstExprTests::ShaderConstExprTests (Context& context) in ShaderConstExprTests() function in deqp::gles3::Functional::ShaderConstExprTests310 ShaderConstExprTests::~ShaderConstExprTests (void) in ~ShaderConstExprTests()314 void ShaderConstExprTests::init (void) in init()
230 addChild(new ShaderConstExprTests (m_context)); in init()
34 class ShaderConstExprTests : public deqp::TestCaseGroup class37 ShaderConstExprTests(deqp::Context& context);38 virtual ~ShaderConstExprTests(void);43 ShaderConstExprTests(const ShaderConstExprTests& other);44 ShaderConstExprTests& operator=(const ShaderConstExprTests& other);
325 ShaderConstExprTests::ShaderConstExprTests(deqp::Context& context) in ShaderConstExprTests() function in glcts::ShaderConstExprTests330 ShaderConstExprTests::~ShaderConstExprTests(void) in ~ShaderConstExprTests()334 void ShaderConstExprTests::init(void) in init()
210 ShaderConstExprTests::ShaderConstExprTests (Context& context) in ShaderConstExprTests() function in deqp::gles2::Functional::ShaderConstExprTests215 ShaderConstExprTests::~ShaderConstExprTests (void) in ~ShaderConstExprTests()220 void ShaderConstExprTests::init (void) in init()
155 addChild(new ShaderConstExprTests (m_context)); in init()
163 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init()
174 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init()
188 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init()
262 addChild(new glcts::ShaderConstExprTests(getContext())); in init()