Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp53 std::string GfxstreamTransportToEnvVar(GfxstreamTransport transport) { in GfxstreamTransportToEnvVar()
55 case GfxstreamTransport::kVirtioGpuAsg: { in GfxstreamTransportToEnvVar()
58 case GfxstreamTransport::kVirtioGpuPipe: { in GfxstreamTransportToEnvVar()
64 std::string GfxstreamTransportToString(GfxstreamTransport transport) { in GfxstreamTransportToString()
66 case GfxstreamTransport::kVirtioGpuAsg: { in GfxstreamTransportToString()
69 case GfxstreamTransport::kVirtioGpuPipe: { in GfxstreamTransportToString()
DGfxstreamEnd2EndTests.h450 enum class GfxstreamTransport { enum
460 GfxstreamTransport with_transport = GfxstreamTransport::kVirtioGpuAsg;
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()