summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsAllocation.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-06-04 10:06:50 -0700
committerAlex Sakhartchouk <alexst@google.com>2010-06-04 10:06:50 -0700
commitaae74ad6144470c66e72b075ac3afeddb186fa98 (patch)
treeb8dbb72f6fd23eef520f4330288e9113f0d2036e /libs/rs/rsAllocation.h
parente407a608b0e2c7aad5cd6321426ec85d35f3bafa (diff)
downloadframeworks_base-aae74ad6144470c66e72b075ac3afeddb186fa98.zip
frameworks_base-aae74ad6144470c66e72b075ac3afeddb186fa98.tar.gz
frameworks_base-aae74ad6144470c66e72b075ac3afeddb186fa98.tar.bz2
Creating the jni and java layer to integrate a3d
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
Diffstat (limited to 'libs/rs/rsAllocation.h')
-rw-r--r--libs/rs/rsAllocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h
index 84a7c85..a408a57 100644
--- a/libs/rs/rsAllocation.h
+++ b/libs/rs/rsAllocation.h
@@ -73,7 +73,7 @@ public:
virtual void dumpLOGV(const char *prefix) const;
virtual void serialize(OStream *stream) const;
- virtual A3DClassID getClassId() const { return A3D_CLASS_ID_ALLOCATION; }
+ virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ALLOCATION; }
static Allocation *createFromStream(Context *rsc, IStream *stream);
virtual void uploadCheck(const Context *rsc);