Lines Matching refs:DepthStencilCase
504 class DepthStencilCase : public TestCase class
507 …DepthStencilCase (Context& context, const char* name, const char* desc, const std::vector<DepthSt…
508 ~DepthStencilCase (void);
516 DepthStencilCase (const DepthStencilCase& other);
517 DepthStencilCase& operator= (const DepthStencilCase& other);
537 DepthStencilCase::DepthStencilCase (Context& context, const char* name, const char* desc, const std… in DepthStencilCase() function in deqp::gles2::Functional::DepthStencilCase
549 DepthStencilCase::~DepthStencilCase (void) in ~DepthStencilCase()
558 void DepthStencilCase::init (void) in init()
591 void DepthStencilCase::deinit (void) in deinit()
612 DepthStencilCase::IterateResult DepthStencilCase::iterate (void) in iterate()
893 functionsGroup->addChild(new DepthStencilCase(m_context, name.str().c_str(), "", cases)); in init()
964 opCombinationGroup->addChild(new DepthStencilCase(m_context, name.str().c_str(), "", cases)); in init()
1022 writeMaskGroup->addChild(new DepthStencilCase(m_context, "depth", "Depth Write Mask", cases)); in init()
1075 … writeMaskGroup->addChild(new DepthStencilCase(m_context, "stencil", "Stencil Write Mask", cases)); in init()
1134 …writeMaskGroup->addChild(new DepthStencilCase(m_context, "both", "Depth and Stencil Write Masks", … in init()
1151 …randomGroup->addChild(new DepthStencilCase(m_context, de::toString(caseNdx).c_str(), "", subCases)… in init()