Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DRenderScript.java430 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped() argument
431 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { in nAllocationCreateTyped() argument
433 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer); in nAllocationCreateTyped()
435 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap() argument
436 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() argument
438 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage); in nAllocationCreateFromBitmap()
441 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, in… in rsnAllocationCreateBitmapBackedAllocation() argument
442 …synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usag… in nAllocationCreateBitmapBackedAllocation() argument
444 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage); in nAllocationCreateBitmapBackedAllocation()
447 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCubeCreateFromBitmap() argument
[all …]
DAllocation.java1984 MipmapControl mip) { in typeFromBitmap() argument
1989 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL); in typeFromBitmap()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java375 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped() argument
376 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { in nAllocationCreateTyped() argument
378 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer); in nAllocationCreateTyped()
380 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap() argument
381 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() argument
383 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage); in nAllocationCreateFromBitmap()
386 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, i… in rsnAllocationCreateBitmapBackedAllocation() argument
387 …synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usag… in nAllocationCreateBitmapBackedAllocation() argument
389 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage); in nAllocationCreateBitmapBackedAllocation()
393 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage… in rsnAllocationCubeCreateFromBitmap() argument
[all …]
DAllocation.java1833 MipmapControl mip) { in typeFromBitmap() argument
1838 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL); in typeFromBitmap()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DSceneManager.java99 Allocation.MipmapControl mip = Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE; in getDefault() local
101 Allocation defaultImage = Allocation.createTyped(rs, bitmapType, mip, usage); in getDefault()
169 MipmapControl mip = MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE; in createFromBitmap() local
172 return Allocation.createCubemapFromBitmap(rs, b, mip, usage); in createFromBitmap()
174 return Allocation.createFromBitmap(rs, b, mip, usage); in createFromBitmap()
/frameworks/rs/api/
Drs_allocation_data.spec72 arg: uint32_t srcMip, "Mip level in the source allocation. 0 if mip mapping is not used."
/frameworks/native/opengl/libagl/
DTextureObjectManager.h58 const GGLSurface& mip(int lod) const;
DTextureObjectManager.cpp106 const GGLSurface& EGLTextureObject::mip(int lod) const in mip() function in android::EGLTextureObject
116 return const_cast<GGLSurface&>(mip(lod)); in editMip()
Dprimitives.cpp737 &c->textures.tmu[i].texture->mip(lod)); in lerp_texcoords()
794 &c->textures.tmu[i].texture->mip(lod)); in lerp_texcoords_w()
Dtexture.cpp1256 const GGLSurface& surface(tex->mip(level)); in glTexSubImage2D()
1440 const GGLSurface& surface(tex->mip(level)); in glCopyTexSubImage2D()
/frameworks/rs/
DrsType.h64 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1071 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap() argument
1081 … (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
1092 jint mip, jobject jbitmap, jint usage) in nAllocationCreateBitmapBackedAllocation() argument
1101 (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
1111 jint mip, jobject jbitmap, jint usage) in nAllocationCubeCreateFromBitmap() argument
1120 … (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1210 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCreateFromBitmap() argument
1219 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
1227 jint mip, jobject jbitmap, jint usage) in nAllocationCreateBitmapBackedAllocation() argument
1235 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
1242 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, in nAllocationCubeCreateFromBitmap() argument
1251 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
/frameworks/rs/scriptc/
Drs_allocation_data.rsh56 * dstMip: Mip level in the destination allocation. 0 if mip mapping is not used.
60 * srcMip: Mip level in the source allocation. 0 if mip mapping is not used.
87 * dstMip: Mip level in the destination allocation. 0 if mip mapping is not used.
94 * srcMip: Mip level in the source allocation. 0 if mip mapping is not used.
2649 …* lod: Mip level to sample from, for fractional values mip levels will be interpolated if RS_SAM…
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_allocation_data.jd125 …<tr><th>dstMip</th><td>Mip level in the destination allocation. 0 if mip mapping is not used.</td…
129 …<tr><th>srcMip</th><td>Mip level in the source allocation. 0 if mip mapping is not used.</td></tr>
171 …<tr><th>dstMip</th><td>Mip level in the destination allocation. 0 if mip mapping is not used.</td…
178 …<tr><th>srcMip</th><td>Mip level in the source allocation. 0 if mip mapping is not used.</td></tr>
2219 …<tr><th>lod</th><td>Mip level to sample from, for fractional values mip levels will be interpolate…
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd620 class&mdash;Android swaps the mip images in your {@link android.graphics.Bitmap} when you've