HomeSort by relevance Sort by last modified time
    Searched refs:ObjectBase (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /frameworks/rs/
rsContext.h 60 if (!ObjectBase::isValid(rsc, (const ObjectBase *)o)) { \
66 if (o && !ObjectBase::isValid(rsc, (const ObjectBase *)o)) { \
159 void assignName(ObjectBase *obj, const char *name, uint32_t len);
160 void removeName(ObjectBase *obj);
239 mutable const ObjectBase * mObjHead;
300 Vector<ObjectBase *> mNames;
rsProgramStore.cpp 93 ObjectBase::asyncLock();
107 ObjectBase::asyncUnlock();
110 ObjectBase::asyncUnlock();
120 ObjectBase::asyncLock();
122 ObjectBase::asyncUnlock();
rsElement.cpp 24 Element::Element(Context *rsc) : ObjectBase(rsc) {
96 ObjectBase::dumpLOGV(prefix);
232 ObjectBase::asyncLock();
242 ObjectBase::asyncUnlock();
246 ObjectBase::asyncUnlock();
266 ObjectBase::asyncLock();
268 ObjectBase::asyncUnlock();
278 ObjectBase::asyncLock();
305 ObjectBase::asyncUnlock();
310 ObjectBase::asyncUnlock()
    [all...]
rsAdapter.cpp 24 Adapter1D::Adapter1D(Context *rsc) : ObjectBase(rsc) {
28 Adapter1D::Adapter1D(Context *rsc, Allocation *a) : ObjectBase(rsc) {
95 Adapter2D::Adapter2D(Context *rsc) : ObjectBase(rsc) {
99 Adapter2D::Adapter2D(Context *rsc, Allocation *a) : ObjectBase(rsc) {
rsPath.h 27 class Path : public ObjectBase {
rsAdapter.h 27 class Adapter1D : public ObjectBase {
61 class Adapter2D : public ObjectBase {
rsScript.cpp 23 Script::Script(Context *rsc) : ObjectBase(rsc) {
86 void Script::setVarObj(uint32_t slot, ObjectBase *val) {
112 : ObjectBase(rsc) {
132 ScriptFieldID::ScriptFieldID(Context *rsc, Script *s, int slot) : ObjectBase(rsc) {
253 ObjectBase *o = static_cast<ObjectBase *>(value);
rsMesh.h 36 class Mesh : public ObjectBase {
rsSampler.h 37 class Sampler : public ObjectBase {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsContext.h 60 if (!ObjectBase::isValid(rsc, (const ObjectBase *)o)) { \
66 if (o && !ObjectBase::isValid(rsc, (const ObjectBase *)o)) { \
159 void assignName(ObjectBase *obj, const char *name, uint32_t len);
160 void removeName(ObjectBase *obj);
239 mutable const ObjectBase * mObjHead;
300 Vector<ObjectBase *> mNames;
rsPath.h 27 class Path : public ObjectBase {
rsAdapter.h 27 class Adapter1D : public ObjectBase {
61 class Adapter2D : public ObjectBase {
rsMesh.h 36 class Mesh : public ObjectBase {
rsSampler.h 37 class Sampler : public ObjectBase {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsContext.h 60 if (!ObjectBase::isValid(rsc, (const ObjectBase *)o)) { \
66 if (o && !ObjectBase::isValid(rsc, (const ObjectBase *)o)) { \
159 void assignName(ObjectBase *obj, const char *name, uint32_t len);
160 void removeName(ObjectBase *obj);
239 mutable const ObjectBase * mObjHead;
300 Vector<ObjectBase *> mNames;
rsPath.h 27 class Path : public ObjectBase {
rsAdapter.h 27 class Adapter1D : public ObjectBase {
61 class Adapter2D : public ObjectBase {
rsMesh.h 36 class Mesh : public ObjectBase {
rsSampler.h 37 class Sampler : public ObjectBase {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsContext.h 60 if (!ObjectBase::isValid(rsc, (const ObjectBase *)o)) { \
66 if (o && !ObjectBase::isValid(rsc, (const ObjectBase *)o)) { \
159 void assignName(ObjectBase *obj, const char *name, uint32_t len);
160 void removeName(ObjectBase *obj);
239 mutable const ObjectBase * mObjHead;
300 Vector<ObjectBase *> mNames;
rsPath.h 27 class Path : public ObjectBase {
rsAdapter.h 27 class Adapter1D : public ObjectBase {
61 class Adapter2D : public ObjectBase {
rsMesh.h 36 class Mesh : public ObjectBase {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 33 virtual void setGlobalObj(uint32_t slot, ObjectBase *data);
50 void RsdCpuScriptIntrinsicLUT::setGlobalObj(uint32_t slot, ObjectBase *data) {
rsCpuIntrinsic.h 63 virtual void setGlobalObj(uint32_t slot, ObjectBase *data);

Completed in 762 milliseconds

12 3 4 5