From 84e3dea053bea25c1cec44ffb298f8b5b9b9141a Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Mon, 9 Sep 2013 16:12:51 -0700 Subject: Add flags word to context initialization. bug 10427951 Change-Id: If3b9337712bd16655de4a42ccf829bbcd9e01b6e --- rsContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsContext.h') 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(); -- cgit v1.2.3