Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_formats.cpp | 1362 uint64_t alloc_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format() 1364 assert(req_base_format != MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED); in get_best_format() 1392 uint64_t first_of_best_formats = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format() 1393 uint64_t req_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format() 1494 uint32_t base_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_base_format_for_modifiers() 1563 uint32_t base_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_base_format() 1684 uint64_t alloc_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in mali_gralloc_select_format() 1691 if (req_base_format == MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED || in mali_gralloc_select_format() 1723 if (base_format != MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED) in mali_gralloc_select_format() 1788 if (alloc_format == MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED) in mali_gralloc_select_format() [all …]
|
D | mali_gralloc_formats.h | 67 MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED = 0, enumerator 202 format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in mali_gralloc_format_wrapper()
|
D | format_info.cpp | 255 { HAL_PIXEL_FORMAT_RAW_OPAQUE, false, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED }, 259 { HAL_PIXEL_FORMAT_YCbCr_444_888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED }, 260 { HAL_PIXEL_FORMAT_FLEX_RGB_888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED }, 261 { HAL_PIXEL_FORMAT_FLEX_RGBA_8888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED }, 402 internal_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_internal_format()
|
D | mali_gralloc_bufferallocation.cpp | 1210 if (bufDescriptor->alloc_format == MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED) in mali_gralloc_derive_format_and_size()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_formats.h | 68 MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED = 0, enumerator 209 format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in mali_gralloc_format_wrapper()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_formats.cpp | 1245 uint64_t alloc_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format() 1247 assert(req_base_format != MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED); in get_best_format() 1276 uint64_t first_of_best_formats = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format() 1277 uint64_t req_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format() 1382 uint32_t base_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_base_format() 1477 uint64_t alloc_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in mali_gralloc_select_format() 1484 if (req_base_format == MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED || in mali_gralloc_select_format()
|
D | format_info.cpp | 239 { HAL_PIXEL_FORMAT_RAW_OPAQUE, false, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED }, 243 { HAL_PIXEL_FORMAT_YCbCr_444_888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED }, 244 { HAL_PIXEL_FORMAT_FLEX_RGB_888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED }, 245 { HAL_PIXEL_FORMAT_FLEX_RGBA_8888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED }, 381 internal_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_internal_format()
|
D | mali_gralloc_bufferallocation.cpp | 974 if (bufDescriptor->alloc_format == MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED) in mali_gralloc_derive_format_and_size()
|