Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dmod.rs403 fn destroy_framebuffer(&self, handle: framebuffer::Handle) -> io::Result<()> { in destroy_framebuffer() method
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1361 pub destroy_framebuffer: PFN_vkDestroyFramebuffer, field
2585 unsafe extern "system" fn destroy_framebuffer( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1170 pub unsafe fn destroy_framebuffer( in destroy_framebuffer() method