|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.media.opengl.glu.GLU javax.media.opengl.glu.gl2es1.GLUgl2es1
public class GLUgl2es1
Field Summary | |
---|---|
protected static boolean |
availableMipmap
|
protected static boolean |
checkedMipmap
|
Constructor Summary | |
---|---|
GLUgl2es1()
Instantiates a new OpenGL Utility Library object. |
Method Summary | |
---|---|
void |
destroy()
|
static GL2ES1 |
getCurrentGL2ES1()
|
int |
gluBuild1DMipmapLevels(int target,
int internalFormat,
int width,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
Buffer data)
Optional, throws GLException if not available in profile |
int |
gluBuild1DMipmaps(int target,
int internalFormat,
int width,
int format,
int type,
Buffer data)
Optional, throws GLException if not available in profile |
int |
gluBuild2DMipmapLevels(int target,
int internalFormat,
int width,
int height,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
Buffer data)
Optional, throws GLException if not available in profile |
int |
gluBuild2DMipmaps(int target,
int internalFormat,
int width,
int height,
int format,
int type,
Buffer data)
Optional, throws GLException if not available in profile |
int |
gluBuild3DMipmapLevels(int target,
int internalFormat,
int width,
int height,
int depth,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
Buffer data)
Optional, throws GLException if not available in profile |
int |
gluBuild3DMipmaps(int target,
int internalFormat,
int width,
int height,
int depth,
int format,
int type,
Buffer data)
Optional, throws GLException if not available in profile |
int |
gluScaleImage(int format,
int widthin,
int heightin,
int typein,
Buffer datain,
int widthout,
int heightout,
int typeout,
Buffer dataout)
Optional, throws GLException if not available in profile |
protected static void |
validateMipmap()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static boolean availableMipmap
protected static boolean checkedMipmap
Constructor Detail |
---|
public GLUgl2es1()
The returned GLU object is not guaranteed to be thread-safe and should only be used from one thread at a time. Multiple GLU objects may be instantiated to be used from different threads simultaneously.
Method Detail |
---|
public void destroy()
destroy
in class GLU
public static final GL2ES1 getCurrentGL2ES1() throws GLException
GLException
protected static final void validateMipmap()
public final int gluScaleImage(int format, int widthin, int heightin, int typein, Buffer datain, int widthout, int heightout, int typeout, Buffer dataout)
gluScaleImage
in class GLU
public final int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, int userLevel, int baseLevel, int maxLevel, Buffer data)
gluBuild1DMipmapLevels
in class GLU
public final int gluBuild1DMipmaps(int target, int internalFormat, int width, int format, int type, Buffer data)
gluBuild1DMipmaps
in class GLU
public final int gluBuild2DMipmapLevels(int target, int internalFormat, int width, int height, int format, int type, int userLevel, int baseLevel, int maxLevel, Buffer data)
gluBuild2DMipmapLevels
in class GLU
public final int gluBuild2DMipmaps(int target, int internalFormat, int width, int height, int format, int type, Buffer data)
gluBuild2DMipmaps
in class GLU
public final int gluBuild3DMipmapLevels(int target, int internalFormat, int width, int height, int depth, int format, int type, int userLevel, int baseLevel, int maxLevel, Buffer data)
gluBuild3DMipmapLevels
in class GLU
public final int gluBuild3DMipmaps(int target, int internalFormat, int width, int height, int depth, int format, int type, Buffer data)
gluBuild3DMipmaps
in class GLU
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |