summaryrefslogtreecommitdiff
path: root/gralloc4/src/mali_gralloc_usages.h
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc4/src/mali_gralloc_usages.h')
-rw-r--r--gralloc4/src/mali_gralloc_usages.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gralloc4/src/mali_gralloc_usages.h b/gralloc4/src/mali_gralloc_usages.h
index 3c5a0fa..f20900d 100644
--- a/gralloc4/src/mali_gralloc_usages.h
+++ b/gralloc4/src/mali_gralloc_usages.h
@@ -75,6 +75,8 @@ typedef enum
/* Google specific usages */
GRALLOC_USAGE_GOOGLE_IP_BO = GRALLOC_USAGE_PRIVATE_16,
+ GRALLOC_USAGE_GOOGLE_IP_BW = GRALLOC_USAGE_PRIVATE_16, /* Alias to BO */
+ GRALLOC_USAGE_GOOGLE_IP_BIG = GRALLOC_USAGE_PRIVATE_16, /* Alias to BO/BW */
GRALLOC_USAGE_GOOGLE_IP_MFC = GRALLOC_USAGE_PRIVATE_17,
/* FaceAuth specific usages. */
@@ -140,7 +142,7 @@ static const uint64_t VALID_USAGE =
GRALLOC_USAGE_FRONT_BUFFER | /* 1U << 32 */
/* Google specific usages */
- GRALLOC_USAGE_GOOGLE_IP_BO | /* 1U << 51 */
+ GRALLOC_USAGE_GOOGLE_IP_BIG | /* 1U << 51 */
GRALLOC_USAGE_GOOGLE_IP_MFC | /* 1U << 50 */
GS101_GRALLOC_USAGE_TPU_INPUT | /* 1U << 62 */