summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsElement.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-06-21 17:42:41 -0700
committerJason Sams <rjsams@android.com>2010-06-21 17:42:41 -0700
commitf110d4b787b91dabe968a812e76e5c1f8d953487 (patch)
tree65d71a0acb1441510240bec336535898a27d59e7 /libs/rs/rsElement.h
parent3ac8da87bba83de254e612ff8387db23e6434119 (diff)
downloadframeworks_base-f110d4b787b91dabe968a812e76e5c1f8d953487.zip
frameworks_base-f110d4b787b91dabe968a812e76e5c1f8d953487.tar.gz
frameworks_base-f110d4b787b91dabe968a812e76e5c1f8d953487.tar.bz2
Move ImageProcessing and ModelViewer to reflected files.
Implement boolean support. Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
Diffstat (limited to 'libs/rs/rsElement.h')
-rw-r--r--libs/rs/rsElement.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsElement.h b/libs/rs/rsElement.h
index 5c4f5c4..90e7cc8 100644
--- a/libs/rs/rsElement.h
+++ b/libs/rs/rsElement.h
@@ -54,8 +54,6 @@ public:
RsDataKind getKind() const {return mComponent.getKind();}
uint32_t getBits() const {return mBits;}
- String8 getCType(uint32_t indent=0) const;
- String8 getCStructBody(uint32_t indent=0) const;
String8 getGLSLType(uint32_t indent=0) const;
void dumpLOGV(const char *prefix) const;