Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp474 goldfish_gralloc30_module_t* gralloc_module; member in __anon1242cbb90111::goldfish_gralloc30_device_t
478 : gralloc_module(module->impl()) { in goldfish_gralloc30_device_t()
651 const int res = gralloc_module->alloc_buffer( in gralloc_alloc()
667 return gralloc_module->free_buffer(h); in gralloc_free()
964 int gralloc_register_buffer(const gralloc_module_t* gralloc_module, buffer_handle_t h) { in gralloc_register_buffer() argument
965 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_register_buffer()
973 int gralloc_unregister_buffer(const gralloc_module_t* gralloc_module, buffer_handle_t h) { in gralloc_unregister_buffer() argument
974 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_unregister_buffer()
982 int gralloc_lock(const gralloc_module_t* gralloc_module, in gralloc_lock() argument
986 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_lock()
[all …]