Searched refs:setWrapS (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/support/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
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java107 b.setWrapS(Value.CLAMP);
131 b.setWrapS(Value.CLAMP);
155 b.setWrapS(Value.CLAMP);
179 b.setWrapS(Value.WRAP);
203 b.setWrapS(Value.WRAP);
227 b.setWrapS(Value.WRAP);
251 b.setWrapS(Value.MIRRORED_REPEAT);
275 b.setWrapS(Value.MIRRORED_REPEAT);
299 b.setWrapS(Value.MIRRORED_REPEAT);
350 public void setWrapS(Valu method in class:Sampler.Builder
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_sampler.java41 b.setWrapS(Sampler.Value.CLAMP);
57 b.setWrapS(Sampler.Value.WRAP);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_sampler.java38 b.setWrapS(Sampler.Value.CLAMP);
54 b.setWrapS(Sampler.Value.WRAP);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_sampler.java40 b.setWrapS(Sampler.Value.CLAMP);
56 b.setWrapS(Sampler.Value.WRAP);

Completed in 126 milliseconds