Home
last modified time | relevance | path

Searched defs:bufDescriptor (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp514 static bool validate_descriptor(buffer_descriptor_t * const bufDescriptor) { in validate_descriptor()
798 const buffer_descriptor_t * const bufDescriptor) in validate_format()
845 buffer_descriptor_t *bufDescriptor, in prepare_descriptor_exynos_formats()
1037 int mali_gralloc_derive_format_and_size(buffer_descriptor_t * const bufDescriptor) in mali_gralloc_derive_format_and_size()
1188 buffer_descriptor_t * const bufDescriptor = (buffer_descriptor_t *)(descriptors[0]); in mali_gralloc_buffer_allocate() local
1202 buffer_descriptor_t * const bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_buffer_allocate() local
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp373 buffer_descriptor_t *bufDescriptor = reinterpret_cast<buffer_descriptor_t *>(descriptors[i]); in mali_gralloc_ion_allocate() local
426 buffer_descriptor_t *bufDescriptor = reinterpret_cast<buffer_descriptor_t *>(descriptors[i]); in mali_gralloc_ion_allocate() local
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp248 bool isSupported(buffer_descriptor_t *const bufDescriptor) { in isSupported()