commit | 6146238d58f914547c89b3a8cda9cccaa34f84a0 | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Wed Aug 29 11:57:40 2012 -0700 |
committer | Jason Sams <jsams@google.com> | Wed Aug 29 11:58:19 2012 -0700 |
tree | aeb28fcdf04992f3b8158592697a789a62a6d59c | |
parent | 392a7dc4e81498a71d7bb2258b41acf9c2276b13 [diff] [blame] |
Cache element type in allocation hal. Change-Id: I7351eab942dd8d46b8a4aac1f501f33d4d2e463b
diff --git a/rsAllocation.h b/rsAllocation.h index 5a945f1..4fccf9d 100644 --- a/rsAllocation.h +++ b/rsAllocation.h
@@ -65,6 +65,7 @@ int32_t surfaceTextureID; ANativeWindow *wndSurface; SurfaceTexture *surfaceTexture; + RsDataType eType; }; State state;