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

/frameworks/compile/libbcc/
H A Dlibbcc-targets.mk44 ifeq (,$(filter $(TARGET_ARCH),arm64 arm mips mips64 x86 x86_64))
/frameworks/native/opengl/libagl/
H A DAndroid.mk35 LOCAL_SRC_FILES_mips += arch-mips/fixed_asm.S
/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
3084 createCubemapFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
3155 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
3248 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/support/v8/renderscript/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.java363 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
364 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
366 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
403 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); argument
404 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { argument
406 return rsnAllocationCreateFromAssetStream(mContext, mips, assetStream, usage);
1022 native long rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
1023 synchronized long nIncTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
1025 return rsnIncTypeCreate(mIncCon, eid, x, y, z, mips, faces, yuv);
/frameworks/rs/cpu_ref/
H A DAndroid.mk18 LOCAL_MODULE_TARGET_ARCH := arm mips mips64 x86 x86_64 arm64
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp199 case llvm::Triple::mips:
/frameworks/compile/mclinker/tools/mcld/
H A DAndroid.mk56 ifneq (, $(findstring mips,$(TARGET_ARCH)))
/frameworks/rs/
H A DAndroid.mk24 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
H A Dupdate_rs_prebuilts.sh24 TARGETS=(arm mips x86 arm64 x86_64)
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1001 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1003 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1004 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
1007 dimz, mips, faces, yuv);
1013 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, argument
1017 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
1019 (RsAllocationMipmapControl)mips,
2178 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
2180 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
2181 incCon, eid, dimx, dimy, dimz, mips, face
1000 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2177 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.cpp1170 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1173 ALOGD("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1174 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv);
1177 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips,
1205 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, argument
1210 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
1213 (RsAllocationMipmapControl)mips,
1169 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument

Completed in 3784 milliseconds