Searched refs:CopyImageTests (Results 1 – 7 of 7) sorted by relevance
32 class CopyImageTests : public deqp::TestCaseGroup class35 CopyImageTests(deqp::Context& context);36 ~CopyImageTests(void);41 CopyImageTests(const CopyImageTests& other);42 CopyImageTests& operator=(const CopyImageTests& other);
279 CopyImageTests::CopyImageTests(deqp::Context& context) : TestCaseGroup(context, "copy_image", "") in CopyImageTests() function in glcts::CopyImageTests283 CopyImageTests::~CopyImageTests(void) in ~CopyImageTests()287 void CopyImageTests::init() in init()
166 coreGroup->addChild(new glcts::CopyImageTests(getContext())); in init()
702 class CopyImageTests : public deqp::TestCaseGroup class705 CopyImageTests(deqp::Context& context);706 ~CopyImageTests(void);711 CopyImageTests(const CopyImageTests& other);712 CopyImageTests& operator=(const CopyImageTests& other);
247 addChild(new gl4cts::CopyImageTests(getContext())); in init()
5897 CopyImageTests::CopyImageTests(deqp::Context& context) : TestCaseGroup(context, "copy_image", "") in CopyImageTests() function in gl4cts::CopyImageTests5901 CopyImageTests::~CopyImageTests(void) in ~CopyImageTests()5905 void CopyImageTests::init() in init()
2285 class CopyImageTests : public TestCaseGroup class2288 CopyImageTests (Context& context);2289 ~CopyImageTests (void);2294 CopyImageTests (const CopyImageTests& other);2295 CopyImageTests& operator= (const CopyImageTests& other);2298 CopyImageTests::CopyImageTests (Context& context) in CopyImageTests() function in deqp::gles31::Functional::__anond55736d60111::CopyImageTests2303 CopyImageTests::~CopyImageTests (void) in ~CopyImageTests()2412 void CopyImageTests::init (void) in init()2732 return new CopyImageTests(context); in createCopyImageTests()