/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ |
H A D | GLU | 22 /* Pixel storage modes, used by gluScaleImage */ 55 /** OSG specific gluScaleImage function that allows you to pass in the PixelStoreModes, which 56 …* enables the code to avoid glGet's that are associated with the conventional gluScaleImage functi… 57 …* Avoiding glGet's allows this gluScaleImage function to be called at any time, from any thread, t… 59 extern OSG_EXPORT GLint gluScaleImage (PixelStorageModes* psm, GLenum format, GLsizei wIn, GLsizei … 61 /** Traditional GLU gluScaleImage function that sets up the PixelStoreModes automatically by doing … 64 extern OSG_EXPORT GLint gluScaleImage (GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, cons…
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/ |
H A D | GLU | 22 /* Pixel storage modes, used by gluScaleImage */ 55 /** OSG specific gluScaleImage function that allows you to pass in the PixelStoreModes, which 56 …* enables the code to avoid glGet's that are associated with the conventional gluScaleImage functi… 57 …* Avoiding glGet's allows this gluScaleImage function to be called at any time, from any thread, t… 59 extern OSG_EXPORT GLint gluScaleImage (PixelStorageModes* psm, GLenum format, GLsizei wIn, GLsizei … 61 /** Traditional GLU gluScaleImage function that sets up the PixelStoreModes automatically by doing … 64 extern OSG_EXPORT GLint gluScaleImage (GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, cons…
|
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/glu/ |
H A D | MipMap.java | 97 int error = gluScaleImage(format, width, height, type, data, w, h, type, image); in gluBuild2DMipmaps() 142 int error = gluScaleImage(format, w, h, type, image, newW, newH, type, newImage); in gluBuild2DMipmaps() 176 public static int gluScaleImage(int format, in gluScaleImage() method in MipMap
|
H A D | GLU.java | 400 public static int gluScaleImage( in gluScaleImage() method in GLU 411 …return MipMap.gluScaleImage(format, widthIn, heightIn, typeIn, dataIn, widthOut, heightOut, typeOu… in gluScaleImage()
|
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/ |
H A D | glu-gl2.cfg | 68 AccessControl gluScaleImage PRIVATE 78 DelegateImplementation gluScaleImage gluScaleImageC
|
H A D | glu-CustomJavaCode-gl2es1.java | 117 public final int gluScaleImage( int format, int widthin, int heightin, in gluScaleImage() method 135 int errno = Mipmap.gluScaleImage( getCurrentGL2ES1(), format, widthin, heightin, typein, in, in gluScaleImage()
|
H A D | glu-gl2es1.cfg | 17 Ignore gluScaleImage
|
H A D | glu-base.cfg | 17 Ignore gluScaleImage
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/glue/ |
H A D | GLUWrapper.cpp | 451 GLUWRAPPER_REGISTER_FUNC(gluScaleImage, gluScaleImage_t); in GLUWrapper() 493 if (gi->gluScaleImage == NULL) in GLUWrapper() 494 gi->gluScaleImage = GLUWrapper_gluScaleImage; in GLUWrapper()
|
H A D | GLUWrapper.h | 126 gluScaleImage_t gluScaleImage; /* always present */ member
|
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/ |
H A D | glu32.def | 44 gluScaleImage@36
|
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/ |
H A D | glu32.def | 44 gluScaleImage@36
|
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib64/ |
H A D | glu32.def | 50 gluScaleImage
|
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib64/ |
H A D | glu32.def | 50 gluScaleImage
|
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/PEngine/ |
H A D | texture.cpp | 185 gluScaleImage (fmt, in load() 303 gluScaleImage (fmt, in loadPiece() 399 gluScaleImage (fmt, in loadAlpha() 534 gluScaleImage (fmt, in loadCubeMap()
|
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/graphics/ |
H A D | texture.cpp | 207 gluScaleImage(GL_RGBA, in scaleImage() 213 gluScaleImage(GL_RGB, in scaleImage()
|
/dports/graphics/jogl/jogl-1.1.1_9/jogl/make/ |
H A D | glu-common.cfg | 217 #NIOOnly gluScaleImage 243 AccessControl gluScaleImage PRIVATE 253 RenameJavaMethod gluScaleImage gluScaleImageC
|
/dports/graphics/glfw2/glfw-2.7.9/support/d/lib/ |
H A D | glu32.def | 46 _gluScaleImage@36 = gluScaleImage
|
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GL/ |
H A D | glu_mangle.h | 33 #define gluScaleImage mgluScaleImage macro
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgphotoalbum/ |
H A D | PhotoArchive.cpp | 228 GLint status = osg::gluScaleImage(&psm, image->getPixelFormat(), in buildArchive() 296 GLint status = osg::gluScaleImage(&psm, image->getPixelFormat(), in buildArchive()
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgphotoalbum/ |
H A D | PhotoArchive.cpp | 228 GLint status = osg::gluScaleImage(&psm, image->getPixelFormat(), in buildArchive() 296 GLint status = osg::gluScaleImage(&psm, image->getPixelFormat(), in buildArchive()
|
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/glu/ |
H A D | mipmap.c | 43 GLint gluScaleImage( GLenum format, in gluScaleImage() function 644 error = gluScaleImage( format, width, height, type, data, in gluBuild2DMipmaps() 667 error = gluScaleImage( format, w, h, type, image, in gluBuild2DMipmaps()
|
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/glu/ |
H A D | TestBug463ScaleImageMemoryAWT.java | 82 glu.gluScaleImage( GL.GL_RGBA, in display()
|
/dports/games/shaaft/Shaaft-0.5.0/utilsgl/ |
H A D | GLTexture.cpp | 228 static GLint gluScaleImage(GLenum format, in gluScaleImage() function 743 error = gluScaleImage(format, width, height, type, data, in __gluBuild2DMipmaps() 776 error = gluScaleImage(format, w, h, type, image, in __gluBuild2DMipmaps()
|
/dports/lang/fpc-source/fpc-3.2.2/packages/opengl/src/ |
H A D | glu.pp | 384 gluScaleImage : function(format:GLenum; wIn:GLsizei; hIn:GLsizei; typeIn:GLenum; dataIn:pointer; 475 gluScaleImage:=nil; 544 pointer(gluScaleImage):=GetProcAddress(hlib,'gluScaleImage');
|