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.java309 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer); argument
310 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { argument
312 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
314 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
315 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
317 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
320 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage); argument
321 synchronized int nAllocationCreateBitmapBackedAllocation(int type, int mip, Bitmap bmp, int usage) { argument
323 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
327 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitma argument
328 nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) argument
389 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
390 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
394 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
395 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
399 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
400 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
404 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
405 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
410 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
411 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
436 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
437 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
441 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
442 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
446 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
447 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
451 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
452 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
456 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
457 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
480 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
481 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
485 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
486 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
490 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
491 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
495 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
496 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 161 milliseconds