Searched defs:AllocHandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp168 uint64_t AllocHandle(uint64_t type, uint64_t* next_handle) { function in namespace:__anon1607
179 Handle AllocHandle(VkInstance instance, HandleType::Enum type) { function in namespace:__anon1607
181 AllocHandle(type, &instance->next_callback_handle));
185 Handle AllocHandle(VkDevice device, HandleType::Enum type) { function in namespace:__anon1607
187 AllocHandle(type, &device->next_handle[type]));
914 *view = AllocHandle<VkBufferView>(device, HandleType::kBufferView);
922 *pool = AllocHandle<VkDescriptorPool>(device, HandleType::kDescriptorPool);
931 AllocHandle<VkDescriptorSet>(device, HandleType::kDescriptorSet);
939 *layout = AllocHandle<VkDescriptorSetLayout>(
948 *event = AllocHandle<VkEven
[all...]

Completed in 557 milliseconds