Home
last modified time | relevance | path

Searched refs:VkDecoderSnapshot (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp44 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 …]
Dmeson.build28 'VkDecoderSnapshot.cpp',
DCMakeLists.txt20 VkDecoderSnapshot.cpp
DAndroid.bp59 "VkDecoderSnapshot.cpp",
DBUILD.bazel19 "VkDecoderSnapshot.cpp",
DVkDecoderGlobalState.h44 class VkDecoderSnapshot; variable
733 VkDecoderSnapshot* snapshot();
DVkDecoderSnapshot.h50 class VkDecoderSnapshot {
52 VkDecoderSnapshot();
53 ~VkDecoderSnapshot();
DVkDecoderGlobalState.cpp6798 VkDecoderSnapshot* snapshot() { return &mSnapshot; } in GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES()
7686 VkDecoderSnapshot mSnapshot;
8879 VkDecoderSnapshot* VkDecoderGlobalState::snapshot() { return mImpl->snapshot(); } in snapshot()