summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsAllocation.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-09-01 16:34:48 -0700
committerAlex Sakhartchouk <alexst@google.com>2010-09-02 10:45:39 -0700
commit8e95466b5aa16b13c9e39b7ff8167f47a643c4ba (patch)
tree50354e0b120c28a99467ce8ce0f82872e8b19fe6 /libs/rs/rsAllocation.h
parent6d8fe9b40bf7ffba54c21f5b142dd247326cd9a6 (diff)
downloadframeworks_base-8e95466b5aa16b13c9e39b7ff8167f47a643c4ba.zip
frameworks_base-8e95466b5aa16b13c9e39b7ff8167f47a643c4ba.tar.gz
frameworks_base-8e95466b5aa16b13c9e39b7ff8167f47a643c4ba.tar.bz2
Adding ability to dirty the allocation and notify shaders using it.
Change-Id: Id5ac8dbba5185cb1f43bedcf4098fcef9f477c51
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 967f220..b6b5d2f 100644
--- a/libs/rs/rsAllocation.h
+++ b/libs/rs/rsAllocation.h
@@ -89,9 +89,9 @@ public:
void incRefs(const void *ptr, size_t ct) const;
void decRefs(const void *ptr, size_t ct) const;
-protected:
void sendDirty() const;
+protected:
ObjectBaseRef<const Type> mType;
void * mPtr;