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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSamplerThunker.java106 public void setWrapS(Value v) { method in class:SamplerThunker.Builder
136 b.setWrapS(convertValue(mWrapS));
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
336 b.setWrapS(mWrap
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DSampler.java115 b.setWrapS(Value.CLAMP);
135 b.setWrapS(Value.CLAMP);
155 b.setWrapS(Value.CLAMP);
175 b.setWrapS(Value.WRAP);
195 b.setWrapS(Value.WRAP);
215 b.setWrapS(Value.WRAP);
235 b.setWrapS(Value.MIRRORED_REPEAT);
255 b.setWrapS(Value.MIRRORED_REPEAT);
275 b.setWrapS(Value.MIRRORED_REPEAT);
324 public void setWrapS(Valu method in class:Sampler.Builder
[all...]

Completed in 107 milliseconds