Searched defs:dumpLOGV (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/
H A DrsComponent.cpp236 void Component::dumpLOGV(const char *prefix) const { function in class:Component
H A DrsObjectBase.cpp61 void ObjectBase::dumpLOGV(const char *op) const { function in class:ObjectBase
253 o->dumpLOGV(" ");
H A DrsElement.cpp83 void Element::dumpLOGV(const char *prefix) const { function in class:Element
84 ObjectBase::dumpLOGV(prefix);
86 mComponent.dumpLOGV(prefix);
91 mFields[ct].e->dumpLOGV(prefix);
H A DrsType.cpp145 void Type::dumpLOGV(const char *prefix) const { function in class:Type
147 ObjectBase::dumpLOGV(prefix);
155 mElement->dumpLOGV(buf);
H A DrsAllocation.cpp83 mHal.state.type->dumpLOGV("type info");
120 mHal.state.type->dumpLOGV("type info");
222 void Allocation::dumpLOGV(const char *prefix) const { function in class:Allocation
223 ObjectBase::dumpLOGV(prefix);
228 mHal.state.type->dumpLOGV(s.string());
/frameworks/support/renderscript/v8/rs_support/
H A DrsComponent.cpp236 void Component::dumpLOGV(const char *prefix) const { function in class:Component
H A DrsObjectBase.cpp61 void ObjectBase::dumpLOGV(const char *op) const { function in class:ObjectBase
253 o->dumpLOGV(" ");
H A DrsElement.cpp83 void Element::dumpLOGV(const char *prefix) const { function in class:Element
84 ObjectBase::dumpLOGV(prefix);
86 mComponent.dumpLOGV(prefix);
91 mFields[ct].e->dumpLOGV(prefix);
H A DrsType.cpp145 void Type::dumpLOGV(const char *prefix) const { function in class:Type
147 ObjectBase::dumpLOGV(prefix);
155 mElement->dumpLOGV(buf);
H A DrsAllocation.cpp78 mHal.state.type->dumpLOGV("type info");
115 mHal.state.type->dumpLOGV("type info");
203 void Allocation::dumpLOGV(const char *prefix) const { function in class:Allocation
204 ObjectBase::dumpLOGV(prefix);
209 mHal.state.type->dumpLOGV(s.string());

Completed in 75 milliseconds