FieldPacker
open class FieldPacker
Utility class for packing arguments and structures from Android system objects to RenderScript objects. This class is only intended to be used to support the reflected code generated by the RS tool chain. It should not be called directly.
Summary
Public constructors
<init>
FieldPacker(len: Int)
Public methods
addI32
open fun addI32(v: Int): Unit
addU16
open fun addU16(v: Int): Unit
reset
open fun reset(): Unit
subBoolean
open fun subBoolean(): Boolean
subByte2
open fun subByte2(): Byte2!
subByte3
open fun subByte3(): Byte3!
subByte4
open fun subByte4(): Byte4!
subDouble2
open fun subDouble2(): Double2!
subDouble3
open fun subDouble3(): Double3!
subDouble4
open fun subDouble4(): Double4!
subF32
open fun subF32(): Float
subF64
open fun subF64(): Double
subFloat2
open fun subFloat2(): Float2!
subFloat3
open fun subFloat3(): Float3!
subFloat4
open fun subFloat4(): Float4!
subI16
open fun subI16(): Short
subI32
open fun subI32(): Int
subI64
open fun subI64(): Long
subI8
open fun subI8(): Byte
subInt2
open fun subInt2(): Int2!
subInt3
open fun subInt3(): Int3!
subInt4
open fun subInt4(): Int4!
subLong2
open fun subLong2(): Long2!
subLong3
open fun subLong3(): Long3!
subLong4
open fun subLong4(): Long4!
subMatrix2f
open fun subMatrix2f(): Matrix2f!
subMatrix3f
open fun subMatrix3f(): Matrix3f!
subMatrix4f
open fun subMatrix4f(): Matrix4f!
subShort2
open fun subShort2(): Short2!
subShort3
open fun subShort3(): Short3!
subShort4
open fun subShort4(): Short4!
subalign
open fun subalign(v: Int): Unit