Searched defs:mip (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 451 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { in nAllocationCreateTyped() 456 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCreateFromBitmap() 465 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, in nAllocationCreateBitmapBackedAllocation() 471 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCubeCreateFromBitmap() 575 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D() 578 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() 612 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D() 628 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, in nAllocationRead1D() 635 int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementRead() 645 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, in nAllocationRead2D() [all …]
|
H A D | Allocation.java | 2775 MipmapControl mip) { in typeFromBitmap()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1327 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap() 1340 jint mip, jobject jbitmap, jint usage) in nAllocationCreateBitmapBackedAllocation() 1351 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCubeCreateFromBitmap()
|