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

Test testing the JOGL - JOCL interoperability. More...

Inheritance diagram for com.jogamp.opencl.gl.CLGLTest:
Collaboration diagram for com.jogamp.opencl.gl.CLGLTest:

Public Member Functions

void createContextTest ()
 
void vboSharing ()
 
void textureSharing ()
 
void textureSharingInner (final CLDevice cldevice)
 
- 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 initGL ()
 
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 JOGL - JOCL interoperability.

Author
Michael Bien, et.al

Definition at line 79 of file CLGLTest.java.

Member Function Documentation

◆ createContextTest()

void com.jogamp.opencl.gl.CLGLTest.createContextTest ( )

Definition at line 114 of file CLGLTest.java.

Here is the call graph for this function:

◆ initGL()

static void com.jogamp.opencl.gl.CLGLTest.initGL ( )
static

Definition at line 85 of file CLGLTest.java.

◆ main()

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

Definition at line 360 of file CLGLTest.java.

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

◆ textureSharing()

void com.jogamp.opencl.gl.CLGLTest.textureSharing ( )

Definition at line 236 of file CLGLTest.java.

Here is the call graph for this function:

◆ textureSharingInner()

void com.jogamp.opencl.gl.CLGLTest.textureSharingInner ( final CLDevice  cldevice)

Definition at line 266 of file CLGLTest.java.

Here is the call graph for this function:

◆ vboSharing()

void com.jogamp.opencl.gl.CLGLTest.vboSharing ( )

Definition at line 160 of file CLGLTest.java.

Here is the call graph for this function:

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