Searched refs:USAGE_IO_OUTPUT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
H A DSurfaceTextureOpaqueRS.java50 Allocation.USAGE_IO_OUTPUT);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java143 * USAGE_IO_OUTPUT The allocation will be used as a
148 public static final int USAGE_IO_OUTPUT = 0x0040; field in class:Allocation
244 USAGE_IO_OUTPUT)) != 0) {
364 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
1184 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
1185 throw new RSInvalidStateException("Allocation is not USAGE_IO_OUTPUT.");
1196 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
1197 throw new RSInvalidStateException("Allocation is not USAGE_IO_OUTPUT.");
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java108 int usage = Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_OUTPUT;

Completed in 87 milliseconds