Home
last modified time | relevance | path

Searched refs:TextureGatherTests (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.hpp32 class TextureGatherTests : public deqp::TestCaseGroup class
35 TextureGatherTests(deqp::Context& context);
36 ~TextureGatherTests(void);
41 TextureGatherTests(const TextureGatherTests& other);
42 TextureGatherTests& operator=(const TextureGatherTests& other);
Dgl4cTestPackages.cpp130 addChild(new gl4cts::TextureGatherTests(getContext())); in init()
Dgl4cTextureGatherTests.cpp3514 TextureGatherTests::TextureGatherTests(deqp::Context& context) : TestCaseGroup(context, "texture_ga… in TextureGatherTests() function in gl4cts::TextureGatherTests
3518 TextureGatherTests::~TextureGatherTests(void) in ~TextureGatherTests()
3522 void TextureGatherTests::init() in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.hpp33 class TextureGatherTests : public glcts::TestCaseGroup class
36 TextureGatherTests(glcts::Context& context);
37 ~TextureGatherTests(void);
42 TextureGatherTests(const TextureGatherTests& other);
43 TextureGatherTests& operator=(const TextureGatherTests& other);
Des31cTextureGatherTests.cpp1813 TextureGatherTests::TextureGatherTests(glcts::Context& context) : TestCaseGroup(context, "texture_g… in TextureGatherTests() function in glcts::TextureGatherTests
1817 TextureGatherTests::~TextureGatherTests(void) in ~TextureGatherTests()
1821 void TextureGatherTests::init() in init()
Des31cTestPackage.cpp180 coreGroup->addChild(new glcts::TextureGatherTests(getContext())); in init()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.hpp36 class TextureGatherTests : public TestCaseGroup class
39 TextureGatherTests (Context& context);
43 TextureGatherTests (const TextureGatherTests& other);
44 TextureGatherTests& operator= (const TextureGatherTests& other);
Des31fFunctionalTests.cpp337 addChild(new TextureGatherTests (m_context)); in init()
Des31fTextureGatherTests.cpp2041 TextureGatherTests::TextureGatherTests (Context& context) in TextureGatherTests() function in deqp::gles31::Functional::TextureGatherTests
2062 void TextureGatherTests::init (void) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2243 class TextureGatherTests : public tcu::TestCaseGroup class
2246 TextureGatherTests (tcu::TestContext& context);
2247 virtual ~TextureGatherTests (void);
2251 TextureGatherTests (const TextureGatherTests&); // not allowed!
2252 TextureGatherTests& operator= (const TextureGatherTests&); // not allowed!
2255 TextureGatherTests::TextureGatherTests (tcu::TestContext& context) in TextureGatherTests() function in vkt::sr::__anonf1da81390111::TextureGatherTests
2260 TextureGatherTests::~TextureGatherTests (void) in ~TextureGatherTests()
2320 void TextureGatherTests::init (void) in init()
2575 return new TextureGatherTests(testCtx); in createTextureGatherTests()