diff options
Diffstat (limited to 'include/hardware')
-rw-r--r-- | include/hardware/gralloc.h | 5 | ||||
-rw-r--r-- | include/hardware/hwcomposer_defs.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h index 817b2c1..b758b57 100644 --- a/include/hardware/gralloc.h +++ b/include/hardware/gralloc.h @@ -121,6 +121,11 @@ enum { #endif }; +enum { + /* Gralloc perform enums */ + GRALLOC_MODULE_PERFORM_UPDATE_BUFFER_GEOMETRY = 0, + GRALLOC_MODULE_PERFORM_PRIVATE_START +}; /*****************************************************************************/ /** diff --git a/include/hardware/hwcomposer_defs.h b/include/hardware/hwcomposer_defs.h index b23f08a..8ec048b 100644 --- a/include/hardware/hwcomposer_defs.h +++ b/include/hardware/hwcomposer_defs.h @@ -97,6 +97,9 @@ enum { /* this layer holds the result of compositing the HWC_FRAMEBUFFER layers. * Added in HWC_DEVICE_API_VERSION_1_1. */ HWC_FRAMEBUFFER_TARGET = 3, + + /* this layer will be handled in the HWC, using a blit engine */ + HWC_BLIT = 4, }; /* |