summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsAllocation.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-11-17 17:36:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-17 17:36:27 -0800
commitbd2b773c23d6e5c07d5af2b1f6c25ad858b949d5 (patch)
tree1f9e21a9aa6ff4bf6555398f0e28ec79f2f42d93 /libs/rs/rsAllocation.h
parentd2709747b661827abcd8b9230a653f3578bbf7b6 (diff)
parentfa0394c9f89f13b53c6db2470253825b88cafb64 (diff)
downloadframeworks_base-bd2b773c23d6e5c07d5af2b1f6c25ad858b949d5.zip
frameworks_base-bd2b773c23d6e5c07d5af2b1f6c25ad858b949d5.tar.gz
frameworks_base-bd2b773c23d6e5c07d5af2b1f6c25ad858b949d5.tar.bz2
am fa0394c9: Merge change I715333b8 into eclair
Merge commit 'fa0394c9f89f13b53c6db2470253825b88cafb64' into eclair-plus-aosp * commit 'fa0394c9f89f13b53c6db2470253825b88cafb64': Add support for dumping RS objects to aid in debugging of white blocks bug.
Diffstat (limited to 'libs/rs/rsAllocation.h')
-rw-r--r--libs/rs/rsAllocation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h
index 1b83267..514b1c2 100644
--- a/libs/rs/rsAllocation.h
+++ b/libs/rs/rsAllocation.h
@@ -65,6 +65,8 @@ public:
void enableGLVertexBuffers() const;
void setupGLIndexBuffers() const;
+ virtual void dumpLOGV(const char *prefix) const;
+
protected:
ObjectBaseRef<const Type> mType;