Home
last modified time | relevance | path

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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptCThunker.java101 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/
DrsElement.h125 const char **nin,
128 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
DrsElement.cpp274 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()