Searched refs:WRAP_LINEAR (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpp/
H A DSampler.cpp69 CREATE_SAMPLER(WRAP_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR);
H A DrsCppStructs.h246 sp<const Sampler> WRAP_LINEAR; member in struct:android::RSC::RS::__anon1464
1969 static sp<const Sampler> WRAP_LINEAR(sp<RS> rs);
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java179 public static Sampler WRAP_LINEAR(RenderScript rs) { method in class:Sampler
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java163 mFillScript.set_gLinearWrap(Sampler.WRAP_LINEAR(mRS));
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java119 TextureViewUpdater updater = new TextureViewUpdater(outAlloc, Sampler.WRAP_LINEAR(mRS));
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java192 public static Sampler WRAP_LINEAR(RenderScript rs) { method in class:Sampler

Completed in 2197 milliseconds