Home
last modified time | relevance | path

Searched refs:mip (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java453 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer); in nAllocationCreateTyped()
456 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCreateFromBitmap() argument
460 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage); in nAllocationCreateFromBitmap()
475 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage); in nAllocationCubeCreateFromBitmap()
578 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() argument
588 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b); in nAllocationData2D()
612 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D() argument
628 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, in nAllocationRead1D() argument
645 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, in nAllocationRead2D() argument
655 synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationRead3D() argument
[all …]
H A DAllocation.java2775 MipmapControl mip) { in typeFromBitmap() argument
2780 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL); in typeFromBitmap()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1327 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap() argument
1333 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
1340 jint mip, jobject jbitmap, jint usage) in nAllocationCreateBitmapBackedAllocation() argument
1345 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
1351 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCubeCreateFromBitmap() argument
1357 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()