Home
last modified time | relevance | path

Searched refs:FboDepthTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.hpp36 class FboDepthTests : public TestCaseGroup class
39 FboDepthTests (Context& context);
40 ~FboDepthTests (void);
45 FboDepthTests (const FboDepthTests& other);
46 FboDepthTests& operator= (const FboDepthTests& other);
Des3fFboDepthbufferTests.cpp307 FboDepthTests::FboDepthTests (Context& context) in FboDepthTests() function in deqp::gles3::Functional::FboDepthTests
312 FboDepthTests::~FboDepthTests (void) in ~FboDepthTests()
316 void FboDepthTests::init (void) in init()
Des3fFunctionalTests.cpp274 addChild(new FboDepthTests (m_context)); in init()