Home
last modified time | relevance | path

Searched refs:EmulatedVirtioGpuImpl (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp81 class EmulatedVirtioGpu::EmulatedVirtioGpuImpl { class in gfxstream::EmulatedVirtioGpu
83 EmulatedVirtioGpuImpl();
84 ~EmulatedVirtioGpuImpl();
305 EmulatedVirtioGpu::EmulatedVirtioGpuImpl::EmulatedVirtioGpuImpl() in EmulatedVirtioGpuImpl() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
308 EmulatedVirtioGpu::EmulatedVirtioGpuImpl::~EmulatedVirtioGpuImpl() { in ~EmulatedVirtioGpuImpl()
327 bool EmulatedVirtioGpu::EmulatedVirtioGpuImpl::Init(bool withGl, bool withVk, in Init()
389 bool EmulatedVirtioGpu::EmulatedVirtioGpuImpl::GetCaps(uint32_t capsetId, uint32_t guestCapsSize, in GetCaps()
400 std::optional<uint32_t> EmulatedVirtioGpu::EmulatedVirtioGpuImpl::CreateContext( in CreateContext()
413 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DestroyContext(uint32_t contextId) { in DestroyContext()
420 uint8_t* EmulatedVirtioGpu::EmulatedVirtioGpuImpl::Map(uint32_t resourceId) { in Map()
[all …]
DRutabagaLayer.h89 class EmulatedVirtioGpuImpl; variable
90 std::unique_ptr<EmulatedVirtioGpuImpl> mImpl;