HomeSort by relevance Sort by last modified time
    Searched full:bindsampler (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/rs/
rsProgram.cpp 110 bindSampler(NULL, ct, NULL);
187 void Program::bindSampler(Context *rsc, uint32_t slot, Sampler *s) {
214 p->bindSampler(rsc, slot, static_cast<Sampler *>(s));
rsProgram.h 71 void bindSampler(Context *, uint32_t slot, Sampler *);
rsScriptC_LibGL.cpp 70 pf->bindSampler(rsc, slot, s);
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramFragmentTest.java 116 pf.bindSampler(Sampler.CLAMP_NEAREST(mRS), i);
120 p.bindSampler(Sampler.CLAMP_NEAREST(mRS), i);
ProgramFragmentFixedFunctionTest.java 72 pf.bindSampler(Sampler.CLAMP_NEAREST(mRS), t);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 169 prog.getProgram().bindSampler(Sampler.CLAMP_LINEAR(rs), 0);
181 mPF_Texture.getProgram().bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(rs), 0);