Searched refs:SampleVariablesTests (Results 1 – 7 of 7) sorted by relevance
33 class SampleVariablesTests : public TestCaseGroup class36 SampleVariablesTests(Context &context, glu::GLSLVersion glslVersion);37 ~SampleVariablesTests();42 SampleVariablesTests(const SampleVariablesTests &other);43 SampleVariablesTests &operator=(const SampleVariablesTests &other);
847 SampleVariablesTests::SampleVariablesTests(Context &context, glu::GLSLVersion glslVersion) in SampleVariablesTests() function in deqp::SampleVariablesTests853 SampleVariablesTests::~SampleVariablesTests() in ~SampleVariablesTests()857 void SampleVariablesTests::init() in init()
156 class SampleVariablesTests : public deqp::TestCaseGroup class159 SampleVariablesTests(deqp::Context &context, glu::GLSLVersion glslVersion);160 ~SampleVariablesTests();165 SampleVariablesTests(const SampleVariablesTests &other);166 SampleVariablesTests &operator=(const SampleVariablesTests &other);
848 SampleVariablesTests::SampleVariablesTests(Context &context, glu::GLSLVersion glslVersion) in SampleVariablesTests() function in gl4cts::es31compatibility::SampleVariablesTests854 SampleVariablesTests::~SampleVariablesTests() in ~SampleVariablesTests()858 void SampleVariablesTests::init() in init()
361 addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_440)); in init()
52 …addChild(new gl4cts::es31compatibility::SampleVariablesTests(m_context, glu::GLSL_VERSION_310_ES)); in init()
197 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()