Lines Matching defs:alloc
463 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap()
464 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap()
470 native void rsnAllocationSyncAll(long con, long alloc, int src); in rsnAllocationSyncAll()
471 synchronized void nAllocationSyncAll(long alloc, int src) { in nAllocationSyncAll()
475 native Surface rsnAllocationGetSurface(long con, long alloc); in rsnAllocationGetSurface()
476 synchronized Surface nAllocationGetSurface(long alloc) { in nAllocationGetSurface()
480 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
481 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
485 native void rsnAllocationIoSend(long con, long alloc); in rsnAllocationIoSend()
486 synchronized void nAllocationIoSend(long alloc) { in nAllocationIoSend()
490 native void rsnAllocationIoReceive(long con, long alloc); in rsnAllocationIoReceive()
491 synchronized void nAllocationIoReceive(long alloc) { in nAllocationIoReceive()
497 native void rsnAllocationGenerateMipmaps(long con, long alloc); in rsnAllocationGenerateMipmaps()
498 synchronized void nAllocationGenerateMipmaps(long alloc) { in nAllocationGenerateMipmaps()
502 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap()
503 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap()
704 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot); in rsnScriptBindAllocation()
705 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { in nScriptBindAllocation()
837 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
838 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput()
843 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
844 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) { in nScriptGroupSetOutput()