Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CLAMP

42         CLAMP (4);
98 * clamp.
109 b.setWrapS(Value.CLAMP);
110 b.setWrapT(Value.CLAMP);
118 * clamp.
129 b.setWrapS(Value.CLAMP);
130 b.setWrapT(Value.CLAMP);
138 * to and wrap modes set to clamp.
149 b.setWrapS(Value.CLAMP);
150 b.setWrapT(Value.CLAMP);
261 if (v == Value.WRAP || v == Value.CLAMP) {
269 if (v == Value.WRAP || v == Value.CLAMP) {