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

  /frameworks/base/libs/rs/
rsObjectBase.cpp 23 ObjectBase::ObjectBase(Context *rsc)
36 ObjectBase::~ObjectBase()
38 //LOGV("~ObjectBase %p ref %i,%i", this, mUserRefCount, mSysRefCount);
45 void ObjectBase::dumpLOGV(const char *op) const
56 void ObjectBase::setContext(Context *rsc)
67 void ObjectBase::incUserRef() const
70 //LOGV("ObjectBase %p inc ref %i", this, mRefCount);
73 void ObjectBase::incSysRef() cons
    [all...]
rsObjectBase.h 29 class ObjectBase
32 ObjectBase(Context *rsc);
33 virtual ~ObjectBase();
71 mutable const ObjectBase * mPrev;
72 mutable const ObjectBase * mNext;
rsLight.h 29 class Light : public ObjectBase
rsMesh.cpp 25 Mesh::Mesh(Context *rsc) : ObjectBase(rsc)
rsMesh.h 29 class Mesh : public ObjectBase
rsSimpleMesh.h 29 class SimpleMesh : public ObjectBase
rsContext.h 104 void assignName(ObjectBase *obj, const char *name, uint32_t len);
105 void removeName(ObjectBase *obj);
106 ObjectBase * lookupName(const char *name) const;
134 void objDestroyAdd(ObjectBase *);
166 mutable const ObjectBase * mObjHead;
231 Vector<ObjectBase *> mDestroyList;
251 Vector<ObjectBase *> mNames;
rsSampler.h 31 class Sampler : public ObjectBase
rsScript.h 34 class Script : public ObjectBase
rsAdapter.h 27 class Adapter1D : public ObjectBase
61 class Adapter2D : public ObjectBase
rsSampler.cpp 28 Sampler::Sampler(Context *rsc) : ObjectBase(rsc)
41 RsSamplerValue wrapR) : ObjectBase(rsc)
rsAdapter.cpp 24 Adapter1D::Adapter1D(Context *rsc) : ObjectBase(rsc)
31 Adapter1D::Adapter1D(Context *rsc, Allocation *a) : ObjectBase(rsc)
132 Adapter2D::Adapter2D(Context *rsc) : ObjectBase(rsc)
139 Adapter2D::Adapter2D(Context *rsc, Allocation *a) : ObjectBase(rsc)
rsElement.h 30 class Element : public ObjectBase
rsProgram.h 30 class Program : public ObjectBase
rsAllocation.h 28 class Allocation : public ObjectBase
rsLight.cpp 25 Light::Light(Context *rsc, bool isLocal, bool isMono) : ObjectBase(rsc)
rsContext.cpp 355 ObjectBase::zeroAllUserRef(rsc);
626 void Context::assignName(ObjectBase *obj, const char *name, uint32_t len)
633 void Context::removeName(ObjectBase *obj)
643 ObjectBase * Context::lookupName(const char *name) const
703 void Context::objDestroyAdd(ObjectBase *obj)
870 ObjectBase *ob = static_cast<ObjectBase *>(obj);
876 ObjectBase *ob = static_cast<ObjectBase *>(obj);
903 ObjectBase::dumpAll(rsc)
    [all...]
rsScript.cpp 22 Script::Script(Context *rsc) : ObjectBase(rsc)
rsType.h 28 class Type : public ObjectBase
rsElement.cpp 25 Element::Element(Context *rsc) : ObjectBase(rsc)
77 ObjectBase::dumpLOGV(prefix);
rsProgram.cpp 27 Program::Program(Context *rsc) : ObjectBase(rsc)
47 ObjectBase(rsc)
rsSimpleMesh.cpp 25 SimpleMesh::SimpleMesh(Context *rsc) : ObjectBase(rsc)
rsAllocation.cpp 26 Allocation::Allocation(Context *rsc, const Type *type) : ObjectBase(rsc)
38 : ObjectBase(rsc)
303 ObjectBase::dumpLOGV(prefix);
rsType.cpp 23 Type::Type(Context *rsc) : ObjectBase(rsc)
280 ObjectBase::dumpLOGV(prefix);

Completed in 348 milliseconds