From 170dc848aefe17d830d08cd29b332730498003d2 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Thu, 23 Feb 2012 17:14:39 -0800 Subject: More RS cpp binding work. All classes for compute should be partially implemented at this time. Change-Id: Iddf9405cc69513b708975d20783395f0be04c680 --- libs/rs/RenderScript.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/rs/RenderScript.h') diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index 2d352be53d2d..0eb6a6d6c82f 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h @@ -33,6 +33,8 @@ class RenderScript { friend class Allocation; friend class Element; friend class Type; + friend class Script; + friend class ScriptC; public: RenderScript(); @@ -144,6 +146,7 @@ private: + void throwError(const char *err) const; static void * threadProc(void *); -- cgit v1.2.3-59-g8ed1b