Home | History | Annotate | Download | only in renderscript

Lines Matching full:slot

50     public void bindAllocation(Allocation va, int slot) {
52 mRS.nScriptBindAllocation(mID, va.mID, slot);
96 public void setType(Type t, int slot) {
97 mTypes[slot] = t;
98 mNames[slot] = null;
101 public void setType(Type t, String name, int slot) {
102 mTypes[slot] = t;
103 mNames[slot] = name;
115 public void setType(boolean writable, int slot) {
116 mWritable[slot] = writable;