Home
last modified time | relevance | path

Searched defs:destroy_command_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.cpp1881 void destroy_command_pool(struct sample_info &info) in destroy_command_pool() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1366 pub destroy_command_pool: PFN_vkDestroyCommandPool, field
2676 unsafe extern "system" fn destroy_command_pool( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1128 pub unsafe fn destroy_command_pool( in destroy_command_pool() method