Searched refs:WRAP_LINEAR_MIP_LINEAR (Results 1 – 9 of 9) sorted by relevance
70 CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_LINEAR_MIP_LINE…
247 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR; member1978 static sp<const Sampler> WRAP_LINEAR_MIP_LINEAR(sp<RS> rs);
199 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) { in WRAP_LINEAR_MIP_LINEAR() method in Sampler
212 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) { in WRAP_LINEAR_MIP_LINEAR() method in Sampler
181 mPF_Texture.getProgram().bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(rs), 0); in initShaders()
145 pf.getProgram().bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0); in createFromResource()
259 pfs.bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0); in initUiScript()
371 mMipLinearWrap = Sampler.WRAP_LINEAR_MIP_LINEAR(mRS); in initSamplers()
26406 …method public static android.renderscript.Sampler WRAP_LINEAR_MIP_LINEAR(android.renderscript.Rend…