Home
last modified time | relevance | path

Searched refs:FboColorTests (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboColorbufferTests.hpp36 class FboColorTests : public TestCaseGroup class
39 FboColorTests (Context& context);
40 ~FboColorTests (void);
45 FboColorTests (const FboColorTests& other);
46 FboColorTests& operator= (const FboColorTests& other);
Des3fFboColorbufferTests.cpp1017 FboColorTests::FboColorTests (Context& context) in FboColorTests() function in deqp::gles3::Functional::FboColorTests
1022 FboColorTests::~FboColorTests (void) in ~FboColorTests()
1026 void FboColorTests::init (void) in init()
Des3fFunctionalTests.cpp273 addChild(new FboColorTests (m_context)); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboColorbufferTests.hpp36 class FboColorTests : public TestCaseGroup class
39 FboColorTests (Context& context);
40 ~FboColorTests (void);
45 FboColorTests (const FboColorTests& other);
46 FboColorTests& operator= (const FboColorTests& other);
Des31fFboColorbufferTests.cpp347 FboColorTests::FboColorTests (Context& context) in FboColorTests() function in deqp::gles31::Functional::FboColorTests
352 FboColorTests::~FboColorTests (void) in ~FboColorTests()
356 void FboColorTests::init (void) in init()
Des31fFunctionalTests.cpp413 addChild(new FboColorTests (m_context)); in init()