Home | History | Annotate | Download | only in functional

Lines Matching defs:testType

2869 	enum TestType
2887 EarlyFragmentTestsCase (Context& context, const char* name, const char* description, TestType type, bool useEarlyTests, RenderTargetType renderTarget)
2927 const TestType m_type;
3332 const EarlyFragmentTestsCase::TestType testType = (EarlyFragmentTestsCase::TestType)testTypeI;
3334 const string testTypeName = testType == EarlyFragmentTestsCase::TESTTYPE_DEPTH ? "depth"
3335 : testType == EarlyFragmentTestsCase::TESTTYPE_STENCIL ? "stencil"
3350 earlyTestsGroup->addChild(new EarlyFragmentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType));