Searched refs:WRAP_LINEAR_MIP_LINEAR (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/cpp/
H A DSampler.cpp84 CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP);
H A DrsCppStructs.h253 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR; member in struct:android::RSC::RS::__anon1534
2083 static sp<const Sampler> WRAP_LINEAR_MIP_LINEAR(sp<RS> rs);
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java199 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) { method in class:Sampler
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java212 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) { method in class:Sampler
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFullscreenBlur.java181 mPF_Texture.getProgram().bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(rs), 0);
H A DTestAppRS.java145 pf.getProgram().bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java259 pfs.bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java371 mMipLinearWrap = Sampler.WRAP_LINEAR_MIP_LINEAR(mRS);

Completed in 3756 milliseconds