Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp1015 .with_transport = GfxstreamTransport::kVirtioGpuAsg, in GenerateTestCases()
1020 .with_transport = GfxstreamTransport::kVirtioGpuAsg, in GenerateTestCases()
1025 .with_transport = GfxstreamTransport::kVirtioGpuPipe, in GenerateTestCases()
1030 .with_transport = GfxstreamTransport::kVirtioGpuPipe, in GenerateTestCases()
DGfxstreamEnd2EndTests.cpp88 ret += GfxstreamTransportToString(with_transport); in ToString()
215 const std::string transportValue = GfxstreamTransportToEnvVar(params.with_transport); in SetUp()
DGfxstreamEnd2EndTests.h460 GfxstreamTransport with_transport = GfxstreamTransport::kVirtioGpuAsg; member