Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DSampler.java123 b.setWrapT(Value.CLAMP); in CLAMP_NEAREST()
143 b.setWrapT(Value.CLAMP); in CLAMP_LINEAR()
163 b.setWrapT(Value.CLAMP); in CLAMP_LINEAR_MIP_LINEAR()
183 b.setWrapT(Value.WRAP); in WRAP_NEAREST()
203 b.setWrapT(Value.WRAP); in WRAP_LINEAR()
223 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
243 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
263 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
319 public void setWrapT(Value v) { in setWrapT() method in Sampler.Builder
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_sampler.java39 b.setWrapT(Sampler.Value.CLAMP); in getDefaultBuilder()
58 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_sampler.java41 b.setWrapT(Sampler.Value.CLAMP); in getDefaultBuilder()
60 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_sampler.java42 b.setWrapT(Sampler.Value.CLAMP); in getDefaultBuilder()
61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36696 method @Deprecated public void setWrapT(android.renderscript.Sampler.Value);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26499 method public void setWrapT(android.renderscript.Sampler.Value);