|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
This test creates a Texture from TextureData of various pixel formats and pixel types with auto generate mipmaps set to true.
More...
Static Public Member Functions | |
| static void | setup () throws Throwable |
| static void | teardown () |
| static void | main (final String[] args) |
Static Public Member Functions inherited from com.jogamp.opengl.test.junit.util.UITestCase | |
| static void | setResetXRandRIfX11AfterClass () |
| static int | resetXRandRIfX11 () |
| Iterates through all outputs and sets the preferred mode and normal rotation using RandR 1.3. More... | |
| static int | processCommand (final String[] cmdline, final OutputStream outstream, final StringBuilder outstring, final String outPrefix) |
| static final void | oneTimeSetUpUITest () |
| static final void | oneTimeTearDownUITest () |
This test creates a Texture from TextureData of various pixel formats and pixel types with auto generate mipmaps set to true.
Bug Reference: https://jogamp.org/bugzilla/show_bug.cgi?id=365
The bug pertains to mipmap generation from a Texture and exists in ScaleInternal where a java.nio.BufferUnderflowException is thrown.
suite of test cases test: ScaleInternal#scale_internal_ubyte(int, int, int, ByteBuffer, int, int, ByteBuffer, int, int, int) ScaleInternal#scale_internal_byte(int, int, int, ByteBuffer, int, int, ByteBuffer, int, int, int) ScaleInternal#scale_internal_ushort(int, int, int, ByteBuffer, int, int, java.nio.ShortBuffer, int, int, int, boolean) ScaleInternal#scale_internal_short(int, int, int, ByteBuffer, int, int, java.nio.ShortBuffer, int, int, int, boolean) ScaleInternal#scale_internal_uint(int, int, int, ByteBuffer, int, int, java.nio.IntBuffer, int, int, int, boolean) ScaleInternal#scale_internal_int(int, int, int, ByteBuffer, int, int, java.nio.IntBuffer, int, int, int, boolean) ScaleInternal#scale_internal_float(int, int, int, ByteBuffer, int, int, java.nio.FloatBuffer, int, int, int, boolean)
Definition at line 53 of file TestBug365TextureGenerateMipMaps.java.
|
static |
Definition at line 269 of file TestBug365TextureGenerateMipMaps.java.
|
static |
Definition at line 57 of file TestBug365TextureGenerateMipMaps.java.
|
static |
Definition at line 68 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test00_MipMap_ScaleInternal_RGB_UBYTE | ( | ) |
Definition at line 130 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test01_MipMap_ScaleInternal_RGBA_UBYTE | ( | ) |
Definition at line 140 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test02_MipMap_ScaleInternal_RGB_BYTE | ( | ) |
Definition at line 150 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test03_MipMap_ScaleInternal_RGBA_BYTE | ( | ) |
Definition at line 160 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test04_MipMap_ScaleInternal_RGB_USHORT | ( | ) |
Definition at line 170 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test05_MipMap_ScaleInternal_RGBA_USHORT | ( | ) |
Definition at line 180 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test06_MipMap_ScaleInternal_RGB_SHORT | ( | ) |
Definition at line 190 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test07_MipMap_ScaleInternal_RGBA_SHORT | ( | ) |
Definition at line 200 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test08_MipMap_ScaleInternal_RGB_UINT | ( | ) |
Definition at line 210 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test09_MipMap_ScaleInternal_RGBA_UINT | ( | ) |
Definition at line 220 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test10_MipMap_ScaleInternal_RGB_INT | ( | ) |
Definition at line 230 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test11_MipMap_ScaleInternal_RGBA_INT | ( | ) |
Definition at line 240 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test12_MipMap_ScaleInternal_RGB_FLOAT | ( | ) |
Definition at line 250 of file TestBug365TextureGenerateMipMaps.java.
| void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test13_MipMap_ScaleInternal_RGBA_FLOAT | ( | ) |
Definition at line 260 of file TestBug365TextureGenerateMipMaps.java.