JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles Class Reference
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles:

Classes

class  NamedInputStream
 

Public Member Functions

void init () throws IOException
 
void clear ()
 

Public Attributes

ArrayList< NamedInputStreampngStreams
 
ArrayList< NamedInputStreamjpgStreams
 
ArrayList< NamedInputStreamtgaStreams
 
ArrayList< NamedInputStreamddsStreams
 
ArrayList< NamedInputStreamallStreams
 

Static Public Attributes

static final String[] pngFileNames
 
static final String[] jpgFileNames
 
static final String[] tgaFileNames
 
static final String[] ddsFileNames
 

Detailed Description

Definition at line 37 of file ImageTstFiles.java.

Member Function Documentation

◆ clear()

void com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.clear ( )

Definition at line 121 of file ImageTstFiles.java.

Here is the caller graph for this function:

◆ init()

void com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.init ( ) throws IOException

Definition at line 110 of file ImageTstFiles.java.

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

Member Data Documentation

◆ allStreams

ArrayList<NamedInputStream> com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.allStreams

Definition at line 94 of file ImageTstFiles.java.

◆ ddsFileNames

final String [] com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.ddsFileNames
static
Initial value:
= new String[] {
"test-64x32_DXT1.dds",
"test-64x32_DXT5.dds",
"test-64x32_uncompressed.dds"
}

Definition at line 74 of file ImageTstFiles.java.

◆ ddsStreams

ArrayList<NamedInputStream> com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.ddsStreams

Definition at line 93 of file ImageTstFiles.java.

◆ jpgFileNames

final String [] com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.jpgFileNames
static
Initial value:
= new String[] {
"bug745_qttdef_post_frame.jpg",
"darwin_03_N_4-YCCK-640x452.jpg",
"darwin_03_N_4-YCCK.jpg",
"j1-baseline.jpg",
"j2-progressive.jpg",
"j3-baseline_gray.jpg",
"test-cmyk-01.jpg",
"test-ntscN_3-01-160x90-60pct-yuv422h-base.jpg",
"test-ntscN_3-01-160x90-60pct-yuv422h-prog.jpg",
"test-ntscN_3-01-160x90-90pct-yuv444-base.jpg",
"test-ntscN_3-01-160x90-90pct-yuv444-prog.jpg",
"test-ycck-01.jpg" }

Definition at line 55 of file ImageTstFiles.java.

◆ jpgStreams

ArrayList<NamedInputStream> com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.jpgStreams

Definition at line 91 of file ImageTstFiles.java.

◆ pngFileNames

final String [] com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.pngFileNames
static
Initial value:
= new String[] {
"bug724-transparent-grey_gimpexp.png",
"bug724-transparent-grey_orig.png",
"cross-grey-alpha-16x16.png",
"grayscale_texture.png",
"pointer-grey-alpha-16x24.png",
"test-ntscI_3-01-160x90.png",
"test-ntscI_4-01-160x90.png",
"test-ntscIG3-01-160x90.png",
"test-ntscIG4-01-160x90.png",
"test-ntscN_3-01-160x90.png",
"test-ntscN_4-01-160x90.png",
"test-ntscNG4-01-160x90.png",
"test-ntscP_3-01-160x90.png",
"test-ntscP_4-01-160x90.png"
}

Definition at line 38 of file ImageTstFiles.java.

◆ pngStreams

ArrayList<NamedInputStream> com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.pngStreams

Definition at line 90 of file ImageTstFiles.java.

◆ tgaFileNames

final String [] com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.tgaFileNames
static
Initial value:
= new String[] {
"bug744-rle32.tga",
"bug982.rle32.256x256.tga",
"test-u32.tga"
}

Definition at line 69 of file ImageTstFiles.java.

◆ tgaStreams

ArrayList<NamedInputStream> com.jogamp.opengl.test.junit.jogl.util.texture.ImageTstFiles.tgaStreams

Definition at line 92 of file ImageTstFiles.java.


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