Searched refs:mip (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java441 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); argument
442 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { argument
444 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
446 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); argument
447 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { argument
449 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
452 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage); argument
453 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usage) { argument
455 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
458 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitma argument
459 nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) argument
535 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
537 nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
543 rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
544 nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
569 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
572 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
579 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
580 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
603 rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
606 nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
620 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
622 nAllocationRead1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
628 rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
630 nAllocationElementRead(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
636 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
639 nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
646 rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
649 nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
674 rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument
676 nAllocationAdapterOffset(long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument
[all...]
H A DAllocation.java2771 MipmapControl mip) {
2776 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
2770 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java375 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); argument
376 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { argument
378 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
380 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); argument
381 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { argument
383 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
386 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage); argument
387 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usage) { argument
389 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
393 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitma argument
394 nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) argument
461 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
463 nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
469 rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
470 nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
502 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
505 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
512 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
513 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
537 rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
540 nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
554 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
556 nAllocationRead1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
572 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
575 nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
[all...]
H A DAllocation.java2658 MipmapControl mip) {
2663 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
2657 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
/frameworks/rs/api/
H A Drs_allocation_data.spec39 arg: uint32_t dstMip, "Mip level in the destination allocation. 0 if mip mapping is not used."
43 arg: uint32_t srcMip, "Mip level in the source allocation. 0 if mip mapping is not used."
69 arg: uint32_t dstMip, "Mip level in the destination allocation. 0 if mip mapping is not used."
76 arg: uint32_t srcMip, "Mip level in the source allocation. 0 if mip mapping is not used."
427 arg: float lod, "Mip level to sample from, for fractional values mip levels will be interpolated if RS_SAMPLER_LINEAR_MIP_LINEAR is used."
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h58 const GGLSurface& mip(int lod) const;
H A DTextureObjectManager.cpp106 const GGLSurface& EGLTextureObject::mip(int lod) const function in class:android::EGLTextureObject
116 return const_cast<GGLSurface&>(mip(lod));
H A Dprimitives.cpp737 &c->textures.tmu[i].texture->mip(lod));
794 &c->textures.tmu[i].texture->mip(lod));
H A Dtexture.cpp1256 const GGLSurface& surface(tex->mip(level));
1440 const GGLSurface& surface(tex->mip(level));
/frameworks/rs/
H A DrsType.h64 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1209 ALOGD("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)",
1309 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, argument
1318 (RsType)type, (RsAllocationMipmapControl)mip,
1326 jint mip, jobject jbitmap, jint usage)
1334 (RsType)type, (RsAllocationMipmapControl)mip,
1341 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, argument
1350 (RsType)type, (RsAllocationMipmapControl)mip,
1325 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1016 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)",
1063 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, argument
1073 (RsAllocationMipmapControl)mip,
1084 jint mip, jobject jbitmap, jint usage)
1093 (RsAllocationMipmapControl)mip,
1103 jint mip, jobject jbitmap, jint usage)
1112 (RsAllocationMipmapControl)mip,
2192 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)",
1083 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1102 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument

Completed in 1596 milliseconds