Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RenderScript

17 package android.renderscript;
36 * android.renderscript.Allocation#USAGE_GRAPHICS_TEXTURE}; using a Sampler on
37 * an {@link android.renderscript.Allocation} that was not created with {@link
38 * android.renderscript.Allocation#USAGE_GRAPHICS_TEXTURE} is undefined.
63 Sampler(int id, RenderScript rs) {
110 public static Sampler CLAMP_NEAREST(RenderScript rs) {
130 public static Sampler CLAMP_LINEAR(RenderScript rs) {
150 public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) {
170 public static Sampler WRAP_NEAREST(RenderScript rs) {
190 public static Sampler WRAP_LINEAR(RenderScript rs) {
210 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) {
230 public static Sampler MIRRORED_REPEAT_NEAREST(RenderScript rs) {
250 public static Sampler MIRRORED_REPEAT_LINEAR(RenderScript rs) {
270 public static Sampler MIRRORED_REPEAT_LINEAR_MIP_LINEAR(RenderScript rs) {
287 RenderScript mRS;
295 public Builder(RenderScript rs) {