Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc237 uint64_t *out_store; in gralloc0_perform() local
278 out_store = va_arg(args, uint64_t *); in gralloc0_perform()
279 ret = mod->driver->get_backing_store(handle, out_store); in gralloc0_perform()
/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() argument
316 *out_store = static_cast<uint64_t>(buffer->get_id()); in get_backing_store()