Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp2882 …ntext, const char* name, const char* description, TestType type, bool useEarlyTests, RenderTargetT… in EarlyFragmentTestsCase() argument
2885 , m_useEarlyTests (useEarlyTests) in EarlyFragmentTestsCase()
3325 const bool useEarlyTests = useEarlyTestsI != 0; in init() local
3336 …const string caseName = string(useEarlyTests ? "" : "no_") + "early_fragment_tests_" + te… in init()
3338 const string caseDesc = string(useEarlyTests ? "Specify" : "Don't specify") in init()
3344 …mentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType)); in init()