summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsAllocation.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-11-17 18:07:54 -0800
committerJason Sams <rjsams@android.com>2009-11-17 18:07:54 -0800
commit644a0e320d4bda1871f38858e63aad2c9864570f (patch)
treedbe08bd7d8c08e8366b51a1c835e755ccbd856ac /libs/rs/rsAllocation.h
parente30c29feea0300dbf5355d08bbf90c0f85584e87 (diff)
parentf630904134a81e9e5edbd7b2bd77e402c180782f (diff)
downloadframeworks_base-644a0e320d4bda1871f38858e63aad2c9864570f.zip
frameworks_base-644a0e320d4bda1871f38858e63aad2c9864570f.tar.gz
frameworks_base-644a0e320d4bda1871f38858e63aad2c9864570f.tar.bz2
resolved conflicts for merge of f6309041 to master
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 cf3ea9e..ac2edf8 100644
--- a/libs/rs/rsAllocation.h
+++ b/libs/rs/rsAllocation.h
@@ -68,6 +68,8 @@ public:
void addProgramToDirty(const Program *);
void removeProgramToDirty(const Program *);
+ virtual void dumpLOGV(const char *prefix) const;
+
protected:
void sendDirty() const;