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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java143 * USAGE_IO_OUTPUT The allocation will be used as a
148 public static final int USAGE_IO_OUTPUT = 0x0040; field in class:Allocation
244 USAGE_IO_OUTPUT)) != 0) {
364 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
1184 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
1185 throw new RSInvalidStateException("Allocation is not USAGE_IO_OUTPUT.");
1196 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
1197 throw new RSInvalidStateException("Allocation is not USAGE_IO_OUTPUT.");

Completed in 71 milliseconds