summaryrefslogtreecommitdiffstats
path: root/libs/rs/driver/rsdGL.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-01-12 14:22:21 -0800
committerJason Sams <jsams@google.com>2012-01-12 14:22:21 -0800
commit17801f1eaafae66d63f862b8e89ee53310ce9972 (patch)
tree2ff42f914cf67d823a3c6bcd0a33f5c6680036f3 /libs/rs/driver/rsdGL.h
parent0ce62e0ae173ad59078df1b47cf63d593f5b2454 (diff)
downloadframeworks_base-17801f1eaafae66d63f862b8e89ee53310ce9972.zip
frameworks_base-17801f1eaafae66d63f862b8e89ee53310ce9972.tar.gz
frameworks_base-17801f1eaafae66d63f862b8e89ee53310ce9972.tar.bz2
Plumbing for RS priority.
Change-Id: Ibddfd40407fd6d24ac829a76a9a1e2047c48c5fd
Diffstat (limited to 'libs/rs/driver/rsdGL.h')
-rw-r--r--libs/rs/driver/rsdGL.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/driver/rsdGL.h b/libs/rs/driver/rsdGL.h
index fc33885..988a5df 100644
--- a/libs/rs/driver/rsdGL.h
+++ b/libs/rs/driver/rsdGL.h
@@ -82,6 +82,8 @@ bool rsdGLSetSurface(const android::renderscript::Context *rsc,
void rsdGLSwap(const android::renderscript::Context *rsc);
void rsdGLCheckError(const android::renderscript::Context *rsc,
const char *msg, bool isFatal = false);
+void rsdGLSetPriority(const android::renderscript::Context *rsc,
+ int32_t priority);
#endif