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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java41 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
150 public static final int USAGE_SCRIPT = 0x0001; field in class:Allocation
319 if ((usage & ~(USAGE_SCRIPT |
335 USAGE_SCRIPT)) != 0) {
463 case USAGE_SCRIPT:
913 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
1920 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1963 return createSized(rs, e, count, USAGE_SCRIPT);
2029 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
2091 * with {@link #USAGE_SHARED}, {@link #USAGE_SCRIPT}, an
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java45 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
157 public static final int USAGE_SCRIPT = 0x0001; field in class:Allocation
309 if ((usage & ~(USAGE_SCRIPT |
322 USAGE_SCRIPT)) != 0) {
437 case USAGE_SCRIPT:
863 * #syncAll syncAll(Allocation.USAGE_SCRIPT)} is required.</p>
1774 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1812 return createSized(rs, e, count, USAGE_SCRIPT);
1876 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
1915 * {@link #USAGE_SCRIPT}
[all...]

Completed in 88 milliseconds