Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp178 static inline uint32_t align_up(uint32_t n, uint32_t a) { in align_up() function
227 res_create.size = align_up(bpp * width * height, PAGE_SIZE); in createColorBuffer()