Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles32/
Des32cCopyImageTests.hpp32 class CopyImageTests : public deqp::TestCaseGroup class
35 CopyImageTests(deqp::Context& context);
36 ~CopyImageTests(void);
41 CopyImageTests(const CopyImageTests& other);
42 CopyImageTests& operator=(const CopyImageTests& other);
Des32cCopyImageTests.cpp279 CopyImageTests::CopyImageTests(deqp::Context& context) : TestCaseGroup(context, "copy_image", "") in CopyImageTests() function in glcts::CopyImageTests
283 CopyImageTests::~CopyImageTests(void) in ~CopyImageTests()
287 void CopyImageTests::init() in init()
Des32cTestPackage.cpp166 coreGroup->addChild(new glcts::CopyImageTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp702 class CopyImageTests : public deqp::TestCaseGroup class
705 CopyImageTests(deqp::Context& context);
706 ~CopyImageTests(void);
711 CopyImageTests(const CopyImageTests& other);
712 CopyImageTests& operator=(const CopyImageTests& other);
Dgl4cTestPackages.cpp247 addChild(new gl4cts::CopyImageTests(getContext())); in init()
Dgl4cCopyImageTests.cpp5897 CopyImageTests::CopyImageTests(deqp::Context& context) : TestCaseGroup(context, "copy_image", "") in CopyImageTests() function in gl4cts::CopyImageTests
5901 CopyImageTests::~CopyImageTests(void) in ~CopyImageTests()
5905 void CopyImageTests::init() in init()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2285 class CopyImageTests : public TestCaseGroup class
2288 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::CopyImageTests
2303 CopyImageTests::~CopyImageTests (void) in ~CopyImageTests()
2412 void CopyImageTests::init (void) in init()
2732 return new CopyImageTests(context); in createCopyImageTests()