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