Home
last modified time | relevance | path

Searched refs:setWrapT (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DSampler.java113 b.setWrapT(Value.CLAMP); in CLAMP_NEAREST()
137 b.setWrapT(Value.CLAMP); in CLAMP_LINEAR()
161 b.setWrapT(Value.CLAMP); in CLAMP_LINEAR_MIP_LINEAR()
185 b.setWrapT(Value.WRAP); in WRAP_NEAREST()
209 b.setWrapT(Value.WRAP); in WRAP_LINEAR()
233 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
257 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
281 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
305 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
363 public void setWrapT(Value v) { in setWrapT() method in Sampler.Builder
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38600 method @Deprecated public void setWrapT(android.renderscript.Sampler.Value);