Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DSampler.java108 b.setWrapT(Value.CLAMP); in CLAMP_NEAREST()
132 b.setWrapT(Value.CLAMP); in CLAMP_LINEAR()
156 b.setWrapT(Value.CLAMP); in CLAMP_LINEAR_MIP_LINEAR()
180 b.setWrapT(Value.WRAP); in WRAP_NEAREST()
204 b.setWrapT(Value.WRAP); in WRAP_LINEAR()
228 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
252 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
276 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
300 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
358 public void setWrapT(Value v) { in setWrapT() method in Sampler.Builder
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DSampler.java118 b.setWrapT(Value.CLAMP); in CLAMP_NEAREST()
138 b.setWrapT(Value.CLAMP); in CLAMP_LINEAR()
158 b.setWrapT(Value.CLAMP); in CLAMP_LINEAR_MIP_LINEAR()
178 b.setWrapT(Value.WRAP); in WRAP_NEAREST()
198 b.setWrapT(Value.WRAP); in WRAP_LINEAR()
218 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
238 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
258 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
314 public void setWrapT(Value v) { in setWrapT() method in Sampler.Builder
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_sampler.java42 b.setWrapT(Sampler.Value.CLAMP); in getDefaultBuilder()
61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_sampler.java42 b.setWrapT(Sampler.Value.CLAMP); in getDefaultBuilder()
61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_sampler.java42 b.setWrapT(Sampler.Value.CLAMP); in getDefaultBuilder()
61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
/frameworks/support/v8/renderscript/api/
Dcurrent.txt589 method public void setWrapT(android.support.v8.renderscript.Sampler.Value);
D23.0.0.txt587 method public void setWrapT(android.support.v8.renderscript.Sampler.Value);
D23.1.0.txt587 method public void setWrapT(android.support.v8.renderscript.Sampler.Value);
D23.1.1.txt587 method public void setWrapT(android.support.v8.renderscript.Sampler.Value);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26499 method public void setWrapT(android.renderscript.Sampler.Value);
/frameworks/base/api/
Dcurrent.txt33644 method public void setWrapT(android.renderscript.Sampler.Value);
Dtest-current.txt33720 method public void setWrapT(android.renderscript.Sampler.Value);
Dsystem-current.txt36352 method public void setWrapT(android.renderscript.Sampler.Value);