Home | History | Annotate | Download | only in renderscript

Lines Matching defs:rsnAllocationGetByteBuffer

486     native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, int xBytesSize, int dimY, int dimZ);
489 return rsnAllocationGetByteBuffer(mContext, alloc, stride, xBytesSize, dimY, dimZ);