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);
846 SampleVariablesTests::SampleVariablesTests(Context& context, glu::GLSLVersion glslVersion) in SampleVariablesTests() function in deqp::SampleVariablesTests851 SampleVariablesTests::~SampleVariablesTests() in ~SampleVariablesTests()855 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);
847 SampleVariablesTests::SampleVariablesTests(Context& context, glu::GLSLVersion glslVersion) in SampleVariablesTests() function in gl4cts::es31compatibility::SampleVariablesTests852 SampleVariablesTests::~SampleVariablesTests() in ~SampleVariablesTests()856 void SampleVariablesTests::init() in init()
315 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()
194 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()