Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.h34 #define GRALLOC_ALIGN( value, base ) (((value) + ((base) - 1)) & ~((base) - 1)) macro
/device/linaro/hikey/gralloc960/
Dgralloc_helper.h42 #define GRALLOC_ALIGN(value, base) (((value) + ((base)-1)) & ~((base)-1)) macro
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_helper.h42 #define GRALLOC_ALIGN(value, base) (((value) + ((base)-1)) & ~((base)-1)) macro
/device/linaro/dragonboard/gralloc/
Dgralloc_gbm.cpp486 #define GRALLOC_ALIGN(value, base) (((value) + ((base)-1)) & ~((base)-1)) macro