Searched refs:getNObj (Results 1 - 18 of 18) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlendThunker.java22 android.renderscript.ScriptIntrinsicBlend getNObj() { method in class:ScriptIntrinsicBlendThunker
36 blend.mN = android.renderscript.ScriptIntrinsicBlend.create(rst.mN, et.getNObj());
48 mN.forEachClear(aint.getNObj(), aoutt.getNObj());
69 mN.forEachSrc(aint.getNObj(), aoutt.getNObj());
90 mN.forEachDst(aint.getNObj(), aoutt.getNObj());
111 mN.forEachSrcOver(aint.getNObj(), aoutt.getNObj());
[all...]
H A DScriptIntrinsic3DLUTThunker.java28 android.renderscript.ScriptIntrinsic3DLUT getNObj() { method in class:ScriptIntrinsic3DLUTThunker
42 lut.mN = android.renderscript.ScriptIntrinsic3DLUT.create(rst.mN, et.getNObj());
52 mN.setLUT(lutt.getNObj());
70 mN.forEach(aint.getNObj(), aoutt.getNObj());
H A DScriptIntrinsicBlurThunker.java27 android.renderscript.ScriptIntrinsicBlur getNObj() { method in class:ScriptIntrinsicBlurThunker
41 blur.mN = android.renderscript.ScriptIntrinsicBlur.create(rst.mN, et.getNObj());
51 mN.setInput(aint.getNObj());
69 mN.forEach(aoutt.getNObj());
H A DScriptIntrinsicConvolve3x3Thunker.java24 android.renderscript.ScriptIntrinsicConvolve3x3 getNObj() { method in class:ScriptIntrinsicConvolve3x3Thunker
39 si.mN = android.renderscript.ScriptIntrinsicConvolve3x3.create(rst.mN, et.getNObj());
49 mN.setInput(aint.getNObj());
66 mN.forEach(aoutt.getNObj());
H A DScriptIntrinsicConvolve5x5Thunker.java24 android.renderscript.ScriptIntrinsicConvolve5x5 getNObj() { method in class:ScriptIntrinsicConvolve5x5Thunker
39 si.mN = android.renderscript.ScriptIntrinsicConvolve5x5.create(rst.mN, et.getNObj());
49 mN.setInput(aint.getNObj());
66 mN.forEach(aoutt.getNObj());
H A DScriptIntrinsicLUTThunker.java24 android.renderscript.ScriptIntrinsicLUT getNObj() { method in class:ScriptIntrinsicLUTThunker
38 si.mN = android.renderscript.ScriptIntrinsicLUT.create(rst.mN, et.getNObj());
81 mN.forEach(aint.getNObj(), aoutt.getNObj());
H A DScriptIntrinsicYuvToRGBThunker.java23 android.renderscript.ScriptIntrinsicYuvToRGB getNObj() { method in class:ScriptIntrinsicYuvToRGBThunker
38 si.mN = android.renderscript.ScriptIntrinsicYuvToRGB.create(rst.mN, et.getNObj());
49 mN.setInput(aint.getNObj());
58 mN.forEach(aoutt.getNObj());
H A DScriptGroupThunker.java25 android.renderscript.ScriptGroup getNObj() { method in class:ScriptGroupThunker
36 mN.setInput(s.mN, at.getNObj());
45 mN.setOutput(s.mN, at.getNObj());
87 bN.addConnection(tt.getNObj(), from.mN, to.mN);
97 bN.addConnection(tt.getNObj(), from.mN, to.mN);
H A DScriptIntrinsicColorMatrixThunker.java24 android.renderscript.ScriptIntrinsicColorMatrix getNObj() { method in class:ScriptIntrinsicColorMatrixThunker
38 cm.mN = android.renderscript.ScriptIntrinsicColorMatrix.create(rst.mN, et.getNObj());
91 mN.forEach(aint.getNObj(), aoutt.getNObj());
H A DBaseObj.java66 android.renderscript.BaseObj getNObj() { method in class:BaseObj
71 if ((mID == 0) && (getNObj() == null)) {
H A DTypeThunker.java26 android.renderscript.Type getNObj() { method in class:TypeThunker
H A DScriptCThunker.java195 setVar(index, o.getNObj());
224 return createFieldID(slot, et.getNObj());
H A DRenderScriptThunker.java136 return ((android.renderscript.BaseObj)obj1).equals(((android.support.v8.renderscript.BaseObj)obj2).getNObj());
H A DSamplerThunker.java40 android.renderscript.BaseObj getNObj() { method in class:SamplerThunker
H A DAllocationThunker.java33 android.renderscript.Allocation getNObj() { method in class:AllocationThunker
113 dN[i] = d[i].getNObj();
504 (rst.mN, (android.renderscript.Element)e.getNObj(), count, usage);
H A DElementThunker.java26 android.renderscript.Element getNObj() { method in class:ElementThunker
H A DFieldPackerThunker.java113 mN.addObj(obj.getNObj());
H A DScript.java28 android.renderscript.Script getNObj() { method in class:Script

Completed in 86 milliseconds