Searched refs:EarlyFragmentTestsCase (Results 1 – 1 of 1) sorted by relevance
2861 class EarlyFragmentTestsCase : public TestCase class2882 …EarlyFragmentTestsCase (Context& context, const char* name, const char* description, TestType type… in EarlyFragmentTestsCase() function in deqp::gles31::Functional::__anon0a49b9df0111::EarlyFragmentTestsCase2927 const int EarlyFragmentTestsCase::RENDER_SIZE = 32;2929 EarlyFragmentTestsCase::IterateResult EarlyFragmentTestsCase::iterate (void) in iterate()3320 …for (int testRenderTargetI = 0; testRenderTargetI < EarlyFragmentTestsCase::RENDERTARGET_LAST; tes… in init()3322 for (int testTypeI = 0; testTypeI < EarlyFragmentTestsCase::TESTTYPE_LAST; testTypeI++) in init()3324 …const EarlyFragmentTestsCase::RenderTargetType targetType = (EarlyFragmentTestsCase::RenderTarget… in init()3326 const EarlyFragmentTestsCase::TestType testType = (EarlyFragmentTestsCase::TestType)testTypeI; in init()3328 const string testTypeName = testType == EarlyFragmentTestsCase::TESTTYPE_DEPTH ? "depth" in init()3329 : testType == EarlyFragmentTestsCase::TESTTYPE_STENCIL ? "stencil" in init()[all …]