Searched refs:EmulatedVirtioGpuImpl (Results 1 – 2 of 2) sorted by relevance
81 class EmulatedVirtioGpu::EmulatedVirtioGpuImpl { class in gfxstream::EmulatedVirtioGpu83 EmulatedVirtioGpuImpl();84 ~EmulatedVirtioGpuImpl();305 EmulatedVirtioGpu::EmulatedVirtioGpuImpl::EmulatedVirtioGpuImpl() in EmulatedVirtioGpuImpl() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl308 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 …]
89 class EmulatedVirtioGpuImpl; variable90 std::unique_ptr<EmulatedVirtioGpuImpl> mImpl;