commit | 715333b832fb448c32165c7d97d408a3fa43f7cb | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Nov 17 17:26:46 2009 -0800 |
committer | Jason Sams <rjsams@android.com> | Tue Nov 17 17:26:46 2009 -0800 |
tree | af4da1824b78ad114d993ce6f523373046e3d514 | |
parent | f0166e4dd0907e487531960e36f516406d265b73 [diff] [blame] |
Add support for dumping RS objects to aid in debugging of white blocks bug.
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp index deb9592..08ed725 100644 --- a/libs/rs/rsContext.cpp +++ b/libs/rs/rsContext.cpp
@@ -819,6 +819,11 @@ rsc->setPriority(p); } +void rsi_ContextDump(Context *rsc, int32_t bits) +{ + ObjectBase::dumpAll(rsc); +} + } }