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

/frameworks/rs/
H A DrsComponent.cpp249 void Component::dumpLOGV(const char *prefix) const { function in class:android::renderscript::Component
H A DrsObjectBase.cpp76 void ObjectBase::dumpLOGV(const char *op) const { function in class:android::renderscript::ObjectBase
283 o->dumpLOGV(" ");
H A DrsType.cpp151 void Type::dumpLOGV(const char *prefix) const { function in class:android::renderscript::Type
153 ObjectBase::dumpLOGV(prefix);
161 mElement->dumpLOGV(buf);
H A DrsElement.cpp95 void Element::dumpLOGV(const char *prefix) const { function in class:android::renderscript::Element
96 ObjectBase::dumpLOGV(prefix);
98 mComponent.dumpLOGV(prefix);
103 mFields[ct].e->dumpLOGV(prefix);
H A DrsAllocation.cpp204 mHal.state.type->dumpLOGV("type info");
235 mHal.state.type->dumpLOGV("type info");
352 void Allocation::dumpLOGV(const char *prefix) const { function in class:android::renderscript::Allocation
353 ObjectBase::dumpLOGV(prefix);
359 mHal.state.type->dumpLOGV(buf);

Completed in 56 milliseconds