/device/generic/goldfish-opengl/system/hwc2/ |
D | Drm.cpp | 153 int GetDrmFormatFromHalFormat(int hal_format) { in GetDrmFormatFromHalFormat() argument 154 switch (hal_format) { in GetDrmFormatFromHalFormat() 176 ALOGE("%s unhandled hal format: %d", __FUNCTION__, hal_format); in GetDrmFormatFromHalFormat()
|
D | Drm.h | 27 int GetDrmFormatFromHalFormat(int hal_format);
|
D | drmhwcgralloc.h | 27 uint32_t hal_format; /* HAL_PIXEL_FORMAT_* */ member
|
D | drmTest.cpp | 117 bo->hal_format = gr_handle->droid_format; in convertBoInfo()
|
D | DrmPresenter.cpp | 550 mBo.hal_format = gr_handle->droid_format; in convertBoInfo()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | Drm.cpp | 153 int GetDrmFormatFromHalFormat(int hal_format) { in GetDrmFormatFromHalFormat() argument 154 switch (hal_format) { in GetDrmFormatFromHalFormat() 176 ALOGE("%s unhandled hal format: %d", __FUNCTION__, hal_format); in GetDrmFormatFromHalFormat()
|
D | Drm.h | 27 int GetDrmFormatFromHalFormat(int hal_format);
|
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | AHardwareBuffer.cpp | 375 uint32_t AHardwareBuffer_convertFromPixelFormat(uint32_t hal_format) { in AHardwareBuffer_convertFromPixelFormat() argument 376 return hal_format; in AHardwareBuffer_convertFromPixelFormat()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferdescriptor.h | 41 uint64_t hal_format; member
|
D | mali_gralloc_bufferdescriptor.cpp | 88 buffer_descriptor->hal_format = format; in mali_gralloc_set_format_internal()
|
D | mali_gralloc_ion.cpp | 560 … bufDescriptor->consumer_usage, bufDescriptor->producer_usage, tmp_fd, bufDescriptor->hal_format, in mali_gralloc_ion_allocate() 606 …bufDescriptor->consumer_usage, bufDescriptor->producer_usage, shared_fd, bufDescriptor->hal_format, in mali_gralloc_ion_allocate()
|
D | mali_gralloc_bufferallocation.cpp | 905 …bufDescriptor->hal_format, bufDescriptor->format_type, usage, bufDescriptor->width * bufDescriptor… in mali_gralloc_buffer_allocate() 910 bufDescriptor->hal_format, usage); in mali_gralloc_buffer_allocate()
|
D | mali_gralloc_private_interface.cpp | 258 priv_desc->hal_format = internal_format; in mali_gralloc_private_set_priv_fmt()
|
D | mali_gralloc_public_interface.cpp | 184 format = bufDescriptor->hal_format; in mali_gralloc_allocate()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferdescriptor.h | 41 uint64_t hal_format; member
|
D | mali_gralloc_public_interface.cpp | 185 format = bufDescriptor->hal_format; in mali_gralloc_allocate() 434 grallocDescriptor.hal_format = descriptorInfo->format; in mali_gralloc1_validate_buffer_size()
|
D | mali_gralloc_ion.cpp | 560 … bufDescriptor->consumer_usage, bufDescriptor->producer_usage, tmp_fd, bufDescriptor->hal_format, in mali_gralloc_ion_allocate() 606 …bufDescriptor->consumer_usage, bufDescriptor->producer_usage, shared_fd, bufDescriptor->hal_format, in mali_gralloc_ion_allocate()
|
D | mali_gralloc_bufferdescriptor.cpp | 121 buffer_descriptor->hal_format = format; in mali_gralloc_set_format_internal()
|
D | mali_gralloc_bufferallocation.cpp | 908 …bufDescriptor->hal_format, bufDescriptor->format_type, usage, bufDescriptor->width * bufDescriptor… in mali_gralloc_buffer_allocate() 913 bufDescriptor->hal_format, usage); in mali_gralloc_buffer_allocate()
|
D | mali_gralloc_private_interface.cpp | 258 priv_desc->hal_format = internal_format; in mali_gralloc_private_set_priv_fmt()
|
/device/amlogic/yukawa/hal/gralloc/legacy/ |
D | alloc_device.cpp | 109 buffer_descriptor.hal_format = format; in alloc_device_alloc()
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.cpp | 109 buffer_descriptor.hal_format = format; in alloc_device_alloc()
|