Searched refs:mali_gralloc_lock (Results 1 – 8 of 8) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | framebuffer_device.cpp | 101 mali_gralloc_lock(m, buffer, private_module_t::PRIV_USAGE_LOCKED_FOR_POST, -1, -1, -1, -1, NULL); in fb_post() 141 mali_gralloc_lock(m, m->framebuffer, GRALLOC_USAGE_SW_WRITE_RARELY, -1, -1, -1, -1, &fb_vaddr); in fb_post() 143 mali_gralloc_lock(m, buffer, GRALLOC_USAGE_SW_READ_RARELY, -1, -1, -1, -1, &buffer_vaddr); in fb_post()
|
D | mali_gralloc_bufferaccess.cpp | 36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() function 231 return mali_gralloc_lock(m, buffer, usage, l, t, w, h, vaddr); in mali_gralloc_lock_async()
|
D | mali_gralloc_bufferaccess.h | 25 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, …
|
D | mali_gralloc_module.cpp | 97 return mali_gralloc_lock(m, handle, usage, l, t, w, h, vaddr); in gralloc_lock()
|
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 101 mali_gralloc_lock(m, buffer, private_module_t::PRIV_USAGE_LOCKED_FOR_POST, -1, -1, -1, -1, NULL); in fb_post() 141 mali_gralloc_lock(m, m->framebuffer, GRALLOC_USAGE_SW_WRITE_RARELY, -1, -1, -1, -1, &fb_vaddr); in fb_post() 143 mali_gralloc_lock(m, buffer, GRALLOC_USAGE_SW_READ_RARELY, -1, -1, -1, -1, &buffer_vaddr); in fb_post()
|
D | mali_gralloc_bufferaccess.cpp | 36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() function 231 return mali_gralloc_lock(m, buffer, usage, l, t, w, h, vaddr); in mali_gralloc_lock_async()
|
D | mali_gralloc_bufferaccess.h | 25 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, …
|
D | mali_gralloc_module.cpp | 97 return mali_gralloc_lock(m, handle, usage, l, t, w, h, vaddr); in gralloc_lock()
|