JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.LowLevelBindingTest Class Reference

Test testing the low level bindings. More...

Inheritance diagram for com.jogamp.opencl.LowLevelBindingTest:
Collaboration diagram for com.jogamp.opencl.LowLevelBindingTest:

Public Member Functions

void contextlessTest ()
 
void createContextTest ()
 
void lowLevelVectorAddTest () throws InterruptedException
 
void loadTest () throws 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 setUpClass () throws Exception
 
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)
 

Additional Inherited Members

- Public Attributes inherited from com.jogamp.opencl.test.util.UITestCase
TestName _unitTestName = new TestName()
 
- 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
 

Detailed Description

Test testing the low level bindings.

Author
Michael Bien, et al.

Definition at line 71 of file LowLevelBindingTest.java.

Member Function Documentation

◆ contextlessTest()

void com.jogamp.opencl.LowLevelBindingTest.contextlessTest ( )

Definition at line 105 of file LowLevelBindingTest.java.

Here is the call graph for this function:

◆ createContextTest()

void com.jogamp.opencl.LowLevelBindingTest.createContextTest ( )

Definition at line 186 of file LowLevelBindingTest.java.

Here is the call graph for this function:

◆ loadTest()

void com.jogamp.opencl.LowLevelBindingTest.loadTest ( ) throws InterruptedException

Definition at line 457 of file LowLevelBindingTest.java.

Here is the call graph for this function:

◆ lowLevelVectorAddTest()

void com.jogamp.opencl.LowLevelBindingTest.lowLevelVectorAddTest ( ) throws InterruptedException

Definition at line 231 of file LowLevelBindingTest.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

static void com.jogamp.opencl.LowLevelBindingTest.main ( final String[]  args) throws IOException
static

Definition at line 509 of file LowLevelBindingTest.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setUpClass()

static void com.jogamp.opencl.LowLevelBindingTest.setUpClass ( ) throws Exception
static

Definition at line 99 of file LowLevelBindingTest.java.


The documentation for this class was generated from the following file: