Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.h85 int mali_gralloc_derive_format_and_size(mali_gralloc_module *m,
Dgralloc_vendor_interface.cpp132 mali_gralloc_derive_format_and_size(nullptr, &buffer_descriptor); in createNativeHandle()
Dmali_gralloc_bufferallocation.cpp1190 int mali_gralloc_derive_format_and_size(mali_gralloc_module *m, in mali_gralloc_derive_format_and_size() function
1356 err = mali_gralloc_derive_format_and_size(m, bufDescriptor); in mali_gralloc_buffer_allocate()
DGrallocMapper.cpp704 const int result = mali_gralloc_derive_format_and_size(&privateModule, in validateBufferSize()
Dmali_gralloc_public_interface.cpp524 const int result = mali_gralloc_derive_format_and_size(m, &grallocDescriptor); in mali_gralloc1_validate_buffer_size()
/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.cpp958 int mali_gralloc_derive_format_and_size(buffer_descriptor_t * const bufDescriptor) in mali_gralloc_derive_format_and_size() function
1098 err = mali_gralloc_derive_format_and_size(bufDescriptor); in mali_gralloc_buffer_allocate()
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
Dwrapper.cpp123 if (mali_gralloc_derive_format_and_size(&buffer_descriptor)) { in createNativeHandle()
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapper.cpp437 const int result = mali_gralloc_derive_format_and_size(&grallocDescriptor); in validateBufferSize()
562 const int result = mali_gralloc_derive_format_and_size(&grallocDescriptor); in isSupported()
DMapperMetadata.cpp772 const int alloc_result = mali_gralloc_derive_format_and_size(&descriptor); in getFromBufferDescriptorInfo()