Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DSampler.java107 b.setWrapS(Value.CLAMP); in CLAMP_NEAREST()
131 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR()
155 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR_MIP_LINEAR()
179 b.setWrapS(Value.WRAP); in WRAP_NEAREST()
203 b.setWrapS(Value.WRAP); in WRAP_LINEAR()
227 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
251 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
275 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
299 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
350 public void setWrapS(Value v) { in setWrapS() method in Sampler.Builder
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DSampler.java117 b.setWrapS(Value.CLAMP); in CLAMP_NEAREST()
137 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR()
157 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR_MIP_LINEAR()
177 b.setWrapS(Value.WRAP); in WRAP_NEAREST()
197 b.setWrapS(Value.WRAP); in WRAP_LINEAR()
217 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
237 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
257 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
306 public void setWrapS(Value v) { in setWrapS() method in Sampler.Builder
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_sampler.java41 b.setWrapS(Sampler.Value.CLAMP); in getDefaultBuilder()
57 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_sampler.java41 b.setWrapS(Sampler.Value.CLAMP); in getDefaultBuilder()
57 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_sampler.java41 b.setWrapS(Sampler.Value.CLAMP); in getDefaultBuilder()
57 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
/frameworks/support/v8/renderscript/api/
Dcurrent.txt588 method public void setWrapS(android.support.v8.renderscript.Sampler.Value);
D23.0.0.txt586 method public void setWrapS(android.support.v8.renderscript.Sampler.Value);
D23.1.0.txt586 method public void setWrapS(android.support.v8.renderscript.Sampler.Value);
D23.1.1.txt586 method public void setWrapS(android.support.v8.renderscript.Sampler.Value);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26498 method public void setWrapS(android.renderscript.Sampler.Value);
/frameworks/base/api/
Dcurrent.txt33643 method public void setWrapS(android.renderscript.Sampler.Value);
Dtest-current.txt33719 method public void setWrapS(android.renderscript.Sampler.Value);
Dsystem-current.txt36351 method public void setWrapS(android.renderscript.Sampler.Value);