Lines Matching refs:alloc
257 native void rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp);
258 synchronized void nAllocationCopyToBitmap(int alloc, Bitmap bmp) {
260 rsnAllocationCopyToBitmap(mContext, alloc, bmp);
264 native void rsnAllocationSyncAll(int con, int alloc, int src);
265 synchronized void nAllocationSyncAll(int alloc, int src) {
267 rsnAllocationSyncAll(mContext, alloc, src);
269 native void rsnAllocationGenerateMipmaps(int con, int alloc);
270 synchronized void nAllocationGenerateMipmaps(int alloc) {
272 rsnAllocationGenerateMipmaps(mContext, alloc);
274 native void rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp);
275 synchronized void nAllocationCopyFromBitmap(int alloc, Bitmap bmp) {
277 rsnAllocationCopyFromBitmap(mContext, alloc, bmp);
439 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot);
440 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
442 rsnScriptBindAllocation(mContext, script, alloc, slot);