Lines Matching defs:alloc
393 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap()
394 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap()
400 native void rsnAllocationSyncAll(long con, long alloc, int src); in rsnAllocationSyncAll()
401 synchronized void nAllocationSyncAll(long alloc, int src) { in nAllocationSyncAll()
405 native Surface rsnAllocationGetSurface(long con, long alloc); in rsnAllocationGetSurface()
406 synchronized Surface nAllocationGetSurface(long alloc) { in nAllocationGetSurface()
410 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
411 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
415 native void rsnAllocationIoSend(long con, long alloc); in rsnAllocationIoSend()
416 synchronized void nAllocationIoSend(long alloc) { in nAllocationIoSend()
420 native void rsnAllocationIoReceive(long con, long alloc); in rsnAllocationIoReceive()
421 synchronized void nAllocationIoReceive(long alloc) { in nAllocationIoReceive()
427 native void rsnAllocationGenerateMipmaps(long con, long alloc); in rsnAllocationGenerateMipmaps()
428 synchronized void nAllocationGenerateMipmaps(long alloc) { in nAllocationGenerateMipmaps()
432 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap()
433 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap()
593 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot); in rsnScriptBindAllocation()
594 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { in nScriptBindAllocation()
758 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
759 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput()
764 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
765 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) { in nScriptGroupSetOutput()