Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_module.cpp82 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_register_buffer()
89 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unregister_buffer()
97 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock()
105 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr()
112 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock()
121 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_async()
130 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr_async()
138 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock_async()
Dmali_gralloc_bufferaccess.h25 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_…
Dmali_gralloc_reference.h24 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 …
Dmali_gralloc_bufferallocation.h85 int mali_gralloc_derive_format_and_size(mali_gralloc_module *m,
88 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip…
Dmali_gralloc_public_interface.cpp166 mali_gralloc_module *m; in mali_gralloc_allocate()
211 mali_gralloc_module *m; in mali_gralloc_retain()
229 mali_gralloc_module *m; in mali_gralloc_release()
257 mali_gralloc_module *m; in mali_gralloc1_get_num_flex_planes()
309 mali_gralloc_module *m; in mali_gralloc1_lock_async()
380 mali_gralloc_module *m; in mali_gralloc1_lock_flex_async()
440 mali_gralloc_module *m; in mali_gralloc1_unlock_async()
486 mali_gralloc_module *m; in mali_gralloc1_validate_buffer_size()
586 mali_gralloc_module *m; in mali_gralloc1_import_buffer()
Dmali_gralloc_reference.cpp35 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle) in mali_gralloc_reference_retain()
87 int mali_gralloc_reference_release(mali_gralloc_module const *module, buffer_handle_t handle, bool … in mali_gralloc_reference_release()
Dmali_gralloc_bufferaccess.cpp281 int mali_gralloc_lock(const mali_gralloc_module * const m, buffer_handle_t buffer, in mali_gralloc_lock()
386 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, in mali_gralloc_lock_ycbcr()
511 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock()
539 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *const m, in mali_gralloc_get_num_flex_planes()
591 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, in mali_gralloc_lock_async()
621 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, in mali_gralloc_lock_ycbcr_async()
1011 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, in mali_gralloc_lock_flex_async()
1371 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, in mali_gralloc_unlock_async()
Dmali_gralloc_module.h157 typedef struct private_module_t mali_gralloc_module; typedef
Dframebuffer_device.cpp424 static int fb_alloc_from_ion_module(mali_gralloc_module *m, int width, int height, int byte_stride,… in fb_alloc_from_ion_module()
456 static int fb_alloc_framebuffer_locked(mali_gralloc_module *m, uint64_t consumer_usage, uint64_t pr… in fb_alloc_framebuffer_locked()
Dmali_gralloc_bufferallocation.cpp1190 int mali_gralloc_derive_format_and_size(mali_gralloc_module *m, in mali_gralloc_derive_format_and_size()
1345 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip… in mali_gralloc_buffer_allocate()