Searched refs:afbc_buffer_align (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.cpp | 79 static void afbc_buffer_align(const bool is_tiled, int *size) in afbc_buffer_align() function 248 afbc_buffer_align(is_tiled, &body_offset); in init_afbc() 642 afbc_buffer_align(alloc_type.is_tiled, &body_size); in calc_allocation_size() 648 afbc_buffer_align(alloc_type.is_tiled, &back_buffer_size); in calc_allocation_size() 669 afbc_buffer_align(alloc_type.is_tiled, &header_size); in calc_allocation_size()
|
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_bufferallocation.cpp | 62 static void afbc_buffer_align(const bool is_tiled, int *size) in afbc_buffer_align() function 233 afbc_buffer_align(is_tiled, &body_offset); in init_afbc() 584 afbc_buffer_align(alloc_type.is_tiled, &body_size); in calc_allocation_size() 590 afbc_buffer_align(alloc_type.is_tiled, &back_buffer_size); in calc_allocation_size() 611 afbc_buffer_align(alloc_type.is_tiled, &header_size); in calc_allocation_size()
|