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.mk34 LOCAL_SRC_FILES_mips += arch-mips/fixed_asm.S
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1204 * @param mips specifies desired mipmap behaviour for the
1209 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { argument
1212 return AllocationThunker.createTyped(rst, type, mips, usage);
1218 int id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
1327 * @param mips specifies desired mipmap behaviour for the
1336 MipmapControl mips,
1340 return AllocationThunker.createFromBitmap(rst, b, mips, usage);
1352 return createFromBitmap(rs, newBitmap, mips, usage);
1355 Type t = typeFromBitmap(rs, b, mips);
1358 if (mips
1335 createFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
1412 createCubemapFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
1483 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
1579 createFromBitmapResource(RenderScript rs, Resources res, int id, MipmapControl mips, int usage) argument
[all...]
H A DAllocationThunker.java394 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { argument
401 convertMipmapControl(mips),
410 MipmapControl mips,
417 convertMipmapControl(mips),
428 MipmapControl mips,
434 rst.mN, b, convertMipmapControl(mips), usage);
449 MipmapControl mips,
456 convertMipmapControl(mips), usage);
467 MipmapControl mips,
474 rst.mN, res, id, convertMipmapControl(mips), usag
409 createFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
427 createCubemapFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
442 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
464 createFromBitmapResource(RenderScript rs, Resources res, int id, MipmapControl mips, int usage) argument
[all...]
H A DRenderScript.java295 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
296 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
298 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
334 native int rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage); argument
335 synchronized int nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { argument
337 return rsnAllocationCreateFromAssetStream(mContext, mips, assetStream, usage);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1380 * @param mips specifies desired mipmap behaviour for the
1385 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { argument
1391 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
1499 * @param mips specifies desired mipmap behaviour for the
1508 MipmapControl mips,
1521 return createFromBitmap(rs, newBitmap, mips, usage);
1524 Type t = typeFromBitmap(rs, b, mips);
1527 if (mips == MipmapControl.MIPMAP_NONE &&
1530 long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage);
1542 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips
1507 createFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
1618 createCubemapFromBitmap(RenderScript rs, Bitmap b, MipmapControl mips, int usage) argument
1689 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
1782 createFromBitmapResource(RenderScript rs, Resources res, int id, MipmapControl mips, int usage) argument
[all...]
H A DRenderScript.java349 native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv); argument
350 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) { argument
352 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);
387 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); argument
388 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { argument
390 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.cpp174 case llvm::Triple::mips:
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh24 TARGETS=(arm mips x86)
H A DAndroid.mk26 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
94 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp309 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
311 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
312 con, eid, dimx, dimy, dimz, mips, faces, yuv);
314 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces, yuv);
321 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) argument
323 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
324 return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uint32_t)pointer);
308 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp502 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
504 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
505 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
507 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips, faces, yuv);
532 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
534 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
535 return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uintptr_t)pointer);
501 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument

Completed in 7423 milliseconds