|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.utils.CommandQueueInfos
public class CommandQueueInfos
Utility methods for obtaining information about cl_command_queue objects
Method Summary | |
---|---|
static org.jocl.cl_context |
getContext(org.jocl.cl_command_queue commandQueue)
The context that this command queue belongs to |
static org.jocl.cl_device_id |
getDevice(org.jocl.cl_command_queue commandQueue)
The device that this command queue belongs to |
static long |
getProperties(org.jocl.cl_command_queue commandQueue)
The properties of the command queue. |
static java.lang.String |
getPropertiesString(org.jocl.cl_command_queue commandQueue)
The properties of the command queue, as a String |
static int |
getReferenceCount(org.jocl.cl_command_queue commandQueue)
The reference count. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.jocl.cl_context getContext(org.jocl.cl_command_queue commandQueue)
commandQueue
- The command queue
public static org.jocl.cl_device_id getDevice(org.jocl.cl_command_queue commandQueue)
commandQueue
- The command queue
public static int getReferenceCount(org.jocl.cl_command_queue commandQueue)
commandQueue
- The command queue
public static long getProperties(org.jocl.cl_command_queue commandQueue)
commandQueue
- The command queue
public static java.lang.String getPropertiesString(org.jocl.cl_command_queue commandQueue)
commandQueue
- The command queue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |