Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h99 int mali_gralloc_derive_format_and_size(buffer_descriptor_t * const bufDescriptor);
Dmali_gralloc_bufferallocation.cpp1037 int mali_gralloc_derive_format_and_size(buffer_descriptor_t * const bufDescriptor) in mali_gralloc_derive_format_and_size() function
1215 err = mali_gralloc_derive_format_and_size(bufDescriptor); in mali_gralloc_buffer_allocate()
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp250 return (mali_gralloc_derive_format_and_size(bufDescriptor) == 0); in isSupported()
DMapper.cpp369 const int result = mali_gralloc_derive_format_and_size(&grallocDescriptor); in validateBufferSize()
498 const int result = mali_gralloc_derive_format_and_size(&grallocDescriptor); in isSupported()
DMapperMetadata.cpp753 const int alloc_result = mali_gralloc_derive_format_and_size(&descriptor); in getFromBufferDescriptorInfo()