Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSampleShadingTests.hpp36 class SampleShadingTests : public TestCaseGroup class
39 SampleShadingTests (Context& context);
40 ~SampleShadingTests (void);
45 SampleShadingTests (const SampleShadingTests& other);
46 SampleShadingTests& operator= (const SampleShadingTests& other);
Des31fSampleShadingTests.cpp437 SampleShadingTests::SampleShadingTests (Context& context) in SampleShadingTests() function in deqp::gles31::Functional::SampleShadingTests
442 SampleShadingTests::~SampleShadingTests (void) in ~SampleShadingTests()
446 void SampleShadingTests::init (void) in init()
Des31fFunctionalTests.cpp425 addChild(new SampleShadingTests (m_context)); in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cSampleShadingTests.hpp34 class SampleShadingTests : public glcts::TestCaseGroup class
37 SampleShadingTests(glcts::Context& context, glu::GLSLVersion glslVersion);
38 ~SampleShadingTests(void);
43 SampleShadingTests(const SampleShadingTests& other);
44 SampleShadingTests& operator=(const SampleShadingTests& other);
Des31cSampleShadingTests.cpp482 SampleShadingRenderFormatTests(const SampleShadingTests& other);
483 SampleShadingRenderFormatTests& operator=(const SampleShadingTests& other);
541 SampleShadingRenderTests(const SampleShadingTests& other);
542 SampleShadingRenderTests& operator=(const SampleShadingTests& other);
580 SampleShadingTests::SampleShadingTests(Context& context, glu::GLSLVersion glslVersion) in SampleShadingTests() function in glcts::SampleShadingTests
585 SampleShadingTests::~SampleShadingTests(void) in ~SampleShadingTests()
589 void SampleShadingTests::init(void) in init()
Des31cTestPackage.cpp181 coreGroup->addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp313 addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_440)); in init()