|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.utils.ContextInfos
public class ContextInfos
Utility methods for obtaining information about cl_context objects
Method Summary | |
---|---|
static org.jocl.cl_device_id[] |
getDevices(org.jocl.cl_context context)
The devices associated with the context. |
static int |
getNumDevices(org.jocl.cl_context context)
The number of devices associated with the context. |
static long[] |
getProperties(org.jocl.cl_context context)
The properties of the context. |
static java.lang.String[] |
getPropertiesStrings(org.jocl.cl_context context)
The properties of the context, as Strings. |
static int |
getReferenceCount(org.jocl.cl_context context)
The reference count. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int getReferenceCount(org.jocl.cl_context context)
context
- The context
public static int getNumDevices(org.jocl.cl_context context)
context
- The context
public static org.jocl.cl_device_id[] getDevices(org.jocl.cl_context context)
context
- The context
public static long[] getProperties(org.jocl.cl_context context)
context
- The context
public static java.lang.String[] getPropertiesStrings(org.jocl.cl_context context)
context
- The context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |