Home
last modified time | relevance | path

Searched refs:USAGE_IO_INPUT (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DUsageIO.java52 …mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Alloc… in createTest()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java207 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation
393 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 …]
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java177 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation
359 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()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DViewfinderProcessor.java50 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DCamera2Source.java177 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT); in onOpen()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java69 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25974 field public static final int USAGE_IO_INPUT = 32; // 0x20
/frameworks/base/core/api/
Dcurrent.txt38286 field @Deprecated public static final int USAGE_IO_INPUT = 32; // 0x20