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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java106 public static final int USAGE_IO_INPUT = 0x0020; field in class:Allocation
222 USAGE_IO_INPUT |
228 if ((usage & USAGE_IO_INPUT) != 0) {
231 if ((usage & ~(USAGE_IO_INPUT |
363 * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
367 if ((mUsage & USAGE_IO_INPUT) == 0) {
1581 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java135 public static final int USAGE_IO_INPUT = 0x0020; field in class:Allocation
254 USAGE_IO_INPUT |
260 if ((usage & USAGE_IO_INPUT) != 0) {
263 if ((usage & ~(USAGE_IO_INPUT |
424 * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
429 if ((mUsage & USAGE_IO_INPUT) == 0) {
1537 * #USAGE_IO_INPUT}.
1543 if ((mUsage & USAGE_IO_INPUT) == 0) {
1780 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {
1845 * {@link #USAGE_IO_INPUT}
[all...]

Completed in 107 milliseconds