Home
last modified time | relevance | path

Searched refs:emulationVk (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/
DBuffer.cpp33 std::shared_ptr<Buffer> Buffer::create(gl::EmulationGl* emulationGl, vk::VkEmulation* emulationVk, in create() argument
47 if (emulationVk && emulationVk->live) { in create()
DBuffer.h45 vk::VkEmulation* emulationVk, uint64_t size,
49 vk::VkEmulation* emulationVk,
DColorBuffer.cpp54 vk::VkEmulation* emulationVk, uint32_t width, in create() argument
83 if (emulationVk && emulationVk->live) { in create()
104 bool vkSnapshotEnabled = emulationVk && emulationVk->features.VulkanSnapshots.enabled; in create()
127 vk::VkEmulation* emulationVk, in onLoad() argument
136 emulationGl, emulationVk, width, height, format, frameworkFormat, handle, stream); in onLoad()
DColorBuffer.h51 vk::VkEmulation* emulationVk, uint32_t width,
58 vk::VkEmulation* emulationVk,