Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_apitest.java48 Sampler sampler = Sampler.CLAMP_NEAREST(pRS); in run()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A DUT_apitest.java49 Sampler sampler = Sampler.CLAMP_NEAREST(pRS); in run()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_apitest.java51 Sampler sampler = Sampler.CLAMP_NEAREST(pRS); in run()
/aosp12/frameworks/rs/cpp/
H A DSampler.cpp79 CREATE_SAMPLER(CLAMP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_…
H A DrsCppStructs.h521 sp<const Sampler> CLAMP_NEAREST; member
4278 static sp<const Sampler> CLAMP_NEAREST(const sp<RS> &rs);
/aosp12/frameworks/rs/tests/cpp_api/cppbasic/
H A Dcompute.cpp43 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs); in test_compute()
/aosp12/frameworks/rs/tests/cpp_api/cppbasic-shared/
H A Dcompute.cpp43 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs); in test_compute()
/aosp12/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java137 updater = new TextureViewUpdater(outAlloc, Sampler.CLAMP_NEAREST(mRS)); in onCreate()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DSampler.java117 public static Sampler CLAMP_NEAREST(RenderScript rs) { in CLAMP_NEAREST() method in Sampler
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DSampler.java105 public static Sampler CLAMP_NEAREST(RenderScript rs) { in CLAMP_NEAREST() method in Sampler
/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.txt36675 …method @Deprecated public static android.renderscript.Sampler CLAMP_NEAREST(android.renderscript.R…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26478 …method public static android.renderscript.Sampler CLAMP_NEAREST(android.renderscript.RenderScript);