Home
last modified time | relevance | path

Searched refs:get_backing_store (Results 1 – 3 of 3) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h33 int32_t get_backing_store(buffer_handle_t handle, uint64_t *out_store);
Dcros_gralloc_driver.cc300 int32_t cros_gralloc_driver::get_backing_store(buffer_handle_t handle, uint64_t *out_store) in get_backing_store() function in cros_gralloc_driver
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc279 ret = mod->driver->get_backing_store(handle, out_store); in gralloc0_perform()