|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CLTypes.cl_vector_type in org.jocl.struct |
---|
Methods in org.jocl.struct with type parameters of type CLTypes.cl_vector_type | ||
---|---|---|
static
|
Buffers.allocateBuffer(java.nio.ByteOrder byteOrder,
T... elements)
Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects, and has the given byte order. |
|
static
|
Buffers.allocateBuffer(T... elements)
Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects. |
|
static
|
Buffers.readFromBuffer(java.nio.ByteBuffer sourceBuffer,
T... elements)
Reads the given objects from the given source buffer. |
|
static
|
PointerStruct.to(T... values)
Creates a new Pointer to the given vector type values. |
|
static
|
Buffers.writeToBuffer(java.nio.ByteBuffer targetBuffer,
T... elements)
Writes the given objects to the given target buffer. |
Methods in org.jocl.struct with parameters of type CLTypes.cl_vector_type | ||
---|---|---|
static
|
Buffers.allocateBuffer(java.nio.ByteOrder byteOrder,
T... elements)
Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects, and has the given byte order. |
|
static
|
Buffers.allocateBuffer(T... elements)
Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects. |
|
static
|
Buffers.readFromBuffer(java.nio.ByteBuffer sourceBuffer,
T... elements)
Reads the given objects from the given source buffer. |
|
static
|
PointerStruct.to(T... values)
Creates a new Pointer to the given vector type values. |
|
static
|
Buffers.writeToBuffer(java.nio.ByteBuffer targetBuffer,
T... elements)
Writes the given objects to the given target buffer. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |