HomeSort by relevance Sort by last modified time
    Searched refs:dumpLOGV (Results 1 - 25 of 25) sorted by null

  /frameworks/rs/
rsComponent.h 36 void dumpLOGV(const char *prefix) const;
rsObjectBase.cpp 67 void ObjectBase::dumpLOGV(const char *op) const {
264 o->dumpLOGV(" ");
rsObjectBase.h 58 virtual void dumpLOGV(const char *prefix) const;
rsType.cpp 148 void Type::dumpLOGV(const char *prefix) const {
150 ObjectBase::dumpLOGV(prefix);
158 mElement->dumpLOGV(buf);
rsComponent.cpp 249 void Component::dumpLOGV(const char *prefix) const {
rsElement.cpp 95 void Element::dumpLOGV(const char *prefix) const {
96 ObjectBase::dumpLOGV(prefix);
98 mComponent.dumpLOGV(prefix);
103 mFields[ct].e->dumpLOGV(prefix);
rsElement.h 98 void dumpLOGV(const char *prefix) const;
rsType.h 94 void dumpLOGV(const char *prefix) const;
rsAllocation.h 136 virtual void dumpLOGV(const char *prefix) const;
rsAllocation.cpp 124 mHal.state.type->dumpLOGV("type info");
154 mHal.state.type->dumpLOGV("type info");
260 void Allocation::dumpLOGV(const char *prefix) const {
261 ObjectBase::dumpLOGV(prefix);
267 mHal.state.type->dumpLOGV(buf);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsComponent.h 36 void dumpLOGV(const char *prefix) const;
rsObjectBase.h 58 virtual void dumpLOGV(const char *prefix) const;
rsElement.h 96 void dumpLOGV(const char *prefix) const;
rsType.h 92 void dumpLOGV(const char *prefix) const;
rsAllocation.h 134 virtual void dumpLOGV(const char *prefix) const;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsComponent.h 36 void dumpLOGV(const char *prefix) const;
rsObjectBase.h 58 virtual void dumpLOGV(const char *prefix) const;
rsElement.h 96 void dumpLOGV(const char *prefix) const;
rsType.h 92 void dumpLOGV(const char *prefix) const;
rsAllocation.h 134 virtual void dumpLOGV(const char *prefix) const;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsComponent.h 36 void dumpLOGV(const char *prefix) const;
rsObjectBase.h 58 virtual void dumpLOGV(const char *prefix) const;
rsElement.h 96 void dumpLOGV(const char *prefix) const;
rsType.h 92 void dumpLOGV(const char *prefix) const;
rsAllocation.h 134 virtual void dumpLOGV(const char *prefix) const;

Completed in 216 milliseconds