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/rs/java/android/renderscript/
H A DSampler.java105 b.setWrapT(Value.CLAMP);
125 b.setWrapT(Value.CLAMP);
145 b.setWrapT(Value.CLAMP);
165 b.setWrapT(Value.WRAP);
185 b.setWrapT(Value.WRAP);
205 b.setWrapT(Value.WRAP);
225 b.setWrapT(Value.MIRRORED_REPEAT);
245 b.setWrapT(Value.MIRRORED_REPEAT);
265 b.setWrapT(Value.MIRRORED_REPEAT);
321 public void setWrapT(Valu method in class:Sampler.Builder
[all...]

Completed in 27 milliseconds