Lines Matching defs:active_layer_props
68 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
69 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, regular_layer_name));
1566 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1567 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, explicit_layer_name));
1582 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1583 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, explicit_layer_name));
1598 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1599 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, explicit_layer_name));
1614 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1615 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, explicit_layer_name));
1630 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1631 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, explicit_layer_name));