Lines Matching refs:mRS

48             dInElement = inType.getElement().getDummyElement(mRS);
49 dInType = inType.getDummyType(mRS, dInElement);
51 dummyAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType, xBytesSize);
96 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig, mUseIncSupp);
101 k = new KernelID(id, mRS, this, slot, sig);
135 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot);
140 i = new InvokeID(id, mRS, this, slot);
179 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot, mUseIncSupp);
184 f = new FieldID(id, mRS, this, slot);
195 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp);
206 mRS.nScriptInvokeV(getID(mRS), slot, v.getData(), mUseIncSupp);
208 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp);
219 mRS.validate();
221 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp);
223 mRS.nScriptBindAllocation(getID(mRS), 0, slot, mUseIncSupp);
228 mRS.validate();
230 mRS.nScriptSetTimeZone(getID(mRS), timeZone.getBytes("UTF-8"), mUseIncSupp);
253 in_id = ain.getID(mRS);
256 out_id = aout.getID(mRS);
267 mRS.nScriptForEach(getID(mRS), slot, ainInc, aoutInc, params, mUseIncSupp);
269 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params, mUseIncSupp);
295 in_id = ain.getID(mRS);
298 out_id = aout.getID(mRS);
308 mRS.nScriptForEachClipped(getID(mRS), slot, ainInc, aoutInc, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp);
310 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp);
337 mRS.validate();
340 mRS.validateObject(ain);
343 mRS.validateObject(aout);
354 in_ids[index] = ains[index].getID(mRS);
362 out_id = aout.getID(mRS);
382 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits);
391 mRS.validate();
401 mRS.validateObject(ain);
406 in_ids[index] = ains[index].getID(mRS);
408 long out_id = aout.getID(mRS);
422 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits);
432 mRS.nScriptSetVarF(getID(mRS), index, v, mUseIncSupp);
442 mRS.nScriptSetVarD(getID(mRS), index, v, mUseIncSupp);
452 mRS.nScriptSetVarI(getID(mRS), index, v, mUseIncSupp);
462 mRS.nScriptSetVarJ(getID(mRS), index, v, mUseIncSupp);
472 mRS.nScriptSetVarI(getID(mRS), index, v ? 1 : 0, mUseIncSupp);
484 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : oInc, mUseIncSupp);
486 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS), mUseIncSupp);
497 mRS.nScriptSetVarV(getID(mRS), index, v.getData(), mUseIncSupp);
510 long dElement = e.getDummyElement(mRS);
511 mRS.nScriptSetVarVE(getID(mRS), index, v.getData(), dElement, dims, mUseIncSupp);
513 mRS.nScriptSetVarVE(getID(mRS), index, v.getData(), e.getID(mRS), dims, mUseIncSupp);
522 RenderScript mRS;
525 mRS = rs;