Home | History | Annotate | Download | only in renderscript

Lines Matching defs:Slot

151         private class Slot {
154 Slot(EnvMode _env, Format _fmt) {
159 Slot[] mSlots;
233 mSlots = new Slot[MAX_TEXTURE];
247 * @param slot index of the texture to apply the operations on
251 public Builder setTexture(EnvMode env, Format fmt, int slot)
253 if((slot < 0) || (slot >= MAX_TEXTURE)) {
256 mSlots[slot] = new Slot(env, fmt);