Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotBasicTests.cpp36 .with_features = {"VulkanSnapshots"},
DGfxstreamEnd2EndTests.cpp82 if (!with_features.empty()) { in ToString()
84 ret += Join(with_features, "_"); in ToString()
110 copy.with_features.insert(features.begin(), features.end()); in WithAndWithoutFeatures()
225 for (const std::string& feature : params.with_features) { in SetUp()
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp287 .with_features = {"VulkanSnapshots"},
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp1262 .with_features = {"VulkanSnapshots"},
1274 .with_features = {"VulkanSnapshots"},
1280 .with_features = {"VulkanSnapshots"},
DGfxstreamEnd2EndTests.h459 std::unordered_set<std::string> with_features; member
DGfxstreamEnd2EndVkSnapshotImageTests.cpp532 .with_features = {"VulkanSnapshots"},
DGfxstreamEnd2EndVkTests.cpp314 if (GetParam().with_features.count("VulkanUseDedicatedAhbMemoryType") == 0) { in TEST_P()