Searched defs:USAGE_SCRIPT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java43 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
162 public static final int USAGE_SCRIPT = 0x0001; field in class:Allocation
384 if ((usage & ~(USAGE_SCRIPT |
400 USAGE_SCRIPT)) != 0) {
536 case USAGE_SCRIPT:
1131 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
2707 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
2750 return createSized(rs, e, count, USAGE_SCRIPT);
2816 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
3051 * with {@link #USAGE_SHARED}, {@link #USAGE_SCRIPT}, an
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java43 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
157 public static final int USAGE_SCRIPT = 0x0001; field in class:Allocation
352 if ((usage & ~(USAGE_SCRIPT |
365 USAGE_SCRIPT)) != 0) {
480 case USAGE_SCRIPT:
1113 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
2599 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
2637 return createSized(rs, e, count, USAGE_SCRIPT);
2701 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
2740 * {@link #USAGE_SCRIPT}
[all...]

Completed in 113 milliseconds