Home
last modified time | relevance | path

Searched defs:destroy_pipeline (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.cpp1817 void destroy_pipeline(struct sample_info &info) in destroy_pipeline() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1347 pub destroy_pipeline: PFN_vkDestroyPipeline, field
2313 unsafe extern "system" fn destroy_pipeline( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1240 pub unsafe fn destroy_pipeline( in destroy_pipeline() method