Searched defs:mip (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp106 const GGLSurface& EGLTextureObject::mip(int lod) const function in class:android::EGLTextureObject
116 return const_cast<GGLSurface&>(mip(lod));
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1313 MipmapControl mip) {
1318 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1312 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
H A DRenderScript.java306 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer); argument
307 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { argument
309 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
311 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
312 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
314 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
317 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage); argument
318 synchronized int nAllocationCreateBitmapBackedAllocation(int type, int mip, Bitmap bmp, int usage) { argument
320 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
324 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitma argument
325 nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) argument
376 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
377 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
381 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
382 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
386 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
387 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
391 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
392 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
397 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
398 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
423 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
424 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
428 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
429 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
433 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
434 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
438 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
439 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
443 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
444 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
467 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
468 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
472 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
473 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
477 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
478 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
482 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
483 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1485 MipmapControl mip) {
1490 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1484 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
H A DRenderScript.java360 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); argument
361 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { argument
363 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
365 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); argument
366 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { argument
368 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
371 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage); argument
372 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usage) { argument
374 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
377 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitma argument
378 nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) argument
439 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt) argument
440 nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt) argument
445 rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
446 nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
471 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt) argument
473 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt) argument
479 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
480 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
503 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) argument
505 nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt) argument
517 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt) argument
519 nAllocationRead1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt) argument
525 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt) argument
527 nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt) argument
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp323 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
355 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
363 (RsType)type, (RsAllocationMipmapControl)mip,
371 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
379 (RsType)type, (RsAllocationMipmapControl)mip,
387 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
395 (RsType)type, (RsAllocationMipmapControl)mip,
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp534 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
595 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
604 (RsType)type, (RsAllocationMipmapControl)mip,
611 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
620 (RsType)type, (RsAllocationMipmapControl)mip,
627 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
636 (RsType)type, (RsAllocationMipmapControl)mip,

Completed in 263 milliseconds