/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 441 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped() argument 442 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { in nAllocationCreateTyped() argument 444 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer); in nAllocationCreateTyped() 446 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap() argument 447 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() argument 449 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage); in nAllocationCreateFromBitmap() 452 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, in… in rsnAllocationCreateBitmapBackedAllocation() argument 453 …synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usag… in nAllocationCreateBitmapBackedAllocation() argument 455 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage); in nAllocationCreateBitmapBackedAllocation() 458 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); 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/android/support/v8/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 | 737 &c->textures.tmu[i].texture->mip(lod)); in lerp_texcoords() 794 &c->textures.tmu[i].texture->mip(lod)); in lerp_texcoords_w()
|
D | texture.cpp | 1249 const GGLSurface& surface(tex->mip(level)); in glTexSubImage2D() 1433 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 | 1076 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap() argument 1086 … (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1097 jint mip, jobject jbitmap, jint usage) in nAllocationCreateBitmapBackedAllocation() argument 1106 (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation() 1116 jint mip, jobject jbitmap, jint usage) in nAllocationCubeCreateFromBitmap() argument 1125 … (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1322 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap() argument 1330 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1337 jint mip, jobject jbitmap, jint usage) in nAllocationCreateBitmapBackedAllocation() argument 1344 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation() 1350 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCubeCreateFromBitmap() argument 1358 (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 | 596 …VK_SAMPLER_MIPMAP_MODE_NEAREST = 0x00000001, /// Choose nearest mip lev… 597 …R_MIPMAP_MODE_LINEAR = 0x00000002, /// Linear filter between mip levels 1841 … = 0x00000002, /// Image requires mip levels to be an exact multiple of the sparse iamge block… 3408 … resources support: Images with mip-level dimensions that are NOT a multiple of the block size wil…
|