Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles32/
H A 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);
H A 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()
H A Des32cTestPackage.cpp182 coreGroup->addChild(new glcts::CopyImageTests(getContext())); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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);
H A Dgl4cTestPackages.cpp294 addChild(new gl4cts::CopyImageTests(getContext())); in init()
H A Dgl4cCopyImageTests.cpp5886 CopyImageTests::CopyImageTests(deqp::Context& context) : TestCaseGroup(context, "copy_image", "") in CopyImageTests() function in gl4cts::CopyImageTests
5890 CopyImageTests::~CopyImageTests(void) in ~CopyImageTests()
5894 void CopyImageTests::init() in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp2293 class CopyImageTests : public TestCaseGroup
2296 CopyImageTests (Context& context, bool is_GL45);
2297 ~CopyImageTests (void);
2302 CopyImageTests (const CopyImageTests& other);
2303 CopyImageTests& operator= (const CopyImageTests& other);
2307 CopyImageTests::CopyImageTests (Context& context, bool is_GL45)
2313 CopyImageTests
[all...]

Completed in 12 milliseconds