Home
last modified time | relevance | path

Searched defs:reset_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.cpp1876 void reset_command_pool(struct sample_info &info, VkCommandPoolResetFlags cmd_pool_reset_flags) in reset_command_pool() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1367 pub reset_command_pool: PFN_vkResetCommandPool, field
2693 unsafe extern "system" fn reset_command_pool( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1584 pub unsafe fn reset_command_pool( in reset_command_pool() method