Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DSampler.java112 b.setWrapS(Value.CLAMP); in CLAMP_NEAREST()
136 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR()
160 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR_MIP_LINEAR()
184 b.setWrapS(Value.WRAP); in WRAP_NEAREST()
208 b.setWrapS(Value.WRAP); in WRAP_LINEAR()
232 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
256 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
280 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
304 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
355 public void setWrapS(Value v) { in setWrapS() method in Sampler.Builder
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DSampler.java122 b.setWrapS(Value.CLAMP); in CLAMP_NEAREST()
142 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR()
162 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR_MIP_LINEAR()
182 b.setWrapS(Value.WRAP); in WRAP_NEAREST()
202 b.setWrapS(Value.WRAP); in WRAP_LINEAR()
222 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
242 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
262 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
311 public void setWrapS(Value v) { in setWrapS() method in Sampler.Builder
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_sampler.java38 b.setWrapS(Sampler.Value.CLAMP); in getDefaultBuilder()
54 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_sampler.java40 b.setWrapS(Sampler.Value.CLAMP); in getDefaultBuilder()
56 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_sampler.java41 b.setWrapS(Sampler.Value.CLAMP); in getDefaultBuilder()
57 b.setWrapS(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.txt36695 method @Deprecated public void setWrapS(android.renderscript.Sampler.Value);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26498 method public void setWrapS(android.renderscript.Sampler.Value);