Home
last modified time | relevance | path

Searched defs:GRALLOC_ALIGN (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dgralloc_helper.h28 #define GRALLOC_ALIGN(value, base) ((((value) + (base) -1) / (base)) * (base)) macro
/hardware/google/gchips/gralloc3/src/
Dgralloc_helper.h51 #define GRALLOC_ALIGN(value, base) ((((value) + (base) -1) / (base)) * (base)) macro