Home
last modified time | relevance | path

Searched refs:SampleVariablesTests (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcSampleVariablesTests.hpp33 class SampleVariablesTests : public TestCaseGroup class
36 SampleVariablesTests(Context& context, glu::GLSLVersion glslVersion);
37 ~SampleVariablesTests();
42 SampleVariablesTests(const SampleVariablesTests& other);
43 SampleVariablesTests& operator=(const SampleVariablesTests& other);
DglcSampleVariablesTests.cpp846 SampleVariablesTests::SampleVariablesTests(Context& context, glu::GLSLVersion glslVersion) in SampleVariablesTests() function in deqp::SampleVariablesTests
851 SampleVariablesTests::~SampleVariablesTests() in ~SampleVariablesTests()
855 void SampleVariablesTests::init() in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilityTests.hpp156 class SampleVariablesTests : public deqp::TestCaseGroup class
159 SampleVariablesTests(deqp::Context& context, glu::GLSLVersion glslVersion);
160 ~SampleVariablesTests();
165 SampleVariablesTests(const SampleVariablesTests& other);
166 SampleVariablesTests& operator=(const SampleVariablesTests& other);
Dgl4cES31CompatibilitySampleVariablesTests.cpp847 SampleVariablesTests::SampleVariablesTests(Context& context, glu::GLSLVersion glslVersion) in SampleVariablesTests() function in gl4cts::es31compatibility::SampleVariablesTests
852 SampleVariablesTests::~SampleVariablesTests() in ~SampleVariablesTests()
856 void SampleVariablesTests::init() in init()
Dgl4cTestPackages.cpp315 addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_440)); in init()
Dgl4cES31CompatibilityTests.cpp52 addChild(new gl4cts::es31compatibility::SampleVariablesTests(m_context, glu::GLSL_VERSION_310_ES)); in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp194 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()