Contents:
aux |
glA |
glB |
glC |
glD |
glE |
glF |
glG |
glH |
glI |
glL |
glM |
glN |
glO |
glP |
glR |
glS |
glT |
glV |
glX |
glu |
glut
aux:
auxIdleFunc
auxInitDisplayMode
auxInitPosition
auxInitWindow --- changed
void auxInitWindow (Component o)
auxKeyFunc
auxMainLoop
auxMouseFunc
auxReshapeFunc
auxSetOneColor
auxSolidCone
auxSolidCube
auxSolidCylinder
auxSolidDodecahedron
auxSolidIcosahedron
auxSolidOctahedron
auxSolidSphere
auxSolidTeapot
auxSolidTetrahedron
auxSolidTorus
auxWireCone
auxWireCube
auxWireCylinder
auxWireDodecahedron
auxWireIcosahedron
auxWireOctahedron
auxWireSphere
auxWireTeapot
auxWireTetrahedron
auxWireTorus
glA:
glAccum
glAlphaFunc
glAreTexturesResident
glArrayElementEXT
glB:
glBegin
glBindTexture
glBitmap
glBlendFunc
glC:
glCallList
glCallLists
glClear
glClearAccum
glClearColor
glClearDepth
glClearIndex
glClearStencil
glClipPlane
glColor3b | glColor3bv |
glColor3d | glColor3dv | glColor3f | glColor3fv |
glColor3i | glColor3iv |
glColor3s | glColor3sv | glColor3ub | glColor3ubv |
glColor3ui | glColor3uiv | glColor3us | glColor3usv |
glColor4b | glColor4bv |
glColor4d | glColor4dv | glColor4f | glColor4fv |
glColor4i | glColor4iv | glColor4s | glColor4sv |
glColor4ub | glColor4ubv | glColor4ui | glColor4uiv |
glColor4us | glColor4usv
glColorMask
glColorMaterial
glColorPointerEXT
glCopyPixels
glCullFace
glD:
glDeleteLists
glDeleteTextures
glDepthFunc
glDepthMask
glDepthRange
glDisable
glDrawArraysEXT
glDrawBuffer
glDrawPixels --- changed
void glDrawPixels (int width, int height,
int format, int type,
Object pixels)
Please declare pixels as a
three dimensional array for
drawing color buffer, or a two
dimensional array for drawing depth buffer, and the
data type of the array must be the same as
type.
glE:
glEdgeFlag
glEdgeFlagPointerEXT
glEdgeFlagv
glEnable
glEnd
glEndList
glEvalCoord1d | glEvalCoord1dv | glEvalCoord1f | glEvalCoord1fv |
glEvalCoord2d | glEvalCoord2dv | glEvalCoord2f | glEvalCoord2fv
glEvalMesh1 | glEvalMesh2
glEvalPoint1 | glEvalPoint2
glF:
glFeedbackBuffer
glFinish
glFlush
glFogf | glFogfv | glFogi | glFogiv
glFrontFace
glFrustum
glG:
glGenLists
glGenTextures
glGetBooleanv
glGetClipPlane
glGetDoublev
glGetError
glGetFloatv
glGetIntegerv
glGetLightfv | glGetLightiv
glGetMapdv | glGetMapfv | glGetMapiv
glGetMaterialfv | glGetMaterialiv
glGetPixelMapfv | glGetPixelMapuiv | glGetPixelMapusv
glGetPointervEXT
glGetPolygonStipple
glGetString --- changed
String glGetString (int name)
glGetTexEnvfv | glGetTexEnviv
glGetTexGendv | glGetTexGenfv | glGetTexGeniv
glGetTexImage --- changed
void glGetTexImage (int target, int level, int format, int type,
Object pixels)
Please declare pixels as a
one / two / three dimensional array of
the same data type as type.
glGetTexLevelParameterfv | glGetTexLevelParameteriv
glGetTexParameterfv | glGetTexParameteriv
glH:
glI:
glIndexMask
glIndexPointerEXT
glIndexd | glIndexdv | glIndexf | glIndexfv |
glIndexi | glIndexiv | glIndexs | glIndexsv
glInitNames
glIsEnabled
glIsList
glIsTexture
glL:
glLightModelf | glLightModelfv | glLightModeli | glLightModeliv
glLightf | glLightfv | glLighti | glLightiv
glLineStipple
glLineWidth
glListBase
glLoadIdentity
glLoadMatrixd | glLoadMatrixf
glLoadName
glLogicOp
glM:
glMap1d | glMap1f
glMap2d | glMap2f
glMapGrid1d | glMapGrid1f | glMapGrid2d | glMapGrid2f
glMaterialf | glMaterialfv | glMateriali | glMaterialiv
glMatrixMode
glMultMatrixd | glMultMatrixf
glN:
glNewList
glNormal3b | glNormal3bv | glNormal3d | glNormal3dv |
glNormal3f | glNormal3fv | glNormal3i | glNormal3iv |
glNormal3s | glNormal3sv
glNormalPointerEXT
glO:
glP:
glPassThrough
glPixelMapfv | glPixelMapuiv | glPixelMapusv
glPixelStoref | glPixelStorei
glPixelTransferf | glPixelTransferi
glPixelZoom
glPointSize
glPolygonMode
glPolygonStipple
glPopAttrib
glPopMatrix
glPopName
glPushAttrib
glPushMatrix
glPushName
glR:
glRasterPos2d | glRasterPos2dv | glRasterPos2f | glRasterPos2fv |
glRasterPos2i | glRasterPos2iv | glRasterPos2s | glRasterPos2sv |
glRasterPos3d | glRasterPos3dv | glRasterPos3f | glRasterPos3fv |
glRasterPos3i | glRasterPos3iv | glRasterPos3s | glRasterPos3sv |
glRasterPos4d | glRasterPos4dv | glRasterPos4f | glRasterPos4fv |
glRasterPos4i | glRasterPos4iv | glRasterPos4s | glRasterPos4sv
glReadBuffer
glReadPixels --- changed
void glReadPixels (int x, int y, int width, int height,
int format, int type,
Object pixels)
Please declare pixels as a
three dimensional array for
reading color buffer, or a two
dimensional array for reading depth buffer, and the
data type of the array must be the same as
type.
glRectd | glRectdv | glRectf | glRectfv |
glRecti | glRectiv | glRects | glRectsv
glRenderMode
glRotated | glRotatef
glS:
glScaled | glScalef
glScissor
glSelectBuffer
glShadeModel
glStencilFunc
glStencilMask
glStencilOp
glT:
glTexCoord1d | glTexCoord1dv | glTexCoord1f | glTexCoord1fv |
glTexCoord1i | glTexCoord1iv | glTexCoord1s | glTexCoord1sv |
glTexCoord2d | glTexCoord2dv | glTexCoord2f | glTexCoord2fv |
glTexCoord2i | glTexCoord2iv | glTexCoord2s | glTexCoord2sv |
glTexCoord3d | glTexCoord3dv | glTexCoord3f | glTexCoord3fv |
glTexCoord3i | glTexCoord3iv | glTexCoord3s | glTexCoord3sv |
glTexCoord4d | glTexCoord4dv | glTexCoord4f | glTexCoord4fv |
glTexCoord4i | glTexCoord4iv | glTexCoord4s | glTexCoord4sv
glTexCoordPointerEXT
glTexEnvf | glTexEnvfv | glTexEnvi | glTexEnviv
glTexGend | glTexGendv | glTexGenf | glTexGenfv |
glTexGeni | glTexGeniv
glTexImage1D --- changed
void glTexImage1d (int target, int level, int components, int width,
int border, int format, int type,
Object pixels)
Please declare pixels as a
two dimensional array of
the same data type as type.
glTexImage2D --- changed
void glTexImage2d (int target, int level, int components, int width,
int height, int border, int format, int type,
Object pixels)
Please declare pixels as a
three dimensional array of
the same data type as type.
glTexImage3D --- changed
void glTexImage3d (int target, int level, int components, int width,
int height, int depth, int border, int format, int type,
Object pixels)
Please declare pixels as a
four dimensional array of
the same data type as type.
glTexSubImage1D --- changed
void glTexSubImage1d (int target, int level, int xoffset,
int width, int format, int type,
Object pixels)
Please declare pixels as a
two dimensional array of
the same data type as type.
glTexSubImage2D --- changed
void glTexSubImage2d (int target, int level, int xoffset, int yoffset,
int width, int height, int format, int type,
Object pixels)
Please declare pixels as a
three dimensional array of
the same data type as type.
glTexSubImage3D --- changed
void glTexSubImage3d (int target, int level, int xoffset, int yoffset, int zoffset,
int width, int height, int depth, int format, int type,
Object pixels)
Please declare pixels as a
four dimensional array of
the same data type as type.
glTexParameterf | glTexParameterfv |
glTexParameteri | glTexParameteriv
glTranslated | glTranslatef
glV:
glVertex2d | glVertex2dv | glVertex2f | glVertex2fv |
glVertex2i | glVertex2iv | glVertex2s | glVertex2sv |
glVertex3d | glVertex3dv | glVertex3f | glVertex3fv |
glVertex3i | glVertex3iv | glVertex3s | glVertex3sv |
glVertex4d | glVertex4dv | glVertex4f | glVertex4fv |
glVertex4i | glVertex4iv | glVertex4s | glVertex4sv
glVertexPointerEXT
glViewport
glX:
glXChooseVisual
glXCopyContext
glXCreateContext
glXCreateGLXPixmap
glXDestroyContext
glXDestroyGLXPixmap
glXGetConfig
glXGetCurrentContext
glXGetCurrentDrawable
glXIsDirect
glXMakeCurrent --- changed
boolean glXMakeCurrent (Component o, int x, int y)
glXQueryExtension
glXQueryVersion
glXSwapBuffers --- changed
void glXSwapBuffers (Graphics g, ImageObserver o)
glXUseXFont
glXWaitGL
glXWaitX
glu:
gluBeginCurve
gluBeginPolygon
gluBeginSurface
gluBeginTrim
gluBuild1DMipmaps
gluBuild2DMipmaps
gluCylinder
gluDeleteNurbsRenderer
gluDeleteQuadric
gluDeleteTess
gluDisk
gluEndCurve
gluDeleteNurbsRenderer
gluEndPolygon
gluEndSurface
gluEndTrim
gluErrorString
gluGetNurbsProperty
gluGetTessProperty
gluLoadSamplingMatrices
gluLookAt
gluNewNurbsRenderer
gluNewQuadric
gluNewTess
gluNextContour
gluNurbsCallback
gluNurbsCurve
gluNurbsProperty
gluNurbsSurface
gluOrtho2D
gluPartialDisk
gluPerspective
gluPickMatrix
gluProject --- changed
boolean gluProject (double objx, double objy, double objx,
double model [], double proj [], int viewport [],
double winx [], double winy [], double winz [])
model [] = double [16], proj [] = double [16], viewport [] = int [4],
winx [] = double [1], winy [] = double [1], winz = double [1]
gluPwlCurve
gluQuadricCallback --- changed
void gluQuadricCallback (GLUquadricObj qobj, int which, String fn)
gluQuadricDrawStyle
gluQuadricNormals
gluQuadricOrientation
gluQuadricTexture
gluScaleImage
gluSphere
gluTessBeginContour
gluTessBeginPolygon
gluTessCallback
gluTessEndContour
gluTessEndPolygon
gluTessNormal
gluTessProperty
gluTessVertex
gluUnProject --- changed
boolean gluUnProject (double winx, double winy, double winz,
double model [], double proj [], int viewport [],
double objx [], double objy [], double objz [])
model [] = double [16], proj [] = double [16], viewport [] = int [4],
objx [] = double [1], objy [] = double [1], objz = double [1]
glut:
glutAddMenuEntry
glutAddSubMenu
glutAttachMenu
glutBitmapCharacter
glutBitmapLength
glutBitmapWidth
glutButtonBoxFunc
glutChangeToMenuEntry
glutChangeToSubMenu
glutCopyColormap
glutCreateMenu --- changed
int glutCreateMenu (String func)
glutCreateSubWindow
glutCreateWindow --- changed
void glutCreateWindow (Component o)
glutDestroyMenu
glutDestroyWindow
glutDetachMenu
glutDeviceGet
glutDialsFunc
glutDisplayFunc --- changed
void glutDisplayFunc (String func)
glutEnterGameMode
glutEntryFunc
glutEstablishOverlay
glutExtensionSupported
glutForceJoystickFunc
glutFullScreen
glutGameModeGet
glutGameModeString
glutGet
glutGetColor
glutGetMenu
glutGetModifiers
glutGetWindow
glutHideOverlay
glutHideWindow
glutIconifyWindow
glutIdleFunc --- changed
void glutIdleFunc (String func)
glutIgnoreKeyRepeat
glutInit
glutInitDisplayMode
glutInitWindowPosition
glutInitWindowSize
glutJoystickFunc
glutKeyboardFunc --- changed
void glutKeyboardFunc (String func)
glutKeyboardUpFunc --- changed
void glutKeyboardUpFunc (String func)
glutLeaveGameMode
glutLayerGet
glutMainLoop
glutMenuStateFunc
glutMenuStatusFunc
glutMotionFunc --- changed
void glutMotionFunc (String func)
glutMouseFunc --- changed
void glutMouseFunc (String func)
glutOverlayDisplayFunc
glutPassiveMotionFunc
glutPopWindow
glutPositionWindow
glutPostOverlayRedisplay
glutPostRedisplay
glutPostWindowOverlayRedisplay
glutPostWindowRedisplay
glutPushWindow
glutRemoveMenuItem
glutRemoveOverlay
glutReportErrors
glutReshapeFunc --- changed
void glutReshapeFunc (String func)
glutReshapeWindow
glutSetColor
glutSetCursor
glutSetIconTitle
glutSetKeyRepeat
glutSetMenu
glutSetupVideoResizing
glutSetWindow
glutSetWindowTitle
glutShowOverlay
glutShowWindow
glutSolidCone
glutSolidCube
glutSolidDodecahedron
glutSolidIcosahedron
glutSolidOctahedron
glutSolidSphere
glutSolidTeapot
glutSolidTetrahedron
glutSolidTorus
glutSpaceballButtonFunc
glutSpaceballMotionFunc
glutSpaceballRotateFunc
glutSpecialFunc --- changed
void glutSpecialFunc (String func)
glutSpecialUpFunc --- changed
void glutSpecialUpFunc (String func)
glutStopVideoResizing
glutStrokeCharacter
glutStrokeLength
glutStrokeWidth
glutSwapBuffers --- changed
void glutSwapBuffers (Graphics g, ImageObserver o)
glutSpaceballButtonFunc
glutTabletButtonFunc
glutTabletMotionFunc
glutTimerFunc --- changed
void glutTimerFunc (int millis, String func, int value)
glutUseLayer
glutVideoPan
glutVideoResize
glutVideoResizeGet
glutVisibilityFunc
glutWarpPointer
glutWindowStatusFunc
glutWireCone
glutWireCube
glutWireDodecahedron
glutWireIcosahedron
glutWireOctahedron
glutWireSphere
glutWireTeapot
glutWireTetrahedron
glutWireTorus
Last Updated: May 21 2003