Searched refs:TextureGatherTests (Results 1 – 10 of 10) sorted by relevance
32 class TextureGatherTests : public deqp::TestCaseGroup class35 TextureGatherTests(deqp::Context& context);36 ~TextureGatherTests(void);41 TextureGatherTests(const TextureGatherTests& other);42 TextureGatherTests& operator=(const TextureGatherTests& other);
130 addChild(new gl4cts::TextureGatherTests(getContext())); in init()
3514 TextureGatherTests::TextureGatherTests(deqp::Context& context) : TestCaseGroup(context, "texture_ga… in TextureGatherTests() function in gl4cts::TextureGatherTests3518 TextureGatherTests::~TextureGatherTests(void) in ~TextureGatherTests()3522 void TextureGatherTests::init() in init()
33 class TextureGatherTests : public glcts::TestCaseGroup class36 TextureGatherTests(glcts::Context& context);37 ~TextureGatherTests(void);42 TextureGatherTests(const TextureGatherTests& other);43 TextureGatherTests& operator=(const TextureGatherTests& other);
1813 TextureGatherTests::TextureGatherTests(glcts::Context& context) : TestCaseGroup(context, "texture_g… in TextureGatherTests() function in glcts::TextureGatherTests1817 TextureGatherTests::~TextureGatherTests(void) in ~TextureGatherTests()1821 void TextureGatherTests::init() in init()
180 coreGroup->addChild(new glcts::TextureGatherTests(getContext())); in init()
36 class TextureGatherTests : public TestCaseGroup class39 TextureGatherTests (Context& context);43 TextureGatherTests (const TextureGatherTests& other);44 TextureGatherTests& operator= (const TextureGatherTests& other);
337 addChild(new TextureGatherTests (m_context)); in init()
2041 TextureGatherTests::TextureGatherTests (Context& context) in TextureGatherTests() function in deqp::gles31::Functional::TextureGatherTests2062 void TextureGatherTests::init (void) in init()
2243 class TextureGatherTests : public tcu::TestCaseGroup class2246 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::TextureGatherTests2260 TextureGatherTests::~TextureGatherTests (void) in ~TextureGatherTests()2320 void TextureGatherTests::init (void) in init()2575 return new TextureGatherTests(testCtx); in createTextureGatherTests()