Home
last modified time | relevance | path

Searched refs:mSampler_CLAMP_LINEAR_MIP_LINEAR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DSampler.java149 if (rs.mSampler_CLAMP_LINEAR_MIP_LINEAR == null) { in CLAMP_LINEAR_MIP_LINEAR()
151 if (rs.mSampler_CLAMP_LINEAR_MIP_LINEAR == null) { in CLAMP_LINEAR_MIP_LINEAR()
157 rs.mSampler_CLAMP_LINEAR_MIP_LINEAR = b.create(); in CLAMP_LINEAR_MIP_LINEAR()
161 return rs.mSampler_CLAMP_LINEAR_MIP_LINEAR; in CLAMP_LINEAR_MIP_LINEAR()
DRenderScript.java1116 volatile Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR; field in RenderScript
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DSampler.java153 if(rs.mSampler_CLAMP_LINEAR_MIP_LINEAR == null) { in CLAMP_LINEAR_MIP_LINEAR()
159 rs.mSampler_CLAMP_LINEAR_MIP_LINEAR = b.create(); in CLAMP_LINEAR_MIP_LINEAR()
161 return rs.mSampler_CLAMP_LINEAR_MIP_LINEAR; in CLAMP_LINEAR_MIP_LINEAR()
DRenderScript.java1126 Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR; field in RenderScript