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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1727 * @param mips specifies desired mipmap behaviour for the
1732 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { argument
1742 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
1847 * @param mips specifies desired mipmap behaviour for the
1856 MipmapControl mips,
1868 return createFromBitmap(rs, newBitmap, mips, usage);
1871 Type t = typeFromBitmap(rs, b, mips);
1874 if (mips == MipmapControl.MIPMAP_NONE &&
1877 long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage);
1889 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips
1855 createFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
1943 createCubemapFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
2014 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
2110 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);
994 native long rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
995 synchronized long nIncTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
997 return rsnIncTypeCreate(mIncCon, eid, x, y, z, mips, faces, yuv);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1873 * @param mips specifies desired mipmap behaviour for the
1878 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { argument
1885 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
1998 * @param mips specifies desired mipmap behaviour for the
2007 MipmapControl mips,
2021 return createFromBitmap(rs, newBitmap, mips, usage);
2024 Type t = typeFromBitmap(rs, b, mips);
2027 if (mips == MipmapControl.MIPMAP_NONE &&
2030 long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage);
2042 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips
2006 createFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
2125 createCubemapFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
2196 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
2289 createFromBitmapResource(RenderScript rs, Resources res, int id, MipmapControl mips, int usage) argument
[all...]
H A DRenderScript.java419 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
420 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
422 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
457 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); argument
458 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { argument
460 return rsnAllocationCreateFromAssetStream(mContext, mips, assetStream, usage);
/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.cpp200 case llvm::Triple::mips:
/frameworks/rs/
H A DAndroid.mk26 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
96 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
H A Dupdate_rs_prebuilts.sh24 TARGETS=(arm mips x86 arm64)
/frameworks/compile/mclinker/tools/mcld/
H A DAndroid.mk56 ifneq (, $(findstring mips,$(TARGET_ARCH)))
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1009 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1011 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1012 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
1015 dimz, mips, faces, yuv);
1021 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, argument
1025 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
1027 (RsAllocationMipmapControl)mips,
1912 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1914 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1915 incCon, eid, dimx, dimy, dimz, mips, face
1008 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1911 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.cpp1091 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1094 ALOGD("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1095 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv);
1098 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips,
1126 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, argument
1131 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
1134 (RsAllocationMipmapControl)mips,
1090 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument

Completed in 240 milliseconds