HomeSort by relevance Sort by last modified time
    Searched refs:DepthRangeTests (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.hpp 36 class DepthRangeTests : public TestCaseGroup
39 DepthRangeTests (Context& context);
40 ~DepthRangeTests (void);
45 DepthRangeTests (const DepthRangeTests& other);
46 DepthRangeTests& operator= (const DepthRangeTests& other);
es2fDepthRangeTests.cpp 396 DepthRangeTests::DepthRangeTests (Context& context)
401 DepthRangeTests::~DepthRangeTests (void)
405 void DepthRangeTests::init (void)
es2fFunctionalTests.cpp 327 addChild(new DepthRangeTests (m_context));

Completed in 148 milliseconds