Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/renderscript/
DScript.java80 int mInvokableCount = 0; field in Script.Builder
105 i.mSlot = mInvokableCount; in addInvokable()
106 mInvokables[mInvokableCount++] = i; in addInvokable()
121 for(int ct=0; ct < mInvokableCount; ct++) { in transferCreate()
129 s.mInvokables = new Invokable[mInvokableCount]; in transferObject()
130 for(int ct=0; ct < mInvokableCount; ct++) { in transferObject()