Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CLAMP

47         CLAMP (4),
104 * clamp.
115 b.setWrapS(Value.CLAMP);
116 b.setWrapT(Value.CLAMP);
124 * clamp.
135 b.setWrapS(Value.CLAMP);
136 b.setWrapT(Value.CLAMP);
144 * wrap modes set to clamp.
155 b.setWrapS(Value.CLAMP);
156 b.setWrapT(Value.CLAMP);
325 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {
333 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {