Searched defs:GRALLOC_ALIGN (Results 1 – 2 of 2) sorted by relevance
28 #define GRALLOC_ALIGN(value, base) ((((value) + (base) -1) / (base)) * (base)) macro
51 #define GRALLOC_ALIGN(value, base) ((((value) + (base) -1) / (base)) * (base)) macro