Searched refs:FboDepthTests (Results 1 – 3 of 3) sorted by relevance
36 class FboDepthTests : public TestCaseGroup class39 FboDepthTests (Context& context);40 ~FboDepthTests (void);45 FboDepthTests (const FboDepthTests& other);46 FboDepthTests& operator= (const FboDepthTests& other);
307 FboDepthTests::FboDepthTests (Context& context) in FboDepthTests() function in deqp::gles3::Functional::FboDepthTests312 FboDepthTests::~FboDepthTests (void) in ~FboDepthTests()316 void FboDepthTests::init (void) in init()
274 addChild(new FboDepthTests (m_context)); in init()