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

Test testing CLImage API. More...

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

Public Member Functions

CLDevice getCompatibleDevice ()
 
void supportedImageFormatsTest ()
 
void image2dCopyTest () throws IOException
 
void image2dKernelCopyTest () throws IOException
 
- 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 init () throws IOException
 
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 CLImage API.

Author
Michael Bien, et.al

Definition at line 57 of file CLImageTest.java.

Member Function Documentation

◆ getCompatibleDevice()

CLDevice com.jogamp.opencl.CLImageTest.getCompatibleDevice ( )

Definition at line 68 of file CLImageTest.java.

Here is the call graph for this function:

◆ image2dCopyTest()

void com.jogamp.opencl.CLImageTest.image2dCopyTest ( ) throws IOException

Definition at line 108 of file CLImageTest.java.

Here is the call graph for this function:

◆ image2dKernelCopyTest()

void com.jogamp.opencl.CLImageTest.image2dKernelCopyTest ( ) throws IOException

Definition at line 143 of file CLImageTest.java.

Here is the call graph for this function:

◆ init()

static void com.jogamp.opencl.CLImageTest.init ( ) throws IOException
static

Definition at line 62 of file CLImageTest.java.

◆ main()

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

Definition at line 187 of file CLImageTest.java.

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

◆ supportedImageFormatsTest()

void com.jogamp.opencl.CLImageTest.supportedImageFormatsTest ( )

Definition at line 86 of file CLImageTest.java.

Here is the call graph for this function:

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