summaryrefslogtreecommitdiff
path: root/rsContext.h
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-09-09 16:12:51 -0700
committerTim Murray <timmurray@google.com>2013-09-09 16:17:29 -0700
commit84e3dea053bea25c1cec44ffb298f8b5b9b9141a (patch)
tree6de4ffac2b59292f7a538593e348380f0700814d /rsContext.h
parenteeaf7142d7e06efb3e0ddc7ef542884ab1d527dc (diff)
downloadrs-84e3dea053bea25c1cec44ffb298f8b5b9b9141a.tar.gz
Add flags word to context initialization.
bug 10427951 Change-Id: If3b9337712bd16655de4a42ccf829bbcd9e01b6e
Diffstat (limited to 'rsContext.h')
-rw-r--r--rsContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsContext.h b/rsContext.h
index a29313e2..1dc7c62c 100644
--- a/rsContext.h
+++ b/rsContext.h
@@ -85,7 +85,7 @@ public:
static Context * createContext(Device *, const RsSurfaceConfig *sc,
RsContextType ct = RS_CONTEXT_TYPE_NORMAL,
- bool forceCpu = false, bool synchronous = false);
+ uint32_t flags = 0);
static Context * createContextLite();
~Context();