JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLProgramTest Class Reference
Inheritance diagram for com.jogamp.opencl.CLProgramTest:
Collaboration diagram for com.jogamp.opencl.CLProgramTest:

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
 

Detailed Description

Author
Michael Bien, et.al

Definition at line 68 of file CLProgramTest.java.

Member Function Documentation

◆ main()

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

Definition at line 412 of file CLProgramTest.java.

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

◆ test01Enums()

void com.jogamp.opencl.CLProgramTest.test01Enums ( )

Definition at line 75 of file CLProgramTest.java.

Here is the call graph for this function:

◆ test02RebuildProgram()

void com.jogamp.opencl.CLProgramTest.test02RebuildProgram ( ) throws IOException

Definition at line 84 of file CLProgramTest.java.

Here is the call graph for this function:

◆ test03ProgramBinaries()

void com.jogamp.opencl.CLProgramTest.test03ProgramBinaries ( ) throws IOException

Definition at line 124 of file CLProgramTest.java.

Here is the call graph for this function:

◆ test10BuilderSync()

void com.jogamp.opencl.CLProgramTest.test10BuilderSync ( ) throws IOException, ClassNotFoundException, InterruptedException

Definition at line 295 of file CLProgramTest.java.

◆ test11BuilderAsync()

void com.jogamp.opencl.CLProgramTest.test11BuilderAsync ( ) throws IOException, ClassNotFoundException, InterruptedException

Definition at line 300 of file CLProgramTest.java.

◆ test20Kernel()

void com.jogamp.opencl.CLProgramTest.test20Kernel ( )

Definition at line 307 of file CLProgramTest.java.

Here is the call graph for this function:

◆ test21AllKernels()

void com.jogamp.opencl.CLProgramTest.test21AllKernels ( )

Definition at line 352 of file CLProgramTest.java.

Here is the call graph for this function:

◆ test22KerneWorkGrouplInfo()

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.

Here is the call graph for this function:

◆ test60Load()

void com.jogamp.opencl.CLProgramTest.test60Load ( ) throws IOException, ClassNotFoundException, InterruptedException

Definition at line 404 of file CLProgramTest.java.

Member Data Documentation

◆ tmpFolder

TemporaryFolder com.jogamp.opencl.CLProgramTest.tmpFolder = new TemporaryFolder()

Definition at line 71 of file CLProgramTest.java.


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