Home
last modified time | relevance | path

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

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser_unittest.cpp17 enum class ConditionTestType enum
35 class GPUTestExpectationsParserTest : public testing::TestWithParam<ConditionTestType>
40 if (GetParam() == ConditionTestType::OnLoad) in load()
52 if (GetParam() == ConditionTestType::OnLoad) in get()
317 if (GetParam() == ConditionTestType::OnGet) in TEST_P()
427 std::string ConditionTestTypeName(testing::TestParamInfo<ConditionTestType> testParamInfo) in ConditionTestTypeName()
429 if (testParamInfo.param == ConditionTestType::OnLoad) in ConditionTestTypeName()
441 testing::Values(ConditionTestType::OnGet, ConditionTestType::OnLoad),