Home
last modified time | relevance | path

Searched refs:MIRRORED_REPEAT (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DSampler.java37 MIRRORED_REPEAT (6); enumConstant
251 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
252 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
275 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
276 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
299 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
300 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
351 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) { in setWrapS()
359 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) { in setWrapT()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DSampler.java50 MIRRORED_REPEAT (6); enumConstant
237 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
238 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_NEAREST()
257 b.setWrapS(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
258 b.setWrapT(Value.MIRRORED_REPEAT); in MIRRORED_REPEAT_LINEAR()
307 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) { in setWrapS()
315 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) { in setWrapT()
/frameworks/support/v8/renderscript/api/
Dcurrent.txt599 enum_constant public static final android.support.v8.renderscript.Sampler.Value MIRRORED_REPEAT;
D23.0.0.txt597 enum_constant public static final android.support.v8.renderscript.Sampler.Value MIRRORED_REPEAT;
D23.1.0.txt597 enum_constant public static final android.support.v8.renderscript.Sampler.Value MIRRORED_REPEAT;
D23.1.1.txt597 enum_constant public static final android.support.v8.renderscript.Sampler.Value MIRRORED_REPEAT;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26509 enum_constant public static final android.renderscript.Sampler.Value MIRRORED_REPEAT;
/frameworks/base/api/
Dcurrent.txt33654 enum_constant public static final android.renderscript.Sampler.Value MIRRORED_REPEAT;
Dtest-current.txt33730 enum_constant public static final android.renderscript.Sampler.Value MIRRORED_REPEAT;
Dsystem-current.txt36362 enum_constant public static final android.renderscript.Sampler.Value MIRRORED_REPEAT;