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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSamplerThunker.java114 public void setWrapT(Value v) { method in class:SamplerThunker.Builder
137 b.setWrapT(convertValue(mWrapT));
H A DSampler.java118 b.setWrapT(Value.CLAMP);
138 b.setWrapT(Value.CLAMP);
158 b.setWrapT(Value.CLAMP);
178 b.setWrapT(Value.WRAP);
198 b.setWrapT(Value.WRAP);
218 b.setWrapT(Value.WRAP);
238 b.setWrapT(Value.MIRRORED_REPEAT);
258 b.setWrapT(Value.MIRRORED_REPEAT);
314 public void setWrapT(Value v) { method in class:Sampler.Builder
337 b.setWrapT(mWrap
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DSampler.java116 b.setWrapT(Value.CLAMP);
136 b.setWrapT(Value.CLAMP);
156 b.setWrapT(Value.CLAMP);
176 b.setWrapT(Value.WRAP);
196 b.setWrapT(Value.WRAP);
216 b.setWrapT(Value.WRAP);
236 b.setWrapT(Value.MIRRORED_REPEAT);
256 b.setWrapT(Value.MIRRORED_REPEAT);
276 b.setWrapT(Value.MIRRORED_REPEAT);
332 public void setWrapT(Valu method in class:Sampler.Builder
[all...]

Completed in 52 milliseconds