JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps Class Reference

This test creates a Texture from TextureData of various pixel formats and pixel types with auto generate mipmaps set to true. More...

Inheritance diagram for com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps:

Public Member Functions

void test00_MipMap_ScaleInternal_RGB_UBYTE ()
 
void test01_MipMap_ScaleInternal_RGBA_UBYTE ()
 
void test02_MipMap_ScaleInternal_RGB_BYTE ()
 
void test03_MipMap_ScaleInternal_RGBA_BYTE ()
 
void test04_MipMap_ScaleInternal_RGB_USHORT ()
 
void test05_MipMap_ScaleInternal_RGBA_USHORT ()
 
void test06_MipMap_ScaleInternal_RGB_SHORT ()
 
void test07_MipMap_ScaleInternal_RGBA_SHORT ()
 
void test08_MipMap_ScaleInternal_RGB_UINT ()
 
void test09_MipMap_ScaleInternal_RGBA_UINT ()
 
void test10_MipMap_ScaleInternal_RGB_INT ()
 
void test11_MipMap_ScaleInternal_RGBA_INT ()
 
void test12_MipMap_ScaleInternal_RGB_FLOAT ()
 
void test13_MipMap_ScaleInternal_RGBA_FLOAT ()
 
- Public Member Functions inherited from com.jogamp.opengl.test.junit.util.UITestCase
int getMaxTestNameLen ()
 
String getSnapshotFilename (final int sn, String postSNDetail, final GLCapabilitiesImmutable caps, final int width, final int height, final boolean sinkHasAlpha, String fileSuffix, final String destPath)
 
void snapshot (final int sn, final String postSNDetail, final GL gl, final GLReadBufferUtil readBufferUtil, final String fileSuffix, final String destPath)
 Takes a snapshot of the drawable's current front framebuffer. 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 ()
 

Detailed Description

Member Function Documentation

◆ main()

static void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.main ( final String[]  args)
static

Definition at line 269 of file TestBug365TextureGenerateMipMaps.java.

◆ setup()

static void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.setup ( ) throws Throwable
static

Definition at line 57 of file TestBug365TextureGenerateMipMaps.java.

◆ teardown()

static void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.teardown ( )
static

Definition at line 68 of file TestBug365TextureGenerateMipMaps.java.

◆ test00_MipMap_ScaleInternal_RGB_UBYTE()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test00_MipMap_ScaleInternal_RGB_UBYTE ( )

Definition at line 130 of file TestBug365TextureGenerateMipMaps.java.

◆ test01_MipMap_ScaleInternal_RGBA_UBYTE()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test01_MipMap_ScaleInternal_RGBA_UBYTE ( )

Definition at line 140 of file TestBug365TextureGenerateMipMaps.java.

◆ test02_MipMap_ScaleInternal_RGB_BYTE()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test02_MipMap_ScaleInternal_RGB_BYTE ( )

Definition at line 150 of file TestBug365TextureGenerateMipMaps.java.

◆ test03_MipMap_ScaleInternal_RGBA_BYTE()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test03_MipMap_ScaleInternal_RGBA_BYTE ( )

Definition at line 160 of file TestBug365TextureGenerateMipMaps.java.

◆ test04_MipMap_ScaleInternal_RGB_USHORT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test04_MipMap_ScaleInternal_RGB_USHORT ( )

Definition at line 170 of file TestBug365TextureGenerateMipMaps.java.

◆ test05_MipMap_ScaleInternal_RGBA_USHORT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test05_MipMap_ScaleInternal_RGBA_USHORT ( )

Definition at line 180 of file TestBug365TextureGenerateMipMaps.java.

◆ test06_MipMap_ScaleInternal_RGB_SHORT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test06_MipMap_ScaleInternal_RGB_SHORT ( )

Definition at line 190 of file TestBug365TextureGenerateMipMaps.java.

◆ test07_MipMap_ScaleInternal_RGBA_SHORT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test07_MipMap_ScaleInternal_RGBA_SHORT ( )

Definition at line 200 of file TestBug365TextureGenerateMipMaps.java.

◆ test08_MipMap_ScaleInternal_RGB_UINT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test08_MipMap_ScaleInternal_RGB_UINT ( )

Definition at line 210 of file TestBug365TextureGenerateMipMaps.java.

◆ test09_MipMap_ScaleInternal_RGBA_UINT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test09_MipMap_ScaleInternal_RGBA_UINT ( )

Definition at line 220 of file TestBug365TextureGenerateMipMaps.java.

◆ test10_MipMap_ScaleInternal_RGB_INT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test10_MipMap_ScaleInternal_RGB_INT ( )

Definition at line 230 of file TestBug365TextureGenerateMipMaps.java.

◆ test11_MipMap_ScaleInternal_RGBA_INT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test11_MipMap_ScaleInternal_RGBA_INT ( )

Definition at line 240 of file TestBug365TextureGenerateMipMaps.java.

◆ test12_MipMap_ScaleInternal_RGB_FLOAT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test12_MipMap_ScaleInternal_RGB_FLOAT ( )

Definition at line 250 of file TestBug365TextureGenerateMipMaps.java.

◆ test13_MipMap_ScaleInternal_RGBA_FLOAT()

void com.jogamp.opengl.test.junit.jogl.glu.TestBug365TextureGenerateMipMaps.test13_MipMap_ScaleInternal_RGBA_FLOAT ( )

Definition at line 260 of file TestBug365TextureGenerateMipMaps.java.


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