Searched refs:Sampler (Results 26 - 49 of 49) sorted by relevance

12

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java86 pfDefault.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
H A DFullscreenBlur.java169 prog.getProgram().bindSampler(Sampler.CLAMP_LINEAR(rs), 0);
181 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);
147 pf.getProgram().bindSampler(Sampler.CLAMP_LINEAR_MIP_LINEAR(mRS), 1);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java162 mFillScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS));
163 mFillScript.set_gLinearWrap(Sampler.WRAP_LINEAR(mRS));
H A DUiTest.java230 mUiScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS));
250 pfb.bindSampler(Sampler.WRAP_NEAREST(mRS), 0);
259 pfs.bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0);
H A DMeshTest.java159 mGeoScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS));
H A DTorusTest.java255 mTorusScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS));
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java382 mSingleTextureFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
399 mSingleTextureBlendingFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
415 mMultiTextureFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
416 mMultiTextureFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 1);
432 mMultiTextureBlendingFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
433 mMultiTextureBlendingFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 1);
435 mScript.set_linearClamp(Sampler.CLAMP_LINEAR(mRS));
/frameworks/rs/
H A Drs_hal.h45 class Sampler;
256 bool (*init)(const Context *rsc, const Sampler *m);
257 void (*destroy)(const Context *rsc, const Sampler *m);
H A DrsFont.h212 ObjectBaseRef<Sampler> mFontSampler;
H A DrsRuntime.h35 void rsrBindSampler(Context *, Script *, ProgramFragment *, uint32_t slot, Sampler *);
H A DrsScriptC_LibGL.cpp67 void rsrBindSampler(Context *rsc, Script *sc, ProgramFragment *pf, uint32_t slot, Sampler *s) {
H A DrsContext.cpp690 Sampler *s = static_cast<Sampler *>(vs);
H A DrsFont.cpp527 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST,
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h45 class Sampler;
256 bool (*init)(const Context *rsc, const Sampler *m);
257 void (*destroy)(const Context *rsc, const Sampler *m);
H A DrsContext.cpp404 Sampler *s = static_cast<Sampler *>(vs);
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DVignette.java21 import android.renderscript.Sampler;
/frameworks/rs/driver/
H A DrsdShader.h98 const android::renderscript::Sampler *s,
H A DrsdRuntimeStubs.cpp146 static void SC_BindSampler(ProgramFragment *pf, uint32_t slot, Sampler *s) {
H A DrsdShader.cpp384 void RsdShader::setupSampler(const Context *rsc, const Sampler *s, const Allocation *tex) {
453 rsdGLCheckError(rsc, "Sampler::setup tex env");
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java548 Sampler mSampler_CLAMP_NEAREST;
549 Sampler mSampler_CLAMP_LINEAR;
550 Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR;
551 Sampler mSampler_WRAP_NEAREST;
552 Sampler mSampler_WRAP_LINEAR;
553 Sampler mSampler_WRAP_LINEAR_MIP_LINEAR;
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java769 Sampler mSampler_CLAMP_NEAREST;
770 Sampler mSampler_CLAMP_LINEAR;
771 Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR;
772 Sampler mSampler_WRAP_NEAREST;
773 Sampler mSampler_WRAP_LINEAR;
774 Sampler mSampler_WRAP_LINEAR_MIP_LINEAR;
H A DProgram.java187 public void bindSampler(Sampler vs, int slot)
/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 1010 milliseconds

12