/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 424 … Allocation(long id, RenderScript rs, Type t, boolean owningType, int usage, MipmapControl mips) { in Allocation() argument 427 mMipmapControl = mips; in Allocation() 2664 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() argument 2672 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createTyped() 2676 return new Allocation(id, rs, type, false, usage, mips); in createTyped() 2794 MipmapControl mips, in createFromBitmap() argument 2808 return createFromBitmap(rs, newBitmap, mips, usage); in createFromBitmap() 2811 Type t = typeFromBitmap(rs, b, mips); in createFromBitmap() 2814 if (mips == MipmapControl.MIPMAP_NONE && in createFromBitmap() 2817 … long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage); in createFromBitmap() [all …]
|
D | RenderScript.java | 430 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate() argument 431 …synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv)… in nTypeCreate() argument 433 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv); in nTypeCreate() 468 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); in rsnAllocationCreateFromAssetStream() argument 469 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { in nAllocationCreateFromAssetStream() argument 471 return rsnAllocationCreateFromAssetStream(mContext, mips, assetStream, usage); in nAllocationCreateFromAssetStream()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 2557 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() argument 2567 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createTyped() 2681 MipmapControl mips, in createFromBitmap() argument 2693 return createFromBitmap(rs, newBitmap, mips, usage); in createFromBitmap() 2696 Type t = typeFromBitmap(rs, b, mips); in createFromBitmap() 2699 if (mips == MipmapControl.MIPMAP_NONE && in createFromBitmap() 2702 long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage); in createFromBitmap() 2714 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createFromBitmap() 2769 MipmapControl mips, in createCubemapFromBitmap() argument 2792 tb.setMipmaps(mips == MipmapControl.MIPMAP_FULL); in createCubemapFromBitmap() [all …]
|
D | RenderScript.java | 363 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate() argument 364 …synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv)… in nTypeCreate() argument 366 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv); in nTypeCreate() 403 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); in rsnAllocationCreateFromAssetStream() argument 404 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { in nAllocationCreateFromAssetStream() argument 406 return rsnAllocationCreateFromAssetStream(mContext, mips, assetStream, usage); in nAllocationCreateFromAssetStream() 1022 …native long rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces,… in rsnIncTypeCreate() argument 1023 …synchronized long nIncTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int y… in nIncTypeCreate() argument 1025 return rsnIncTypeCreate(mIncCon, eid, x, y, z, mips, faces, yuv); in nIncTypeCreate()
|
/frameworks/compile/libbcc/ |
D | libbcc-targets.mk | 44 ifeq (,$(filter $(TARGET_ARCH),arm64 arm mips mips64 x86 x86_64))
|
/frameworks/rs/ |
D | Android.mk | 24 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64 92 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64 195 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
|
D | update_rs_prebuilts.sh | 24 TARGETS=(arm mips x86 arm64 x86_64)
|
/frameworks/native/cmds/installd/ |
D | otapreopt.rc | 8 …restorecon_recursive /data/dalvik-cache/arm /data/dalvik-cache/arm64 /data/dalvik-cache/mips /data…
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Android.mk | 56 ifneq (, $(findstring mips,$(TARGET_ARCH)))
|
/frameworks/rs/cpu_ref/ |
D | Android.mk | 18 LOCAL_MODULE_TARGET_ARCH := arm mips mips64 x86 x86_64 arm64
|
/frameworks/compile/libbcc/lib/Support/ |
D | CompilerConfig.cpp | 199 case llvm::Triple::mips: in initializeArch()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1014 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate() argument 1017 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv); in nTypeCreate() 1020 dimz, mips, faces, yuv); in nTypeCreate() 1026 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, in nAllocationCreateTyped() argument 1030 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer); in nAllocationCreateTyped() 1032 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped() 2191 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nIncTypeCreate() argument 2194 incCon, eid, dimx, dimy, dimz, mips, faces, yuv); in nIncTypeCreate() 2197 dimz, mips, faces, yuv); in nIncTypeCreate() 2206 incCon, (RsElement)type, mips, usage, (void *)pointer); in nIncAllocationCreateTyped()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1170 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate() argument 1174 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv); in nTypeCreate() 1177 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips, in nTypeCreate() 1205 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, in nAllocationCreateTyped() argument 1210 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer); in nAllocationCreateTyped() 1213 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped()
|
/frameworks/base/docs/html/wear/ |
D | index.jd | 268 <img src="/wear/images/partners/mips.png" alt="MIPS">
|
/frameworks/base/docs/html/topic/performance/ |
D | reduce-apk-size.jd | 74 <code>mips</code>.
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 695 APP_ABI := armeabi armeabi-v7a mips
|