Home
last modified time | relevance | path

Searched refs:ShaderImageLoadStoreTests (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.hpp32 class ShaderImageLoadStoreTests : public deqp::TestCaseGroup class
35 ShaderImageLoadStoreTests(deqp::Context& context);
36 ~ShaderImageLoadStoreTests(void);
41 ShaderImageLoadStoreTests(const ShaderImageLoadStoreTests& other);
42 ShaderImageLoadStoreTests& operator=(const ShaderImageLoadStoreTests& other);
Dgl4cES31CompatibilityTests.hpp192 class ShaderImageLoadStoreTests : public deqp::TestCaseGroup class
195 ShaderImageLoadStoreTests(deqp::Context& context);
196 ~ShaderImageLoadStoreTests(void);
201 ShaderImageLoadStoreTests(const ShaderImageLoadStoreTests& other);
202 ShaderImageLoadStoreTests& operator=(const ShaderImageLoadStoreTests& other);
Dgl4cTestPackages.cpp212 addChild(new gl4cts::ShaderImageLoadStoreTests(getContext())); in init()
Dgl4cES31CompatibilityTests.cpp53 addChild(new gl4cts::es31compatibility::ShaderImageLoadStoreTests(m_context)); in init()
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp5441 ShaderImageLoadStoreTests::ShaderImageLoadStoreTests(deqp::Context& context) in ShaderImageLoadStoreTests() function in gl4cts::es31compatibility::ShaderImageLoadStoreTests
5446 ShaderImageLoadStoreTests::~ShaderImageLoadStoreTests(void) in ~ShaderImageLoadStoreTests()
5450 void ShaderImageLoadStoreTests::init() in init()
Dgl4cShaderImageLoadStoreTests.cpp11664 ShaderImageLoadStoreTests::ShaderImageLoadStoreTests(deqp::Context& context) in ShaderImageLoadStoreTests() function in gl4cts::ShaderImageLoadStoreTests
11669 ShaderImageLoadStoreTests::~ShaderImageLoadStoreTests(void) in ~ShaderImageLoadStoreTests()
11673 void ShaderImageLoadStoreTests::init() in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.hpp36 class ShaderImageLoadStoreTests : public TestCaseGroup class
39 ShaderImageLoadStoreTests (Context& context);
40 ~ShaderImageLoadStoreTests (void);
45 ShaderImageLoadStoreTests (const ShaderImageLoadStoreTests& other);
46 ShaderImageLoadStoreTests& operator= (const ShaderImageLoadStoreTests& other);
Des31fFunctionalTests.cpp451 addChild(new ShaderImageLoadStoreTests (m_context)); in init()
496 addChild(new ShaderImageLoadStoreTests (m_context)); in init()
Des31fShaderImageLoadStoreTests.cpp3155 ShaderImageLoadStoreTests::ShaderImageLoadStoreTests (Context& context) in ShaderImageLoadStoreTests() function in deqp::gles31::Functional::ShaderImageLoadStoreTests
3160 ShaderImageLoadStoreTests::~ShaderImageLoadStoreTests (void) in ~ShaderImageLoadStoreTests()
3164 void ShaderImageLoadStoreTests::init (void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.hpp33 class ShaderImageLoadStoreTests : public glcts::TestCaseGroup class
36 ShaderImageLoadStoreTests(glcts::Context& context);
37 ~ShaderImageLoadStoreTests(void);
42 ShaderImageLoadStoreTests(const ShaderImageLoadStoreTests& other);
43 ShaderImageLoadStoreTests& operator=(const ShaderImageLoadStoreTests& other);
Des31cTestPackage.cpp208 coreGroup->addChild(new glcts::ShaderImageLoadStoreTests(getContext())); in init()
Des31cShaderImageLoadStoreTests.cpp5415 ShaderImageLoadStoreTests::ShaderImageLoadStoreTests(glcts::Context& context) in ShaderImageLoadStoreTests() function in glcts::ShaderImageLoadStoreTests
5420 ShaderImageLoadStoreTests::~ShaderImageLoadStoreTests(void) in ~ShaderImageLoadStoreTests()
5424 void ShaderImageLoadStoreTests::init() in init()