Searched defs:setWrapS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DSampler.java104 b.setWrapS(Value.CLAMP);
124 b.setWrapS(Value.CLAMP);
144 b.setWrapS(Value.CLAMP);
164 b.setWrapS(Value.WRAP);
184 b.setWrapS(Value.WRAP);
204 b.setWrapS(Value.WRAP);
224 b.setWrapS(Value.MIRRORED_REPEAT);
244 b.setWrapS(Value.MIRRORED_REPEAT);
264 b.setWrapS(Value.MIRRORED_REPEAT);
313 public void setWrapS(Valu method in class:Sampler.Builder
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java117 b.setWrapS(Value.CLAMP);
137 b.setWrapS(Value.CLAMP);
157 b.setWrapS(Value.CLAMP);
177 b.setWrapS(Value.WRAP);
197 b.setWrapS(Value.WRAP);
217 b.setWrapS(Value.WRAP);
237 b.setWrapS(Value.MIRRORED_REPEAT);
257 b.setWrapS(Value.MIRRORED_REPEAT);
306 public void setWrapS(Value v) { method in class:Sampler.Builder

Completed in 194 milliseconds