commit | 4e6b19fd484de88eb65081ded5156a74a334e972 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Thu Jul 24 19:05:40 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 24 15:36:02 2014 +0000 |
tree | 100c6d7e99b7a412a2b37d30d951bf40825ecfbf | |
parent | 4a6788b02fb2bd174ac9e2386029785f084b7fdd [diff] | |
parent | 8931ce18e546fc80d6249f6d772865a73007e1ee [diff] |
Merge "gralloc: add GRALLOC_USAGE_CURSOR flag" into lmp-dev
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h index e7d0103..91e2f69 100644 --- a/include/hardware/gralloc.h +++ b/include/hardware/gralloc.h
@@ -124,6 +124,9 @@ */ GRALLOC_USAGE_PROTECTED = 0x00004000, + /* buffer may be used as a cursor */ + GRALLOC_USAGE_CURSOR = 0x00008000, + /* implementation-specific private usage flags */ GRALLOC_USAGE_PRIVATE_0 = 0x10000000, GRALLOC_USAGE_PRIVATE_1 = 0x20000000,