Lines Matching refs:RenderScript
57 Sampler(long id, RenderScript rs) { in Sampler()
105 public static Sampler CLAMP_NEAREST(RenderScript rs) { in CLAMP_NEAREST()
129 public static Sampler CLAMP_LINEAR(RenderScript rs) { in CLAMP_LINEAR()
153 public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) { in CLAMP_LINEAR_MIP_LINEAR()
177 public static Sampler WRAP_NEAREST(RenderScript rs) { in WRAP_NEAREST()
201 public static Sampler WRAP_LINEAR(RenderScript rs) { in WRAP_LINEAR()
225 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) { in WRAP_LINEAR_MIP_LINEAR()
249 public static Sampler MIRRORED_REPEAT_NEAREST(RenderScript rs) { in MIRRORED_REPEAT_NEAREST()
273 public static Sampler MIRRORED_REPEAT_LINEAR(RenderScript rs) { in MIRRORED_REPEAT_LINEAR()
297 public static Sampler MIRRORED_REPEAT_LINEAR_MIP_LINEAR(RenderScript rs) { in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
318 RenderScript mRS;
326 public Builder(RenderScript rs) { in Builder()