/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 445 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped() argument 446 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { in nAllocationCreateTyped() argument 448 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer); in nAllocationCreateTyped() 450 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, long bitmapHandle, in rsnAllocationCreateFromBitmap() argument 452 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() argument 454 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp.getNativeInstance(), usage); in nAllocationCreateFromBitmap() 457 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, long bitmapHan… in rsnAllocationCreateBitmapBackedAllocation() argument 459 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, in nAllocationCreateBitmapBackedAllocation() argument 462 … return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp.getNativeInstance(), in nAllocationCreateBitmapBackedAllocation() 466 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, long bitmapHandle, in rsnAllocationCubeCreateFromBitmap() argument [all …]
|
D | Allocation.java | 2771 MipmapControl mip) { in typeFromBitmap() argument 2776 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL); in typeFromBitmap()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 387 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped() argument 388 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { in nAllocationCreateTyped() argument 390 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer); in nAllocationCreateTyped() 392 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap() argument 393 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() argument 395 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage); in nAllocationCreateFromBitmap() 398 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, i… in rsnAllocationCreateBitmapBackedAllocation() argument 399 …synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usag… in nAllocationCreateBitmapBackedAllocation() argument 401 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage); in nAllocationCreateBitmapBackedAllocation() 405 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage… in rsnAllocationCubeCreateFromBitmap() argument [all …]
|
D | Allocation.java | 2658 MipmapControl mip) { in typeFromBitmap() argument 2663 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL); in typeFromBitmap()
|
/frameworks/rs/script_api/ |
D | rs_allocation_data.spec | 76 arg: uint32_t srcMip, "Mip level in the source allocation. 0 if mip mapping is not used."
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.h | 58 const GGLSurface& mip(int lod) const;
|
D | TextureObjectManager.cpp | 106 const GGLSurface& EGLTextureObject::mip(int lod) const in mip() function in android::EGLTextureObject 116 return const_cast<GGLSurface&>(mip(lod)); in editMip()
|
D | primitives.cpp | 738 &c->textures.tmu[i].texture->mip(lod)); in lerp_texcoords() 795 &c->textures.tmu[i].texture->mip(lod)); in lerp_texcoords_w()
|
D | texture.cpp | 1244 const GGLSurface& surface(tex->mip(level)); in glTexSubImage2D() 1427 const GGLSurface& surface(tex->mip(level)); in glCopyTexSubImage2D()
|
/frameworks/rs/ |
D | rsType.h | 66 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1078 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap() argument 1088 … (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1099 jint mip, jobject jbitmap, jint usage) in nAllocationCreateBitmapBackedAllocation() argument 1108 (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation() 1118 jint mip, jobject jbitmap, jint usage) in nAllocationCubeCreateFromBitmap() argument 1127 … (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1323 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap() argument 1331 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1338 jint mip, jlong bitmapPtr, 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 1359 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_data.rsh | 60 * dstMip: Mip level in the destination allocation. 0 if mip mapping is not used. 64 * srcMip: Mip level in the source allocation. 0 if mip mapping is not used. 95 * dstMip: Mip level in the destination allocation. 0 if mip mapping is not used. 102 * srcMip: Mip level in the source allocation. 0 if mip mapping is not used. 2657 …* lod: Mip level to sample from, for fractional values mip levels will be interpolated if RS_SAM…
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 895 …VK_SAMPLER_MIPMAP_MODE_NEAREST = 0x00000001, /// Choose nearest mip lev… 896 …R_MIPMAP_MODE_LINEAR = 0x00000002, /// Linear filter between mip levels 2841 … = 0x00000002, /// Image requires mip levels to be an exact multiple of the sparse iamge block… 4662 … resources support: Images with mip-level dimensions that are NOT a multiple of the block size wil…
|