Home
last modified time | relevance | path

Searched defs:with_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/minigbm/cros_gralloc/
H A Dcros_gralloc_driver.cc630 void cros_gralloc_driver::with_buffer(cros_gralloc_handle_t hnd, in with_buffer() function in cros_gralloc_driver
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-svg/src/
Dsvg.rs155 pub fn with_buffer(buf: &'a mut Vec<u8>, size: (u32, u32)) -> Self { in with_buffer() method