Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A 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);
H A DglcSampleVariablesTests.cpp847 SampleVariablesTests::SampleVariablesTests(Context &context, glu::GLSLVersion glslVersion) in SampleVariablesTests() function in deqp::SampleVariablesTests
853 SampleVariablesTests::~SampleVariablesTests() in ~SampleVariablesTests()
857 void SampleVariablesTests::init() in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A 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);
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp848 SampleVariablesTests::SampleVariablesTests(Context &context, glu::GLSLVersion glslVersion) in SampleVariablesTests() function in gl4cts::es31compatibility::SampleVariablesTests
854 SampleVariablesTests::~SampleVariablesTests() in ~SampleVariablesTests()
858 void SampleVariablesTests::init() in init()
H A Dgl4cTestPackages.cpp361 addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_440)); in init()
H A Dgl4cES31CompatibilityTests.cpp52 …addChild(new gl4cts::es31compatibility::SampleVariablesTests(m_context, glu::GLSL_VERSION_310_ES)); in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTestPackage.cpp197 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()