Searched refs:EFFECT_SCALE (Results 1 – 2 of 2) sorted by relevance
93 static const std::map<EffectTuple, EffectScale> EFFECT_SCALE{ variable487 auto scale = EFFECT_SCALE.find(param); in TEST_P()504 if (scale != EFFECT_SCALE.end()) { in TEST_P()552 auto scale = EFFECT_SCALE.find(param); in TEST_P()553 bool supported = (scale != EFFECT_SCALE.end()); in TEST_P()693 auto scale = EFFECT_SCALE.begin(); in TEST_P()695 std::advance(scale, std::rand() % EFFECT_SCALE.size()); in TEST_P()
123 static const std::map<EffectTuple, EffectScale> EFFECT_SCALE{ variable526 auto scale = EFFECT_SCALE.find(param); in TEST_P()544 if (scale != EFFECT_SCALE.end()) { in TEST_P()