Searched refs:USAGE_SHARED (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java194 public static final int USAGE_SHARED = 0x0080; field in class:Allocation
356 USAGE_SHARED)) != 0) {
953 * #createFromBitmap} and {@link #USAGE_SHARED} is set on the Allocation,
2687 if ((usage & USAGE_SHARED) != 0) {
2688 throw new RSIllegalArgumentException("USAGE_SHARED cannot be used with a Bitmap that has a null config.");
2701 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
2739 * <p>This Allocation will be created with {@link #USAGE_SHARED}, and
2750 USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE);
2942 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java225 public static final int USAGE_SHARED = 0x0080; field in class:Allocation
391 USAGE_SHARED)) != 0) {
537 if ((mUsage & USAGE_SHARED) != 0) {
544 case USAGE_SHARED:
545 if ((mUsage & USAGE_SHARED) != 0) {
983 * #createFromBitmap} and {@link #USAGE_SHARED} is set on the Allocation,
2802 if ((usage & USAGE_SHARED) != 0) {
2803 throw new RSIllegalArgumentException("USAGE_SHARED cannot be used with a Bitmap that has a null config.");
2816 usage == (USAGE_SHARED | USAGE_SCRIPT | USAGE_GRAPHICS_TEXTURE)) {
3050 * with {@link #USAGE_SHARED}, {
[all...]

Completed in 19 milliseconds