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

/frameworks/base/graphics/java/android/renderscript/
H A DSampler.java151 if(rs.mSampler_CLAMP_LINEAR_MIP_LINEAR == null) {
157 rs.mSampler_CLAMP_LINEAR_MIP_LINEAR = b.create();
159 return rs.mSampler_CLAMP_LINEAR_MIP_LINEAR;
H A DRenderScript.java937 Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR; field in class:RenderScript
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java153 if(rs.mSampler_CLAMP_LINEAR_MIP_LINEAR == null) {
159 rs.mSampler_CLAMP_LINEAR_MIP_LINEAR = b.create();
161 return rs.mSampler_CLAMP_LINEAR_MIP_LINEAR;
H A DRenderScript.java663 Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR; field in class:RenderScript

Completed in 82 milliseconds