Searched refs:rsnAllocationGetByteBuffer (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 450 …native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, int xBytesSize, int dimY, int d… in rsnAllocationGetByteBuffer() method in RenderScript 453 return rsnAllocationGetByteBuffer(mContext, alloc, xBytesSize, dimY, dimZ); in nAllocationGetByteBuffer()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 485 native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, in rsnAllocationGetByteBuffer() method in RenderScript 490 return rsnAllocationGetByteBuffer(mContext, alloc, stride, xBytesSize, dimY, dimZ); in nAllocationGetByteBuffer()
|