Lines Matching defs:alloc
478 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap()
479 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap()
484 native void rsnAllocationSyncAll(long con, long alloc, int src); in rsnAllocationSyncAll()
485 synchronized void nAllocationSyncAll(long alloc, int src) { in nAllocationSyncAll()
490 native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, in rsnAllocationGetByteBuffer()
492 synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, long[] stride, int xBytesSize, in nAllocationGetByteBuffer()
498 native void rsnAllocationSetupBufferQueue(long con, long alloc, int numAlloc); in rsnAllocationSetupBufferQueue()
499 synchronized void nAllocationSetupBufferQueue(long alloc, int numAlloc) { in nAllocationSetupBufferQueue()
508 native Surface rsnAllocationGetSurface(long con, long alloc); in rsnAllocationGetSurface()
509 synchronized Surface nAllocationGetSurface(long alloc) { in nAllocationGetSurface()
513 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
514 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
518 native void rsnAllocationIoSend(long con, long alloc); in rsnAllocationIoSend()
519 synchronized void nAllocationIoSend(long alloc) { in nAllocationIoSend()
523 native long rsnAllocationIoReceive(long con, long alloc); in rsnAllocationIoReceive()
524 synchronized long nAllocationIoReceive(long alloc) { in nAllocationIoReceive()
529 native void rsnAllocationGenerateMipmaps(long con, long alloc); in rsnAllocationGenerateMipmaps()
530 synchronized void nAllocationGenerateMipmaps(long alloc) { in nAllocationGenerateMipmaps()
534 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap()
535 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap()
736 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot); in rsnScriptBindAllocation()
737 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { in nScriptBindAllocation()
878 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
879 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput()
884 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
885 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) { in nScriptGroupSetOutput()