Home
last modified time | relevance | path

Searched refs:dumpLOGV (Results 1 – 10 of 10) sorted by relevance

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