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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java157 public static final int USAGE_SHARED = 0x0080; field in class:Allocation
256 USAGE_SHARED)) != 0) {
376 if ((mUsage & USAGE_SHARED) != 0) {
383 case USAGE_SHARED:
384 if ((mUsage & USAGE_SHARED) != 0) {
682 * #createFromBitmap} and {@link #USAGE_SHARED} is set on the Allocation,
1499 if ((usage & USAGE_SHARED) != 0) {
1500 throw new RSIllegalArgumentException("USAGE_SHARED cannot be used with a Bitmap that has a null config.");
1513 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
1575 * with {@link #USAGE_SHARED}, {
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java128 public static final int USAGE_SHARED = 0x0080; field in class:Allocation
224 USAGE_SHARED)) != 0) {
597 * #createFromBitmap} and {@link #USAGE_SHARED} is set on the Allocation,
1341 if ((usage & USAGE_SHARED) != 0) {
1342 throw new RSIllegalArgumentException("USAGE_SHARED cannot be used with a Bitmap that has a null config.");
1355 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
1378 * <p>This Allocation will be created with {@link #USAGE_SHARED}, and
1389 USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE);
1581 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java490 Allocation.USAGE_SHARED |
495 Allocation.USAGE_SHARED |

Completed in 56 milliseconds