Searched defs:mips (Results 1 - 6 of 6) sorted by relevance

/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/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.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/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1014 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1016 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1017 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
1020 dimz, mips, faces, yuv);
1026 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, argument
1030 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
1032 (RsAllocationMipmapControl)mips,
2191 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
2193 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
2194 incCon, eid, dimx, dimy, dimz, mips, face
1013 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2190 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.cpp1181 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1184 ALOGD("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i), yuv(%i)",
1185 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv);
1188 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips,
1216 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, argument
1221 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
1224 (RsAllocationMipmapControl)mips,
1180 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument

Completed in 1538 milliseconds