diff options
Diffstat (limited to 'test/com/jogamp/opencl/CLImageTest.java')
-rw-r--r-- | test/com/jogamp/opencl/CLImageTest.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/com/jogamp/opencl/CLImageTest.java b/test/com/jogamp/opencl/CLImageTest.java index 26e53ed2..5f5c0503 100644 --- a/test/com/jogamp/opencl/CLImageTest.java +++ b/test/com/jogamp/opencl/CLImageTest.java @@ -84,9 +84,6 @@ public class CLImageTest extends UITestCase { @Test public void supportedImageFormatsTest() { - if(MiscUtils.isOpenCLUnavailable()) - return; - CLDevice device = getCompatibleDevice(); if(device == null) { out.println("WARNING: can not test image api."); @@ -109,10 +106,6 @@ public class CLImageTest extends UITestCase { @Test public void image2dCopyTest() throws IOException { - - if(MiscUtils.isOpenCLUnavailable()) - return; - CLDevice device = getCompatibleDevice(); if(device == null) { out.println("WARNING: can not test image api."); @@ -148,10 +141,6 @@ public class CLImageTest extends UITestCase { @Test public void image2dKernelCopyTest() throws IOException { - - if(MiscUtils.isOpenCLUnavailable()) - return; - CLDevice device = getCompatibleDevice(); if(device == null) { out.println("WARNING: can not test image api."); |