public class OpenCLMem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
address |
long |
bits |
java.lang.Object |
instance |
static int |
MEM_COPY_BIT |
static int |
MEM_DIRTY_BIT |
static int |
MEM_ENQUEUED_BIT |
long |
memId |
OpenCLProgram |
program |
int |
sizeInBytes |
Constructor and Description |
---|
OpenCLMem() |
Modifier and Type | Method and Description |
---|---|
private void |
dummyJNI() |
public static final int MEM_DIRTY_BIT
public static final int MEM_COPY_BIT
public static final int MEM_ENQUEUED_BIT
public long bits
public int sizeInBytes
public long memId
public long address
public java.lang.Object instance
public OpenCLProgram program