Searched defs:descriptorPool (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyDescriptorPool.java | 164 private static RubyDescriptorPool descriptorPool; field in RubyDescriptorPool
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 1068 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… in DestroyDescriptorPool() 1072 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… in ResetDescriptorPool() 1080 VKAPI_ATTR VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t d… in FreeDescriptorSets() 1878 VKAPI_ATTR void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkA… in vkDestroyDescriptorPool() 1883 VKAPI_ATTR VkResult vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescr… in vkResetDescriptorPool() 1893 VKAPI_ATTR VkResult vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t… in vkFreeDescriptorSets()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.cpp | 1301 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool() 1304 VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolRese… in ResetDescriptorPool() 1313 VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const… in FreeDescriptorSets()
|