summaryrefslogtreecommitdiff
path: root/rsDefines.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2015-05-13 12:44:46 -0700
committerJason Sams <jsams@google.com>2015-05-13 12:44:46 -0700
commitcc169dee42a552746f8896c293143dfaab326263 (patch)
tree554af47ef92dabd63676cca830a76df89d614033 /rsDefines.h
parenta874c96bef8428131b83345dd92f37d8ce246d4e (diff)
downloadrs-cc169dee42a552746f8896c293143dfaab326263.tar.gz
Add USAGE_OEM
Allow OEMs to pass data from other HW blocks via internal extension. bug 20894664 Change-Id: I78c19f5eec462aff7d8a5408f2f16cfc9b78c036
Diffstat (limited to 'rsDefines.h')
-rw-r--r--rsDefines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsDefines.h b/rsDefines.h
index 92874708..fdb07208 100644
--- a/rsDefines.h
+++ b/rsDefines.h
@@ -96,7 +96,8 @@ enum RsAllocationUsageType {
RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040,
RS_ALLOCATION_USAGE_SHARED = 0x0080,
- RS_ALLOCATION_USAGE_ALL = 0x00FF
+ RS_ALLOCATION_USAGE_OEM = 0x8000,
+ RS_ALLOCATION_USAGE_ALL = 0x80FF
};
enum RsAllocationMipmapControl {