Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.hpp36 class ShaderMultisampleInterpolationTests : public TestCaseGroup class
39 ShaderMultisampleInterpolationTests (Context& context);
40 ~ShaderMultisampleInterpolationTests (void);
45 ShaderMultisampleInterpolationTests (ShaderMultisampleInterpolationTests& other);
46ShaderMultisampleInterpolationTests& operator= (const ShaderMultisampleInterpolationTests& …
Des31fShaderMultisampleInterpolationTests.cpp1669 ShaderMultisampleInterpolationTests::ShaderMultisampleInterpolationTests (Context& context) in ShaderMultisampleInterpolationTests() function in deqp::gles31::Functional::ShaderMultisampleInterpolationTests
1674 ShaderMultisampleInterpolationTests::~ShaderMultisampleInterpolationTests (void) in ~ShaderMultisampleInterpolationTests()
1678 void ShaderMultisampleInterpolationTests::init (void) in init()
Des31fFunctionalTests.cpp257 addChild(new ShaderMultisampleInterpolationTests(m_context)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.hpp33 class ShaderMultisampleInterpolationTests : public TestCaseGroup class
36 ShaderMultisampleInterpolationTests(Context& context, glu::GLSLVersion glslVersion);
37 ~ShaderMultisampleInterpolationTests();
42 ShaderMultisampleInterpolationTests(const ShaderMultisampleInterpolationTests& other);
43 ShaderMultisampleInterpolationTests& operator=(const ShaderMultisampleInterpolationTests& other);
DglcShaderMultisampleInterpolationTests.cpp578 ShaderMultisampleInterpolationTests::ShaderMultisampleInterpolationTests(Context& context, glu::GLS… in ShaderMultisampleInterpolationTests() function in deqp::ShaderMultisampleInterpolationTests
584 ShaderMultisampleInterpolationTests::~ShaderMultisampleInterpolationTests() in ~ShaderMultisampleInterpolationTests()
588 void ShaderMultisampleInterpolationTests::init() in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTestPackage.cpp199 …coreGroup->addChild(new deqp::ShaderMultisampleInterpolationTests(getContext(), glu::GLSL_VERSION_… in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp361 addChild(new deqp::ShaderMultisampleInterpolationTests(getContext(), glu::GLSL_VERSION_440)); in init()