Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RenderScript

17 package android.renderscript;
57 Sampler(int id, RenderScript rs) {
104 public static Sampler CLAMP_NEAREST(RenderScript rs) {
124 public static Sampler CLAMP_LINEAR(RenderScript rs) {
144 public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) {
164 public static Sampler WRAP_NEAREST(RenderScript rs) {
184 public static Sampler WRAP_LINEAR(RenderScript rs) {
204 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) {
223 RenderScript mRS;
231 public Builder(RenderScript rs) {