summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsComponent.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-08-16 13:09:46 -0700
committerAlex Sakhartchouk <alexst@google.com>2011-08-16 13:09:46 -0700
commit117abdbc67123654d0754b686c5bbdee6b44bcdd (patch)
tree7531e3083956f7fc2db9310253425c32e9743b8f /libs/rs/rsComponent.h
parent065fa8deb178f00ad9957d3212ec2620c46f78e4 (diff)
downloadframeworks_base-117abdbc67123654d0754b686c5bbdee6b44bcdd.zip
frameworks_base-117abdbc67123654d0754b686c5bbdee6b44bcdd.tar.gz
frameworks_base-117abdbc67123654d0754b686c5bbdee6b44bcdd.tar.bz2
Fixing asynchronous performance issues.
Change-Id: I10f02cd37a33a6c655814d24e0a4291dc044fba3
Diffstat (limited to 'libs/rs/rsComponent.h')
-rw-r--r--libs/rs/rsComponent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsComponent.h b/libs/rs/rsComponent.h
index a448f0e..6ddc990 100644
--- a/libs/rs/rsComponent.h
+++ b/libs/rs/rsComponent.h
@@ -32,10 +32,8 @@ public:
void set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize=1);
- String8 getGLSLType() const;
void dumpLOGV(const char *prefix) const;
-
RsDataType getType() const {return mType;}
RsDataKind getKind() const {return mKind;}
bool getIsNormalized() const {return mNormalized;}