Home | History | Annotate | Download | only in renderscript

Lines Matching refs:alloc1

497     native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2);
498 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) {
500 rsnAllocationShareBufferQueue(mContext, alloc1, alloc2);