Home
last modified time | relevance | path

Searched refs:round_up_to_page_size (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dgralloc_helper.h34 static inline size_t round_up_to_page_size(size_t x) in round_up_to_page_size() function
/hardware/google/gchips/gralloc3/src/
Dgralloc_helper.h98 static inline size_t round_up_to_page_size(size_t x) in round_up_to_page_size() function
Dframebuffer_device.cpp358 size_t fbSize = round_up_to_page_size(finfo.line_length * info.yres_virtual); in init_frame_buffer_locked()