Searched refs:EmulatedResource (Results 1 – 1 of 1) sorted by relevance
245 struct EmulatedResource { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl261 std::unordered_map<uint32_t, EmulatedResource> mResources;263 EmulatedResource* CreateResource(uint32_t resourceId, EmulatedResourceType resourceType) { in CreateResource()272 EmulatedResource* resource = &it->second; in CreateResource()277 EmulatedResource* GetResource(uint32_t resourceId) { in GetResource()421 EmulatedResource* resource = GetResource(resourceId); in Map()451 EmulatedResource* resource = GetResource(resourceId); in Wait()480 EmulatedResource* resource = GetResource(resourceId); in TransferFromHost()514 EmulatedResource* resource = GetResource(resourceId); in TransferToHost()544 EmulatedResource* resource = CreateResource(resourceId, EmulatedResourceType::kBlob); in CreateBlob()[all …]