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/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java387 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); argument
388 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { argument
390 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
392 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); argument
393 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { argument
395 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
398 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage); argument
399 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usage) { argument
401 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
405 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitma argument
406 nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) argument
473 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
475 nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
481 rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
482 nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
514 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
517 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
524 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
525 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
549 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
552 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
566 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
568 nAllocationRead1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
584 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
587 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/script_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.cpp738 &c->textures.tmu[i].texture->mip(lod));
795 &c->textures.tmu[i].texture->mip(lod));
H A Dtexture.cpp1244 const GGLSurface& surface(tex->mip(level));
1427 const GGLSurface& surface(tex->mip(level));
/frameworks/rs/
H A DrsType.h66 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1222 ALOGD("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)",
1323 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, argument
1331 (RsType)type, (RsAllocationMipmapControl)mip,
1338 jint mip, jobject jbitmap, jint usage)
1345 (RsType)type, (RsAllocationMipmapControl)mip,
1351 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, argument
1359 (RsType)type, (RsAllocationMipmapControl)mip,
1337 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1031 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)",
1078 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, argument
1088 (RsAllocationMipmapControl)mip,
1099 jint mip, jobject jbitmap, jint usage)
1108 (RsAllocationMipmapControl)mip,
1118 jint mip, jobject jbitmap, jint usage)
1127 (RsAllocationMipmapControl)mip,
2207 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)",
1098 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1117 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument

Completed in 145 milliseconds