Lines Matching defs:slot
45 KernelID(long id, RenderScript rs, Script s, int slot, int sig) { in KernelID()
57 protected KernelID createKernelID(int slot, int sig, Element ein, in createKernelID()
85 InvokeID(long id, RenderScript rs, Script s, int slot) { in InvokeID()
96 protected InvokeID createInvokeID(int slot) { in createInvokeID()
123 FieldID(long id, RenderScript rs, Script s, int slot) { in FieldID()
134 protected FieldID createFieldID(int slot, Element e) { in createFieldID()
155 protected void invoke(int slot) { in invoke()
156 mRS.nScriptInvoke(getID(mRS), slot); in invoke() local
163 protected void invoke(int slot, FieldPacker v) { in invoke()
165 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke() local
167 mRS.nScriptInvoke(getID(mRS), slot); in invoke() local
175 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach()
184 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach()
224 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
230 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach()
240 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach()
289 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
296 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce()
328 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); in reduce() local
356 public void bindAllocation(Allocation va, int slot) { in bindAllocation()
373 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot); in bindAllocation() local
375 mRS.nScriptBindAllocation(getID(mRS), 0, slot); in bindAllocation() local