Home
last modified time | relevance | path

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

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