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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java191 public static final int USAGE_IO_INPUT = 0x0020; field in class:Allocation
324 USAGE_IO_INPUT |
330 if ((usage & USAGE_IO_INPUT) != 0) {
333 if ((usage & ~(USAGE_IO_INPUT |
509 * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
515 if ((mUsage & USAGE_IO_INPUT) == 0) {
2055 * #USAGE_IO_INPUT}.
2061 if ((mUsage & USAGE_IO_INPUT) == 0) {
2296 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {
2361 * {@link #USAGE_IO_INPUT}
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java172 public static final int USAGE_IO_INPUT = 0x0020; field in class:Allocation
311 USAGE_IO_INPUT |
317 if ((usage & USAGE_IO_INPUT) != 0) {
320 if ((usage & ~(USAGE_IO_INPUT |
472 * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
476 if ((mUsage & USAGE_IO_INPUT) == 0) {
1738 if(!rs.usingIO() && (usage & (USAGE_IO_INPUT | USAGE_IO_INPUT)) != 0) {
2117 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {
2201 if ((mUsage & (USAGE_IO_INPUT | USAGE_IO_OUTPU
[all...]

Completed in 159 milliseconds