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

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java190 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
191 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
193 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
195 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
196 synchronized int nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
198 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);
200 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp); argument
201 synchronized int nAllocationCreateBitmapRef(int type, Bitmap bmp) { argument
203 return rsnAllocationCreateBitmapRef(mContext, type, bmp);
211 native void rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp); argument
212 nAllocationCopyToBitmap(int alloc, Bitmap bmp) argument
230 rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp) argument
231 nAllocationCopyFromBitmap(int alloc, Bitmap bmp) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java259 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
260 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
262 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
264 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
265 synchronized int nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
267 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);
269 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp); argument
270 synchronized int nAllocationCreateBitmapRef(int type, Bitmap bmp) { argument
272 return rsnAllocationCreateBitmapRef(mContext, type, bmp);
280 native void rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp); argument
281 nAllocationCopyToBitmap(int alloc, Bitmap bmp) argument
324 rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp) argument
325 nAllocationCopyFromBitmap(int alloc, Bitmap bmp) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java556 * @param bmp the Bitmap object
559 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { argument
568 map.put(value, new SoftReference<Bitmap>(bmp));
570 sFrameworkBitmapCache.put(value, new SoftReference<Bitmap>(bmp));
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp588 static void ReleaseBitmapCallback(void *bmp) argument
590 SkBitmap const * nativeBitmap = (SkBitmap const *)bmp;

Completed in 75 milliseconds