summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-11-03 13:58:36 -0800
committerJason Sams <rjsams@android.com>2009-11-03 14:15:28 -0800
commitefd9b6fb2e0f31b50db089352118e5daeb268879 (patch)
tree9b1099e2c01a1d1843093dbd2db74171e39028e9 /libs/rs/rsContext.h
parent83665194abceeb7681cb7ac49a4b71aa6e96b1b1 (diff)
downloadframeworks_base-efd9b6fb2e0f31b50db089352118e5daeb268879.zip
frameworks_base-efd9b6fb2e0f31b50db089352118e5daeb268879.tar.gz
frameworks_base-efd9b6fb2e0f31b50db089352118e5daeb268879.tar.bz2
Support applications changing the surface attached to the RS.
Diffstat (limited to 'libs/rs/rsContext.h')
-rw-r--r--libs/rs/rsContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h
index c80fd5a..bffc55b 100644
--- a/libs/rs/rsContext.h
+++ b/libs/rs/rsContext.h
@@ -94,6 +94,7 @@ public:
void pause();
void resume();
+ void setSurface(Surface *sur);
void assignName(ObjectBase *obj, const char *name, uint32_t len);
void removeName(ObjectBase *obj);