Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
DSampler.java53 WRAP (3), enumConstant
182 b.setWrapS(Value.WRAP); in WRAP_NEAREST()
183 b.setWrapT(Value.WRAP); in WRAP_NEAREST()
202 b.setWrapS(Value.WRAP); in WRAP_LINEAR()
203 b.setWrapT(Value.WRAP); in WRAP_LINEAR()
222 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
223 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
286 mWrapS = Value.WRAP; in Builder()
287 mWrapT = Value.WRAP; in Builder()
288 mWrapR = Value.WRAP; in Builder()
[all …]
/frameworks/base/rs/java/android/renderscript/
DSampler.java40 WRAP (3), enumConstant
184 b.setWrapS(Value.WRAP); in WRAP_NEAREST()
185 b.setWrapT(Value.WRAP); in WRAP_NEAREST()
208 b.setWrapS(Value.WRAP); in WRAP_LINEAR()
209 b.setWrapT(Value.WRAP); in WRAP_LINEAR()
232 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
233 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
330 mWrapS = Value.WRAP; in Builder()
331 mWrapT = Value.WRAP; in Builder()
332 mWrapR = Value.WRAP; in Builder()
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_sampler.java54 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
58 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
108 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()
121 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_sampler.java56 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
60 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
110 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()
123 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_sampler.java57 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
112 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()
125 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteCommandBuffer.cpp259 static const char* WRAP = "wrap."; in haveWrapProperty() local
260 static const size_t WRAP_LENGTH = strlen(WRAP); in haveWrapProperty()
262 strcpy(propNameBuf, WRAP); in haveWrapProperty()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26511 enum_constant public static final android.renderscript.Sampler.Value WRAP;
/frameworks/base/core/api/
Dcurrent.txt36903 enum_constant @Deprecated public static final android.renderscript.Sampler.Value WRAP;