Home
last modified time | relevance | path

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

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