Searched refs:mips (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tools/aapt2/filter/
H A DAbiFilter_test.cpp35 {"lib/mips/libnative.so", true},
39 {"lib/mips/foo/bar/baz.so", true},
40 {"lib/mips/x86/foo.so", true},
58 auto mips = AbiFilter::FromAbiList({Abi::kMips}); local
60 EXPECT_EQ(mips->Keep(data.path), data.kept);
/frameworks/compile/libbcc/
H A Dlibbcc-targets.mk44 ifeq (,$(filter $(TARGET_ARCH),arm64 arm mips mips64 x86 x86_64))
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java424 Allocation(long id, RenderScript rs, Type t, boolean owningType, int usage, MipmapControl mips) { argument
427 mMipmapControl = mips;
2659 * @param mips specifies desired mipmap behaviour for the
2664 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { argument
2672 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
2676 return new Allocation(id, rs, type, false, usage, mips);
2785 * @param mips specifies desired mipmap behaviour for the
2794 MipmapControl mips,
2808 return createFromBitmap(rs, newBitmap, mips, usage);
2811 Type t = typeFromBitmap(rs, b, mips);
2793 createFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
3085 createCubemapFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
3156 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
3249 createFromBitmapResource(RenderScript rs, Resources res, int id, MipmapControl mips, int usage) argument
[all...]
H A DRenderScript.java430 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
431 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
433 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
468 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); argument
469 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { argument
471 return rsnAllocationCreateFromAssetStream(mContext, mips, assetStream, usage);
/frameworks/native/opengl/libagl/
H A DAndroid.mk35 LOCAL_SRC_FILES_mips += arch-mips/fixed_asm.S
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java2552 * @param mips specifies desired mipmap behaviour for the
2557 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { argument
2567 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
2672 * @param mips specifies desired mipmap behaviour for the
2681 MipmapControl mips,
2693 return createFromBitmap(rs, newBitmap, mips, usage);
2696 Type t = typeFromBitmap(rs, b, mips);
2699 if (mips == MipmapControl.MIPMAP_NONE &&
2702 long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage);
2714 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips
2680 createFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
2768 createCubemapFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
2839 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
2935 createFromBitmapResource(RenderScript rs, Resources res, int id, MipmapControl mips, int usage) argument
[all...]
H A DRenderScript.java375 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
376 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
378 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
415 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); argument
416 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { argument
418 return rsnAllocationCreateFromAssetStream(mContext, mips, assetStream, usage);
1034 native long rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
1035 synchronized long nIncTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
1037 return rsnIncTypeCreate(mIncCon, eid, x, y, z, mips, faces, yuv);
/frameworks/compile/libbcc/lib/
H A DCompilerConfig.cpp179 case llvm::Triple::mips:
/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser_test.cpp87 <abi>mips</abi>
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1016 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1018 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1019 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
1022 dimz, mips, faces, yuv);
1028 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, argument
1032 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
1034 (RsAllocationMipmapControl)mips,
2193 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
2195 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
2196 incCon, eid, dimx, dimy, dimz, mips, face
1015 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2192 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1183 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1186 ALOGD("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1187 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv);
1190 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips,
1218 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, argument
1223 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
1226 (RsAllocationMipmapControl)mips,
1182 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument

Completed in 194 milliseconds