Home
last modified time | relevance | path

Searched defs:destroy_pipeline_cache (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.cpp1822 void destroy_pipeline_cache(struct sample_info &info) in destroy_pipeline_cache() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1342 pub destroy_pipeline_cache: PFN_vkDestroyPipelineCache, field
2205 unsafe extern "system" fn destroy_pipeline_cache( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1198 pub unsafe fn destroy_pipeline_cache( in destroy_pipeline_cache() method