Lines Matching refs:DepthDrawCase
3661 class DepthDrawCase : public TestCase class
3686 …DepthDrawCase (Context& context, const char* name, const char* description, DepthType depthTyp…
3687 ~DepthDrawCase (void);
3726 DepthDrawCase::DepthDrawCase (Context& context, const char* name, const char* description, DepthTyp… in DepthDrawCase() function in deqp::gles31::Functional::__anon2babdd300111::DepthDrawCase
3739 DepthDrawCase::~DepthDrawCase (void) in ~DepthDrawCase()
3744 void DepthDrawCase::init (void) in init()
3827 void DepthDrawCase::deinit (void) in deinit()
3833 DepthDrawCase::IterateResult DepthDrawCase::iterate (void) in iterate()
3903 std::string DepthDrawCase::genVertexSource (void) const in genVertexSource()
3941 std::string DepthDrawCase::genFragmentSource (void) const in genFragmentSource()
3969 std::string DepthDrawCase::genTessellationControlSource (void) const in genTessellationControlSource()
4016 std::string DepthDrawCase::genTessellationEvaluationSource (void) const in genTessellationEvaluationSource()
4055 void DepthDrawCase::generateAttributeData (std::vector<tcu::Vec4>& data) const in generateAttributeData()
4092 bool DepthDrawCase::verifyImage (const tcu::Surface& viewport) const in verifyImage()
5165 DepthDrawCase::DepthType depthMethod; in init()
5171 DepthDrawCase::DEPTH_BUILTIN in init()
5176 DepthDrawCase::DEPTH_USER_DEFINED in init()
5183 DepthDrawCase::BBoxState bboxState; in init()
5184 DepthDrawCase::BBoxSize bboxSize; in init()
5190 DepthDrawCase::STATE_GLOBAL, in init()
5191 DepthDrawCase::BBOX_EQUAL, in init()
5196 DepthDrawCase::STATE_GLOBAL, in init()
5197 DepthDrawCase::BBOX_LARGER, in init()
5202 DepthDrawCase::STATE_PER_PRIMITIVE, in init()
5203 DepthDrawCase::BBOX_EQUAL, in init()
5208 DepthDrawCase::STATE_PER_PRIMITIVE, in init()
5209 DepthDrawCase::BBOX_LARGER, in init()
5224 …group->addChild(new DepthDrawCase(m_context, depthCases[caseNdx].name, depthCases[caseNdx].descrip… in init()