|
OSG_EXPORT const GLubyte * | osg::gluErrorString (GLenum error) |
|
OSG_EXPORT GLint | osg::gluScaleImage (PixelStorageModes *psm, GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, const void *dataIn, GLsizei wOut, GLsizei hOut, GLenum typeOut, GLvoid *dataOut) |
| OSG specific gluScaleImage function that allows you to pass in the PixelStoreModes, which enables the code to avoid glGet's that are associated with the conventional gluScaleImage function. More...
|
|
OSG_EXPORT GLint | osg::gluScaleImage (GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, const void *dataIn, GLsizei wOut, GLsizei hOut, GLenum typeOut, GLvoid *dataOut) |
| Traditional GLU gluScaleImage function that sets up the PixelStoreModes automatically by doing glGets. More...
|
|
OSG_EXPORT GLint | osg::gluBuild1DMipmapLevels (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void *data) |
|
OSG_EXPORT GLint | osg::gluBuild1DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, const void *data) |
|
OSG_EXPORT GLint | osg::gluBuild2DMipmapLevels (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void *data) |
|
OSG_EXPORT GLint | osg::gluBuild2DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *data) |
|
typedef | osg::void (GL_APIENTRY *GLTexImage3DProc)(GLenum target |
|
OSG_EXPORT GLint | osg::gluBuild3DMipmapLevels (GLTexImage3DProc glTextImage3DProc, GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void *data) |
| Small variation on normal gluBuild3DMipmapLevels as we pass in the function pointer to glTexImage3D rather than rely on GLU style query for this function pointer. More...
|
|
OSG_EXPORT GLint | osg::gluBuild3DMipmaps (GLTexImage3DProc glTextImage3DProc, GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) |
| Small variation on normal gluBuild3DMipmapLevels as we pass in the function pointer to glTexImage3D rather than rely on GLU style query for this function pointer. More...
|
|
OSG_EXPORT GLUtesselator *GL_APIENTRY | osg::gluNewTess (void) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluDeleteTess (GLUtesselator *tess) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluTessBeginContour (GLUtesselator *tess) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluTessCallback (GLUtesselator *tess, GLenum which, _GLUfuncptr CallBackFunc) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluTessEndContour (GLUtesselator *tess) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluTessNormal (GLUtesselator *tess, GLdouble valueX, GLdouble valueY, GLdouble valueZ) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluTessProperty (GLUtesselator *tess, GLenum which, GLdouble data) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluTessVertex (GLUtesselator *tess, GLdouble *location, GLvoid *data) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluTessBeginPolygon (GLUtesselator *tess, GLvoid *data) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluTessEndPolygon (GLUtesselator *tess) |
|
OSG_EXPORT void GL_APIENTRY | osg::gluGetTessProperty (GLUtesselator *tess, GLenum which, GLdouble *value) |
|