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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java94 public static final int USAGE_SCRIPT = 0x0001; field in class:Allocation
181 if ((usage & ~(USAGE_SCRIPT |
264 case USAGE_SCRIPT:
906 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
946 return createSized(rs, e, count, USAGE_SCRIPT);

Completed in 68 milliseconds