Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp68 namespace HandleType { namespace
101 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; typedef
727 typedef VkDeviceMemory HandleType; typedef
777 typedef VkBuffer HandleType; typedef
824 typedef VkImage HandleType; typedef
914 *view = AllocHandle<VkBufferView>(device, HandleType::kBufferView); in CreateBufferView()
922 *pool = AllocHandle<VkDescriptorPool>(device, HandleType::kDescriptorPool); in CreateDescriptorPool()
[all …]
/frameworks/base/core/java/android/widget/
DEditor.java4627 public @interface HandleType {} annotation in Editor
4634 @HandleType
4651 @HandleType int handleType) { in SelectionHandleView()