Searched refs:CLAMP_NEAREST (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_apitest.java48 Sampler sampler = Sampler.CLAMP_NEAREST(pRS);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_apitest.java48 Sampler sampler = Sampler.CLAMP_NEAREST(pRS);
/frameworks/rs/cpp/
H A DSampler.cpp79 CREATE_SAMPLER(CLAMP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
H A DrsCppStructs.h521 sp<const Sampler> CLAMP_NEAREST; member in struct:android::RSC::RS::__anon1963
4278 static sp<const Sampler> CLAMP_NEAREST(const sp<RS> &rs);
/frameworks/rs/tests/cpp_api/cppbasic/
H A Dcompute.cpp43 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs);
/frameworks/rs/tests/cpp_api/cppbasic-shared/
H A Dcompute.cpp43 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DSampler.java112 public static Sampler CLAMP_NEAREST(RenderScript rs) { method in class:Sampler
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java137 updater = new TextureViewUpdater(outAlloc, Sampler.CLAMP_NEAREST(mRS));
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java100 public static Sampler CLAMP_NEAREST(RenderScript rs) { method in class:Sampler

Completed in 163 milliseconds