Home
last modified time | relevance | path

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

/external/deqp/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.cpp1015 FboColorTests::FboColorTests (Context& context) in FboColorTests() function in deqp::gles3::Functional::FboColorTests
1020 FboColorTests::~FboColorTests (void) in ~FboColorTests()
1024 void FboColorTests::init (void) in init()
Des3fFunctionalTests.cpp270 addChild(new FboColorTests (m_context)); in init()
/external/deqp/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.cpp259 FboColorTests::FboColorTests (Context& context) in FboColorTests() function in deqp::gles31::Functional::FboColorTests
264 FboColorTests::~FboColorTests (void) in ~FboColorTests()
268 void FboColorTests::init (void) in init()
Des31fFunctionalTests.cpp298 addChild(new FboColorTests (m_context)); in init()