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

Public Member Functions

void createBufferFromLimitedBuffer ()
 
void cloneWithLimitedBufferTest ()
 
void copyLimitedSlicedBuffersTest ()
 
void createBufferTest ()
 
void writeCopyReadBufferTest ()
 
void bufferWithHostPointerTest ()
 
void mapBufferTest ()
 
void subBufferTest01ByteBuffer ()
 
void subBufferTest02FloatBuffer ()
 
void destructorCallbackTest () 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 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

Author
Michael Bien, et.al.

Definition at line 65 of file CLBufferTest.java.

Member Function Documentation

◆ bufferWithHostPointerTest()

void com.jogamp.opencl.CLBufferTest.bufferWithHostPointerTest ( )

Definition at line 221 of file CLBufferTest.java.

Here is the call graph for this function:

◆ cloneWithLimitedBufferTest()

void com.jogamp.opencl.CLBufferTest.cloneWithLimitedBufferTest ( )

Definition at line 88 of file CLBufferTest.java.

Here is the call graph for this function:

◆ copyLimitedSlicedBuffersTest()

void com.jogamp.opencl.CLBufferTest.copyLimitedSlicedBuffersTest ( )

Definition at line 105 of file CLBufferTest.java.

Here is the call graph for this function:

◆ createBufferFromLimitedBuffer()

void com.jogamp.opencl.CLBufferTest.createBufferFromLimitedBuffer ( )

Definition at line 68 of file CLBufferTest.java.

Here is the call graph for this function:

◆ createBufferTest()

void com.jogamp.opencl.CLBufferTest.createBufferTest ( )

Definition at line 134 of file CLBufferTest.java.

Here is the call graph for this function:

◆ destructorCallbackTest()

void com.jogamp.opencl.CLBufferTest.destructorCallbackTest ( ) throws InterruptedException

Definition at line 414 of file CLBufferTest.java.

Here is the call graph for this function:

◆ main()

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

Definition at line 452 of file CLBufferTest.java.

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

◆ mapBufferTest()

void com.jogamp.opencl.CLBufferTest.mapBufferTest ( )

Definition at line 265 of file CLBufferTest.java.

Here is the call graph for this function:

◆ subBufferTest01ByteBuffer()

void com.jogamp.opencl.CLBufferTest.subBufferTest01ByteBuffer ( )

Definition at line 318 of file CLBufferTest.java.

Here is the call graph for this function:

◆ subBufferTest02FloatBuffer()

void com.jogamp.opencl.CLBufferTest.subBufferTest02FloatBuffer ( )

Definition at line 364 of file CLBufferTest.java.

Here is the call graph for this function:

◆ writeCopyReadBufferTest()

void com.jogamp.opencl.CLBufferTest.writeCopyReadBufferTest ( )

Definition at line 189 of file CLBufferTest.java.

Here is the call graph for this function:

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