Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A 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 …]
/aosp12/frameworks/base/rs/java/android/renderscript/
H A 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 …]
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A 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()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A 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()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A 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()
/aosp12/bionic/libc/bionic/
H A Dtime64.c149 #define WRAP(a,b,m) ((a) = ((a) < 0 ) ? ((b)--, (a) + (m)) : (a)) macro
557 WRAP (v_tm_sec, v_tm_min, 60); in gmtime64_r()
558 WRAP (v_tm_min, v_tm_hour, 60); in gmtime64_r()
559 WRAP (v_tm_hour, v_tm_tday, 24); in gmtime64_r()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidDefs.h44 WRAP = 4, enumerator
H A DHidReport.cpp95 ret += (mFlag & WRAP) ? "Wrap " : ""; in getFlagString()
/aosp12/hardware/interfaces/renderscript/1.0/
H A Dtypes.hal155 WRAP,
/aosp12/packages/apps/TV/libs/m2/
H A Djavapoet-1.11.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/squareup/ com/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt2724 Ljava/lang/invoke/MethodTypeForm;->WRAP:I
/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.txt36706 enum_constant @Deprecated public static final android.renderscript.Sampler.Value WRAP;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26511 enum_constant public static final android.renderscript.Sampler.Value WRAP;