• Home
  • Raw
  • Download

Lines Matching defs:slot

39         KernelID(long id, RenderScript rs, Script s, int slot, int sig) {  in KernelID()
52 protected KernelID createKernelID(int slot, int sig, Element ein, in createKernelID()
80 InvokeID(long id, RenderScript rs, Script s, int slot) { in InvokeID()
91 protected InvokeID createInvokeID(int slot) { in createInvokeID()
118 FieldID(long id, RenderScript rs, Script s, int slot) { in FieldID()
130 protected FieldID createFieldID(int slot, Element e) { in createFieldID()
151 protected void invoke(int slot) { in invoke()
152 mRS.nScriptInvoke(getID(mRS), slot); in invoke() local
159 protected void invoke(int slot, FieldPacker v) { in invoke()
161 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke() local
163 mRS.nScriptInvoke(getID(mRS), slot); in invoke() local
171 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach()
180 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach()
220 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
226 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach()
236 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach()
285 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
292 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce()
324 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); in reduce() local
352 public void bindAllocation(Allocation va, int slot) { in bindAllocation()
369 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot); in bindAllocation() local
371 mRS.nScriptBindAllocation(getID(mRS), 0, slot); in bindAllocation() local