Home
last modified time | relevance | path

Searched defs:gluBuild1DMipmapLevels (Results 1 – 19 of 19) sorted by path

/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GL/
H A Dglu_mangle.h77 #define gluBuild1DMipmapLevels mgluBuild1DMipmapLevels macro
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glu/libutil/
H A Dmipmap.c3643 gluBuild1DMipmapLevels(GLenum target, GLint internalFormat, in gluBuild1DMipmapLevels() function
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLU/
H A D__init__.py84 gluBuild1DMipmapLevels = platform.createBaseFunction( variable
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dglu-CustomJavaCode-base.java1455 public int gluBuild1DMipmapLevels( int target, int internalFormat, int width, in gluBuild1DMipmapLevels() method
H A Dglu-CustomJavaCode-gl2.java321 public final int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int … in gluBuild1DMipmapLevels() method
H A Dglu-CustomJavaCode-gl2es1.java158 public final int gluBuild1DMipmapLevels( int target, int internalFormat, int width, in gluBuild1DMipmapLevels() method
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/glu/mipmap/
H A DMipmap.java602 public static int gluBuild1DMipmapLevels( final GL gl, final int target, final int internalFormat, in gluBuild1DMipmapLevels() method in Mipmap
/dports/graphics/jogl/jogl-1.1.1_9/jogl/build/gensrc/classes/javax/media/opengl/glu/
H A DGLU.java1551 …public int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type,… in gluBuild1DMipmapLevels() method in GLU
/dports/graphics/jogl/jogl-1.1.1_9/jogl/make/
H A Dglu-CustomJavaCode.java1367 public int gluBuild1DMipmapLevels(int target, int internalFormat, int width, int format, int type, … in gluBuild1DMipmapLevels() method
H A Dnative-taglet.properties257 gluBuild1DMipmapLevels=gluBuild1DMipmapLevels.xml key
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/mipmap/
H A DMipmap.java586 public static int gluBuild1DMipmapLevels( GL gl, int target, int internalFormat, in gluBuild1DMipmapLevels() method in Mipmap
/dports/graphics/libGLU/glu-9.0.2/src/libutil/
H A Dmipmap.c3643 gluBuild1DMipmapLevels(GLenum target, GLint internalFormat, in gluBuild1DMipmapLevels() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/
H A Dmipmap.cpp3692 gluBuild1DMipmapLevels(GLenum target, GLint internalFormat, in gluBuild1DMipmapLevels() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/
H A Dmipmap.cpp3691 gluBuild1DMipmapLevels(GLenum target, GLint internalFormat, in gluBuild1DMipmapLevels() function
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLU/
H A D__init__.py84 gluBuild1DMipmapLevels = platform.createBaseFunction( variable
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/gl/
H A Dglu.py272 gluBuild1DMipmapLevels = _link_function('gluBuild1DMipmapLevels', GLint, [GLenum, GLint, GLsizei, G… variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/gl/
H A Dglu.py272 gluBuild1DMipmapLevels = _link_function('gluBuild1DMipmapLevels', GLint, [GLenum, GLint, GLsizei, G… variable
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A Dmacglu.pas559 function gluBuild1DMipmapLevels( target: GLenum; internalFormat: GLint; width: GLsizei; format: GLe… in gluBuild1DMipmapLevels() function
/dports/lang/racket/racket-8.3/share/pkgs/sgl/
H A Dgl.rkt701 (define-foreignu gluBuild1DMipmapLevels function