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

/frameworks/rs/cpp/
H A DSampler.cpp67 CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR);
H A DrsCppStructs.h244 sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR; member in struct:android::RSC::RS::__anon1464
1951 static sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR(sp<RS> rs);
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java139 public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) { method in class:Sampler
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java152 public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) { method in class:Sampler
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java147 pf.getProgram().bindSampler(Sampler.CLAMP_LINEAR_MIP_LINEAR(mRS), 1);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java385 sSceneManager.mTexture.mProgram.bindSampler(Sampler.CLAMP_LINEAR_MIP_LINEAR(rs), 0);

Completed in 1348 milliseconds