Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp403 mCreatedHandlesForSnapshotLoadIndex = 0; in clear()
869 mCreatedHandlesForSnapshotLoadIndex = 0; in setCreatedHandlesForSnapshotLoad()
882 mCreatedHandlesForSnapshotLoadIndex = 0; in clearCreatedHandlesForSnapshotLoad()
6693 (mCreatedHandlesForSnapshotLoad.size() - mCreatedHandlesForSnapshotLoadIndex > 0)) { in DEFINE_EXTERNAL_HANDLE_TYPE_TRANSFORM()
6694 auto handle = mCreatedHandlesForSnapshotLoad[mCreatedHandlesForSnapshotLoadIndex]; in DEFINE_EXTERNAL_HANDLE_TYPE_TRANSFORM()
6696 ++mCreatedHandlesForSnapshotLoadIndex; in DEFINE_EXTERNAL_HANDLE_TYPE_TRANSFORM()
7689 size_t mCreatedHandlesForSnapshotLoadIndex = 0; member in gfxstream::vk::VkDecoderGlobalState::Impl