commit | 8e95466b5aa16b13c9e39b7ff8167f47a643c4ba | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Wed Sep 01 16:34:48 2010 -0700 |
committer | Alex Sakhartchouk <alexst@google.com> | Thu Sep 02 10:45:39 2010 -0700 |
tree | 50354e0b120c28a99467ce8ce0f82872e8b19fe6 | |
parent | 6d8fe9b40bf7ffba54c21f5b142dd247326cd9a6 [diff] [blame] |
Adding ability to dirty the allocation and notify shaders using it. Change-Id: Id5ac8dbba5185cb1f43bedcf4098fcef9f477c51
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 @@ 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;