Home | History | Annotate | Download | only in renderscript

Lines Matching defs:USAGE_IO_OUTPUT

142     public static final int USAGE_IO_OUTPUT = 0x0040;
253 USAGE_IO_OUTPUT |
380 * #USAGE_IO_OUTPUT} is set on the Allocation.
385 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
1456 * operation is only valid for Allocations with {@link #USAGE_IO_OUTPUT}.
1462 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
1463 throw new RSInvalidStateException("Allocation is not USAGE_IO_OUTPUT.");
1678 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {