Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.hpp36 class DepthStencilClearTests : public TestCaseGroup class
39 DepthStencilClearTests (Context& context);
40 virtual ~DepthStencilClearTests (void) {} in ~DepthStencilClearTests()
45 DepthStencilClearTests (const DepthStencilClearTests&);
46 DepthStencilClearTests& operator= (const DepthStencilClearTests&);
Des3fDepthStencilClearTests.cpp499 DepthStencilClearTests::DepthStencilClearTests (Context& context) in DepthStencilClearTests() function in deqp::gles3::Functional::DepthStencilClearTests
504 void DepthStencilClearTests::init (void) in init()
Des3fFunctionalTests.cpp374 addChild(new DepthStencilClearTests (m_context)); in init()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.hpp36 class DepthStencilClearTests : public TestCaseGroup class
39 DepthStencilClearTests (Context& context);
40 virtual ~DepthStencilClearTests (void) {} in ~DepthStencilClearTests()
45 DepthStencilClearTests (const DepthStencilClearTests&);
46 DepthStencilClearTests& operator= (const DepthStencilClearTests&);
Des2fDepthStencilClearTests.cpp496 DepthStencilClearTests::DepthStencilClearTests (Context& context) in DepthStencilClearTests() function in deqp::gles2::Functional::DepthStencilClearTests
501 void DepthStencilClearTests::init (void) in init()
Des2fFunctionalTests.cpp311 addChild(new DepthStencilClearTests (m_context)); in init()