summaryrefslogtreecommitdiffstats
path: root/rsContext.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2013-11-26 18:10:59 -0800
committerJason Sams <jsams@google.com>2013-12-02 15:29:03 -0800
commitf2748276ea84bed83728e38a6661946b5fb3bc5c (patch)
treeeeda7f931f4efe8b3c17ce609a5aa2be9f633b84 /rsContext.h
parent414372c1cab00ce2b222be9f1cd7c852520bbee7 (diff)
downloadandroid_frameworks_rs-f2748276ea84bed83728e38a6661946b5fb3bc5c.tar.gz
android_frameworks_rs-f2748276ea84bed83728e38a6661946b5fb3bc5c.tar.bz2
android_frameworks_rs-f2748276ea84bed83728e38a6661946b5fb3bc5c.zip
implement finish
Change-Id: If1ec99d0dbcf7aebf9d90d7779bf3ff34a8963f2
Diffstat (limited to 'rsContext.h')
-rw-r--r--rsContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsContext.h b/rsContext.h
index 1dc7c62c..ab56c276 100644
--- a/rsContext.h
+++ b/rsContext.h
@@ -151,6 +151,7 @@ public:
void resume();
void setSurface(uint32_t w, uint32_t h, RsNativeWindow sur);
#endif
+ void finish();
void setPriority(int32_t p);
void destroyWorkerThreadResources();