|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Public Member Functions | |
| void | createMultiContextTest () |
| void | commandQueuePoolTest () throws InterruptedException, ExecutionException |
Public Member Functions inherited from com.jogamp.opencl.test.util.UITestCase | |
| int | getMaxTestNameLen () |
| final String | getTestMethodName () |
| final String | getSimpleTestName (final String separator) |
| final String | getFullTestName (final String separator) |
| void | setUp () |
| void | tearDown () |
Static Public Member Functions | |
| static void | main (final String[] args) throws IOException |
Static Public Member Functions inherited from com.jogamp.opencl.test.util.UITestCase | |
| static boolean | isTestSupported () |
| static void | setTestSupported (final boolean v) |
| static void | oneTimeSetUp () |
| static void | oneTimeTearDown () |
| static void | waitForKey (final String preMessage) |
Public Attributes | |
| Timeout | methodTimeout = new Timeout(10000) |
Public Attributes inherited from com.jogamp.opencl.test.util.UITestCase | |
| TestName | _unitTestName = new TestName() |
Additional Inherited Members | |
Static Public Attributes inherited from com.jogamp.opencl.test.util.UITestCase | |
| static final String | SINGLE_INSTANCE_LOCK_FILE = "UITestCase.lock" |
| static final int | SINGLE_INSTANCE_LOCK_PORT = 59999 |
| static final long | SINGLE_INSTANCE_LOCK_TO = 6*60*1000 |
| static final long | SINGLE_INSTANCE_LOCK_POLL = 1000 |
Definition at line 44 of file CLMultiContextTest.java.
| void com.jogamp.opencl.util.concurrent.CLMultiContextTest.commandQueuePoolTest | ( | ) | throws InterruptedException, ExecutionException |
| void com.jogamp.opencl.util.concurrent.CLMultiContextTest.createMultiContextTest | ( | ) |
|
static |
Definition at line 182 of file CLMultiContextTest.java.
| Timeout com.jogamp.opencl.util.concurrent.CLMultiContextTest.methodTimeout = new Timeout(10000) |
Definition at line 47 of file CLMultiContextTest.java.