Searched refs:USAGE_IO_INPUT (Results 1 – 9 of 9) sorted by relevance
52 …mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Alloc… in createTest()
207 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation393 USAGE_IO_INPUT | in Allocation()399 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()402 if ((usage & ~(USAGE_IO_INPUT | in Allocation()592 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()2865 if (mByteBuffer == null || (mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()2871 if ((mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()2900 if ((usage & USAGE_IO_INPUT) != 0) { in createAllocations()2945 if ((usage & USAGE_IO_INPUT) != 0) { in createFromAllocation()2959 if ((mUsage & USAGE_IO_INPUT) == 0) { in setupBufferQueue()[all …]
177 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation359 USAGE_IO_INPUT | in Allocation()365 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()368 if ((usage & ~(USAGE_IO_INPUT | in Allocation()554 if (mByteBuffer == null || (mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()587 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()2568 if(!rs.usingIO() && (usage & USAGE_IO_INPUT) != 0) { in createTyped()2947 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) { in createFromBitmapResource()3031 if ((mUsage & (USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) { in destroy()
50 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
177 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT); in onOpen()
69 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
25974 field public static final int USAGE_IO_INPUT = 32; // 0x20
38286 field @Deprecated public static final int USAGE_IO_INPUT = 32; // 0x20