Home
last modified time | relevance | path

Searched refs:gluScaleImage (Results 1 – 25 of 146) sorted by relevance

123456

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DGLU22 /* 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 DGLU22 /* 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 DMipMap.java97 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 DGLU.java400 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 Dglu-gl2.cfg68 AccessControl gluScaleImage PRIVATE
78 DelegateImplementation gluScaleImage gluScaleImageC
H A Dglu-CustomJavaCode-gl2es1.java117 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 Dglu-gl2es1.cfg17 Ignore gluScaleImage
H A Dglu-base.cfg17 Ignore gluScaleImage
/dports/graphics/Coin/coin-Coin-4.0.0/src/glue/
H A DGLUWrapper.cpp451 GLUWRAPPER_REGISTER_FUNC(gluScaleImage, gluScaleImage_t); in GLUWrapper()
493 if (gi->gluScaleImage == NULL) in GLUWrapper()
494 gi->gluScaleImage = GLUWrapper_gluScaleImage; in GLUWrapper()
H A DGLUWrapper.h126 gluScaleImage_t gluScaleImage; /* always present */ member
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dglu32.def44 gluScaleImage@36
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dglu32.def44 gluScaleImage@36
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib64/
H A Dglu32.def50 gluScaleImage
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib64/
H A Dglu32.def50 gluScaleImage
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/PEngine/
H A Dtexture.cpp185 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 Dtexture.cpp207 gluScaleImage(GL_RGBA, in scaleImage()
213 gluScaleImage(GL_RGB, in scaleImage()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/make/
H A Dglu-common.cfg217 #NIOOnly gluScaleImage
243 AccessControl gluScaleImage PRIVATE
253 RenameJavaMethod gluScaleImage gluScaleImageC
/dports/graphics/glfw2/glfw-2.7.9/support/d/lib/
H A Dglu32.def46 _gluScaleImage@36 = gluScaleImage
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GL/
H A Dglu_mangle.h33 #define gluScaleImage mgluScaleImage macro
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgphotoalbum/
H A DPhotoArchive.cpp228 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 DPhotoArchive.cpp228 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 Dmipmap.c43 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 DTestBug463ScaleImageMemoryAWT.java82 glu.gluScaleImage( GL.GL_RGBA, in display()
/dports/games/shaaft/Shaaft-0.5.0/utilsgl/
H A DGLTexture.cpp228 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 Dglu.pp384 gluScaleImage : function(format:GLenum; wIn:GLsizei; hIn:GLsizei; typeIn:GLenum; dataIn:pointer;
475 gluScaleImage:=nil;
544 pointer(gluScaleImage):=GetProcAddress(hlib,'gluScaleImage');

123456