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.java1308 MipmapControl mip) {
1313 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1307 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
H A DRenderScript.java225 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer); argument
226 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { argument
228 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
230 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
231 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
233 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
236 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage); argument
237 synchronized int nAllocationCreateBitmapBackedAllocation(int type, int mip, Bitmap bmp, int usage) { argument
239 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
243 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitma argument
244 nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) argument
295 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
296 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
300 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
301 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
305 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
306 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
310 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
311 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
316 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
317 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
342 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
343 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
347 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
348 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
352 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
353 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
357 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
358 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
362 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
363 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
386 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
387 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
391 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
392 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
396 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
397 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
401 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
402 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/graphics/java/android/renderscript/
H A DAllocation.java1469 MipmapControl mip) {
1474 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1468 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
H A DRenderScript.java337 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer); argument
338 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { argument
340 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
342 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
343 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
345 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
348 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage); argument
349 synchronized int nAllocationCreateBitmapBackedAllocation(int type, int mip, Bitmap bmp, int usage) { argument
351 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
355 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitma argument
356 nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) argument
417 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
418 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
422 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
423 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
427 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
428 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
432 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
433 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
438 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
439 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
464 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
465 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
469 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
470 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
474 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
475 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
479 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
480 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
484 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
485 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
508 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
509 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
513 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
514 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
518 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
519 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
523 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
524 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) 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/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp461 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
522 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
531 (RsType)type, (RsAllocationMipmapControl)mip,
538 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
547 (RsType)type, (RsAllocationMipmapControl)mip,
554 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
563 (RsType)type, (RsAllocationMipmapControl)mip,

Completed in 87 milliseconds