commit | e68b3520f00e9b81264f83588742c33a48bee9e7 | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Tue Jul 16 19:52:36 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jul 16 19:52:37 2013 +0000 |
tree | 667bcff39198b573fdaca7c71afba4c219769b16 | |
parent | 1973f4a2f2ebf8f2d1ed35411055c93ba864f717 [diff] | |
parent | 22423852817b19245a2134653eef3f71a39cf42a [diff] |
Merge "Add usage bit for RenderScript."
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h index 9c62242..0dbebcf 100644 --- a/include/hardware/gralloc.h +++ b/include/hardware/gralloc.h
@@ -104,6 +104,9 @@ /* mask for the software usage bit-mask */ GRALLOC_USAGE_HW_MASK = 0x00071F00, + /* buffer will be used as a RenderScript Allocation */ + GRALLOC_USAGE_RENDERSCRIPT = 0x00100000, + /* buffer should be displayed full-screen on an external display when * possible */