Searched refs:HandleType (Results 1 – 2 of 2) sorted by relevance
68 namespace HandleType { namespace101 std::array<uint64_t, HandleType::kNumTypes> next_handle;179 Handle AllocHandle(VkInstance instance, HandleType::Enum type) { in AllocHandle()185 Handle AllocHandle(VkDevice device, HandleType::Enum type) { in AllocHandle()656 typedef VkCommandPool HandleType; typedef727 typedef VkDeviceMemory HandleType; typedef777 typedef VkBuffer HandleType; typedef824 typedef VkImage HandleType; typedef914 *view = AllocHandle<VkBufferView>(device, HandleType::kBufferView); in CreateBufferView()922 *pool = AllocHandle<VkDescriptorPool>(device, HandleType::kDescriptorPool); in CreateDescriptorPool()[all …]
4627 public @interface HandleType {} annotation in Editor4634 @HandleType4651 @HandleType int handleType) { in SelectionHandleView()