Searched refs:USAGE_IO_INPUT (Results 1 – 8 of 8) sorted by relevance
52 …mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Alloc… in createTest()
106 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation225 USAGE_IO_INPUT | in Allocation()231 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()234 if ((usage & ~(USAGE_IO_INPUT | in Allocation()370 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()1586 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) { in createFromBitmapResource()
189 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation311 USAGE_IO_INPUT | in Allocation()317 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()320 if ((usage & ~(USAGE_IO_INPUT | in Allocation()495 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()1559 if ((mUsage & USAGE_IO_INPUT) == 0) { in getSurface()1789 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) { in createFromBitmapResource()
177 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT); in onOpen()
980 usage | Allocation.USAGE_IO_INPUT); in createPreviewAllocation()1049 Allocation.USAGE_IO_INPUT) == 0) { in setPreviewCallbackAllocation()
608 NO DOC BLOCK: android.renderscript.Allocation Field USAGE_IO_INPUT
27568 field public static final int USAGE_IO_INPUT = 32; // 0x20
25976 field public static final int USAGE_IO_INPUT = 32; // 0x20