Searched refs:mali_gralloc_module (Results 1 – 14 of 14) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_module.cpp | 80 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_register_buffer() 87 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unregister_buffer() 95 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock() 103 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr() 110 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock() 118 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_async() 126 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr_async() 133 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock_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, … 27 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… 29 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer); 31 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… 32 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… 34 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… 36 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… 38 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_…
|
D | mali_gralloc_reference.h | 24 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle); 25 int mali_gralloc_reference_release(mali_gralloc_module const *module, buffer_handle_t handle, bool …
|
D | mali_gralloc_ion.h | 25 int mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptor… 28 void mali_gralloc_ion_sync(const mali_gralloc_module *m, private_handle_t *hnd);
|
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() 72 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_ycbcr() 168 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock() 187 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… in mali_gralloc_get_num_flex_planes() 222 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_async() 234 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… in mali_gralloc_lock_ycbcr_async() 248 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… in mali_gralloc_lock_flex_async() 404 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_… in mali_gralloc_unlock_async()
|
D | mali_gralloc_public_interface.cpp | 167 mali_gralloc_module *m; in mali_gralloc_allocate() 244 mali_gralloc_module *m; in mali_gralloc_retain() 262 mali_gralloc_module *m; in mali_gralloc_release() 276 mali_gralloc_module *m; in mali_gralloc1_get_num_flex_planes() 297 mali_gralloc_module *m; in mali_gralloc1_lock_async() 325 mali_gralloc_module *m; in mali_gralloc1_lock_flex_async() 349 mali_gralloc_module *m; in mali_gralloc1_unlock_async()
|
D | mali_gralloc_reference.cpp | 37 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle) in mali_gralloc_reference_retain() 81 int mali_gralloc_reference_release(mali_gralloc_module const *module, buffer_handle_t handle, bool … in mali_gralloc_reference_release()
|
D | mali_gralloc_bufferallocation.h | 27 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip…
|
D | framebuffer_device.h | 29 int fb_alloc_framebuffer(mali_gralloc_module *m, uint64_t consumer_usage, uint64_t producer_usage,
|
D | mali_gralloc_module.h | 100 typedef struct private_module_t mali_gralloc_module; typedef
|
D | framebuffer_device.cpp | 422 static int fb_alloc_from_ion_module(mali_gralloc_module *m, size_t buffer_size, uint64_t consumer_u… in fb_alloc_from_ion_module() 440 static int fb_alloc_framebuffer_locked(mali_gralloc_module *m, uint64_t consumer_usage, uint64_t pr… in fb_alloc_framebuffer_locked() 524 int fb_alloc_framebuffer(mali_gralloc_module *m, uint64_t consumer_usage, uint64_t producer_usage, in fb_alloc_framebuffer()
|
D | mali_gralloc_ion.cpp | 393 int mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptor… in mali_gralloc_ion_allocate() 649 void mali_gralloc_ion_sync(const mali_gralloc_module *m, private_handle_t *hnd) in mali_gralloc_ion_sync()
|
D | mali_gralloc_bufferallocation.cpp | 883 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip… in mali_gralloc_buffer_allocate()
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.cpp | 46 mali_gralloc_module *m; in alloc_device_alloc()
|