Home
last modified time | relevance | path

Searched defs:destroy_descriptor_pool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1840 void destroy_descriptor_pool(struct sample_info &info) in destroy_descriptor_pool() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1355 pub destroy_descriptor_pool: PFN_vkDestroyDescriptorPool, field
2467 unsafe extern "system" fn destroy_descriptor_pool( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1268 pub unsafe fn destroy_descriptor_pool( in destroy_descriptor_pool() method