Searched refs:VkDecoderSnapshot (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.cpp | 44 class VkDecoderSnapshot::Impl { 3766 VkDecoderSnapshot::VkDecoderSnapshot() : mImpl(new VkDecoderSnapshot::Impl()) {} in VkDecoderSnapshot() function in VkDecoderSnapshot 3768 void VkDecoderSnapshot::save(android::base::Stream* stream) { mImpl->save(stream); } in save() 3770 void VkDecoderSnapshot::load(android::base::Stream* stream, GfxApiLogger& gfx_logger, in load() 3775 void VkDecoderSnapshot::createExtraHandlesForNextApi(const uint64_t* created, uint32_t count) { in createExtraHandlesForNextApi() 3779 VkDecoderSnapshot::~VkDecoderSnapshot() = default; 3781 void VkDecoderSnapshot::vkCreateInstance(const uint8_t* snapshotTraceBegin, in vkCreateInstance() 3792 void VkDecoderSnapshot::vkDestroyInstance(const uint8_t* snapshotTraceBegin, in vkDestroyInstance() 3800 void VkDecoderSnapshot::vkEnumeratePhysicalDevices(const uint8_t* snapshotTraceBegin, in vkEnumeratePhysicalDevices() 3811 void VkDecoderSnapshot::vkGetPhysicalDeviceFeatures(const uint8_t* snapshotTraceBegin, in vkGetPhysicalDeviceFeatures() [all …]
|
D | meson.build | 28 'VkDecoderSnapshot.cpp',
|
D | CMakeLists.txt | 20 VkDecoderSnapshot.cpp
|
D | Android.bp | 59 "VkDecoderSnapshot.cpp",
|
D | BUILD.bazel | 19 "VkDecoderSnapshot.cpp",
|
D | VkDecoderGlobalState.h | 44 class VkDecoderSnapshot; variable 733 VkDecoderSnapshot* snapshot();
|
D | VkDecoderSnapshot.h | 50 class VkDecoderSnapshot { 52 VkDecoderSnapshot(); 53 ~VkDecoderSnapshot();
|
D | VkDecoderGlobalState.cpp | 6798 VkDecoderSnapshot* snapshot() { return &mSnapshot; } in GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES() 7686 VkDecoderSnapshot mSnapshot; 8879 VkDecoderSnapshot* VkDecoderGlobalState::snapshot() { return mImpl->snapshot(); } in snapshot()
|