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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java44 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
90 public static final int USAGE_SCRIPT = 0x0001; field in class:Allocation
219 if ((usage & ~(USAGE_SCRIPT |
232 USAGE_SCRIPT)) != 0) {
309 case USAGE_SCRIPT:
689 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
1227 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1269 return createSized(rs, e, count, USAGE_SCRIPT);
1337 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
1361 * {@link #USAGE_SCRIPT}
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java45 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
92 public static final int USAGE_SCRIPT = 0x0001; field in class:Allocation
247 if ((usage & ~(USAGE_SCRIPT |
263 USAGE_SCRIPT)) != 0) {
357 case USAGE_SCRIPT:
747 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
1310 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1348 return createSized(rs, e, count, USAGE_SCRIPT);
1412 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
1473 * with {@link #USAGE_SHARED}, {@link #USAGE_SCRIPT}, an
[all...]

Completed in 95 milliseconds