|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Public Member Functions | |
| void | test01Enums () |
| void | test02RebuildProgram () throws IOException |
| void | test03ProgramBinaries () throws IOException |
| void | test10BuilderSync () throws IOException, ClassNotFoundException, InterruptedException |
| void | test11BuilderAsync () throws IOException, ClassNotFoundException, InterruptedException |
| void | test20Kernel () |
| void | test21AllKernels () |
| void | test22KerneWorkGrouplInfo () |
| Test of getting new kernel work group information, including those from OpenCL versions newer than 1.1. More... | |
| void | test60Load () throws IOException, ClassNotFoundException, InterruptedException |
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 | |
| TemporaryFolder | tmpFolder = new TemporaryFolder() |
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 68 of file CLProgramTest.java.
|
static |
Definition at line 412 of file CLProgramTest.java.
| void com.jogamp.opencl.CLProgramTest.test01Enums | ( | ) |
| void com.jogamp.opencl.CLProgramTest.test02RebuildProgram | ( | ) | throws IOException |
| void com.jogamp.opencl.CLProgramTest.test03ProgramBinaries | ( | ) | throws IOException |
| void com.jogamp.opencl.CLProgramTest.test10BuilderSync | ( | ) | throws IOException, ClassNotFoundException, InterruptedException |
Definition at line 295 of file CLProgramTest.java.
| void com.jogamp.opencl.CLProgramTest.test11BuilderAsync | ( | ) | throws IOException, ClassNotFoundException, InterruptedException |
Definition at line 300 of file CLProgramTest.java.
| void com.jogamp.opencl.CLProgramTest.test20Kernel | ( | ) |
| void com.jogamp.opencl.CLProgramTest.test21AllKernels | ( | ) |
| void com.jogamp.opencl.CLProgramTest.test22KerneWorkGrouplInfo | ( | ) |
Test of getting new kernel work group information, including those from OpenCL versions newer than 1.1.
Definition at line 383 of file CLProgramTest.java.
| void com.jogamp.opencl.CLProgramTest.test60Load | ( | ) | throws IOException, ClassNotFoundException, InterruptedException |
Definition at line 404 of file CLProgramTest.java.
| TemporaryFolder com.jogamp.opencl.CLProgramTest.tmpFolder = new TemporaryFolder() |
Definition at line 71 of file CLProgramTest.java.