Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc15 struct gralloc0_module { struct
152 auto mod = (struct gralloc0_module const *)dev->common.module; in gralloc0_alloc()
203 auto mod = (struct gralloc0_module const *)dev->common.module; in gralloc0_free()
213 static int gralloc0_init(struct gralloc0_module *mod, bool initialize_alloc) in gralloc0_init()
242 auto const_module = reinterpret_cast<const struct gralloc0_module *>(mod); in gralloc0_open()
243 auto module = const_cast<struct gralloc0_module *>(const_module); in gralloc0_open()
264 auto const_module = reinterpret_cast<const struct gralloc0_module *>(module); in gralloc0_register_buffer()
265 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_register_buffer()
277 auto mod = (struct gralloc0_module const *)module; in gralloc0_unregister_buffer()
290 auto mod = (struct gralloc0_module const *)module; in gralloc0_unlock()
[all …]