Searched refs:nin (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptCThunker.java | 101 android.renderscript.Allocation nin = null; in thunkForEach() local 105 nin = ((AllocationThunker)ain).mN; in thunkForEach() 114 forEach(slot, nin, nout, nfp); in thunkForEach() 131 android.renderscript.Allocation nin = null; in thunkForEach() local 135 nin = ((AllocationThunker)ain).mN; in thunkForEach() 143 forEach(slot, nin, nout, nfp, lo); in thunkForEach()
|
/frameworks/rs/ |
D | rsElement.h | 125 const char **nin, 128 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
|
D | rsElement.cpp | 274 const char **nin, const size_t * lengths, const uint32_t *asin) { in createRef() argument 289 len = strlen(nin[i]); in createRef() 297 strcmp(ee->mFields[i].name, nin[i]) || in createRef() 329 len = strlen(nin[ct]); in createRef() 336 e->mFields[ct].name = rsuCopyString(nin[ct], len); in createRef()
|