Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h743 type new_boxed_##type(type underlying, VulkanDispatch* dispatch, bool ownDispatch); \
DVkDecoderGlobalState.cpp317 bool ownDispatch = false; member in gfxstream::vk::DispatchableHandleInfo
6706 type new_boxed_##type(type underlying, VulkanDispatch* dispatch, bool ownDispatch) { \
6710 item.ownDispatch = ownDispatch; \
8893 bool ownDispatch) { \
8894 return mImpl->new_boxed_##type(underlying, dispatch, ownDispatch); \