Searched refs:bmp (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/rs/
H A DrsAllocation.h36 Allocation(Context *rsc, const Type *, void *bmp, void *callbackData, RsBitmapCallback_t callback);
H A DrsAllocation.cpp36 Allocation::Allocation(Context *rsc, const Type *type, void *bmp, argument
42 mPtr = bmp;
516 void *bmp, void *callbackData, RsBitmapCallback_t callback)
519 Allocation * alloc = new Allocation(rsc, type, bmp, callbackData, callback);
515 rsi_AllocationCreateBitmapRef(Context *rsc, RsType vtype, void *bmp, void *callbackData, RsBitmapCallback_t callback) argument
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java100 native int nAllocationCreateFromBitmap(int dstFmt, boolean genMips, Bitmap bmp); argument
101 native int nAllocationCreateBitmapRef(int type, Bitmap bmp); argument
102 native int nAllocationCreateFromBitmapBoxed(int dstFmt, boolean genMips, Bitmap bmp); argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java530 * @param bmp the Bitmap object
533 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { argument
542 map.put(value, new SoftReference<Bitmap>(bmp));
544 sFrameworkBitmapCache.put(value, new SoftReference<Bitmap>(bmp));
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp504 static void ReleaseBitmapCallback(void *bmp) argument
506 SkBitmap const * nativeBitmap = (SkBitmap const *)bmp;

Completed in 361 milliseconds