Home
last modified time | relevance | path

Searched refs:mTypes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
DScript.java26 Type[] mTypes; field in Script
82 Type[] mTypes; field in Script.Builder
90 mTypes = new Type[MAX_SLOT]; in Builder()
97 mTypes[slot] = t; in setType()
102 mTypes[slot] = t; in setType()
121 for(int ct=0; ct < mTypes.length; ct++) { in transferCreate()
122 if(mTypes[ct] != null) { in transferCreate()
123 mRS.nScriptSetType(mTypes[ct].mID, mWritable[ct], mNames[ct], ct); in transferCreate()
133 s.mTypes = mTypes; in transferObject()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java41 private final List<ResourceReference> mTypes = new ArrayList<ResourceReference>(); field in FakeAdapter
59 int typeIndex = mTypes.indexOf(viewRef); in FakeAdapter()
61 typeIndex = mTypes.size(); in FakeAdapter()
62 mTypes.add(viewRef); in FakeAdapter()
104 return mTypes.size(); in getViewTypeCount()
/frameworks/base/libs/rs/
DrsType.cpp34 for (uint32_t ct = 0; ct < mRSC->mStateType.mTypes.size(); ct++) { in ~Type()
35 if (mRSC->mStateType.mTypes[ct] == this) { in ~Type()
36 mRSC->mStateType.mTypes.removeAt(ct); in ~Type()
368 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) { in rsi_TypeCreate()
369 Type *t = stc->mTypes[ct]; in rsi_TypeCreate()
390 stc->mTypes.push(st); in rsi_TypeCreate()
DrsScript.h66 ObjectBaseRef<const Type> mTypes[MAX_SCRIPT_BANKS]; variable
DrsType.h145 Vector<Type *> mTypes; variable
DrsScriptC.cpp422 s->mTypes[ct].set(ss->mConstantBufferTypes[ct].get()); in rsi_ScriptCCreate()
/frameworks/base/tools/aapt/
DResourceTable.h491 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes()
501 DefaultKeyedVector<String16, sp<Type> > mTypes; variable
DResourceTable.cpp3566 sp<Type> t = mTypes.valueFor(type); in getType()
3569 mTypes.add(type, t); in getType()