Home
last modified time | relevance | path

Searched defs:genMips (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
DAllocation.java52 public void uploadToTexture(boolean genMips, int baseMipLevel) { in uploadToTexture()
291 …atic public Allocation createFromBitmap(RenderScript rs, Bitmap b, Element dstFmt, boolean genMips) in createFromBitmap()
320 …static Allocation createFromBitmapBoxed(RenderScript rs, Bitmap b, Element dstFmt, boolean genMips) in createFromBitmapBoxed()
331 …n createFromBitmapResource(RenderScript rs, Resources res, int id, Element dstFmt, boolean genMips) in createFromBitmapResource()
363 …ateFromBitmapResourceBoxed(RenderScript rs, Resources res, int id, Element dstFmt, boolean genMips) in createFromBitmapResourceBoxed()
DRenderScript.java100 native int nAllocationCreateFromBitmap(int dstFmt, boolean genMips, Bitmap bmp); in nAllocationCreateFromBitmap()
102 native int nAllocationCreateFromBitmapBoxed(int dstFmt, boolean genMips, Bitmap bmp); in nAllocationCreateFromBitmapBoxed()
103 native int nAllocationCreateFromAssetStream(int dstFmt, boolean genMips, int assetStream); in nAllocationCreateFromAssetStream()
105 native void nAllocationUploadToTexture(int alloc, boolean genMips, int baseMioLevel); in nAllocationUploadToTexture()
/frameworks/base/libs/rs/
DrsAllocation.cpp524 …ontext *rsc, uint32_t w, uint32_t h, RsElement _dst, RsElement _src, bool genMips, const void *da… in rsi_AllocationCreateFromBitmap()
564 …Context *rsc, uint32_t w, uint32_t h, RsElement _dst, RsElement _src, bool genMips, const void *da… in rsi_AllocationCreateFromBitmapBoxed()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp483 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jint dstFmt, jboolean genMips, jobject jbi… in nAllocationCreateFromBitmap()
525 nAllocationCreateFromAssetStream(JNIEnv *_env, jobject _this, jint dstFmt, jboolean genMips, jint n… in nAllocationCreateFromAssetStream()
551 nAllocationCreateFromBitmapBoxed(JNIEnv *_env, jobject _this, jint dstFmt, jboolean genMips, jobjec… in nAllocationCreateFromBitmapBoxed()