OpenGL Functions: Difference between revisions
Appearance
corrected links to namespace version. |
No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
For more information visit also the [[OpenGL]] page. | |||
== OpenGL == | == OpenGL == | ||
=== OpenGL Interface === | |||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | |||
*glAccum | |||
*glAlphaFunc | |||
*glBegin | |||
*glBitmap | |||
*glBlendFunc | |||
*glCallList | |||
*glCallLists | |||
*glClear | |||
*glClearAccum | |||
*glClearColor | |||
*glClearDepth | |||
*glClearIndex | |||
*glClearStencil | |||
*glClipPlane | |||
*glColor | |||
*glColorMask | |||
*glColorMaterial | |||
*glCopyPixels | |||
*glCullFace | |||
*glDeleteLists | |||
*glDepthFunc | |||
*glDepthMask | |||
*glDepthRange | |||
*glDrawBuffer | |||
*glDrawPixels | |||
*glEdgeFlag | |||
*glEnable | |||
*glEvalCoord | |||
*glEvalMesh | |||
*glEvalPoint | |||
*glFeedbackBuffer | |||
*glFinish | |||
*glFlush | |||
*glFog | |||
*glFrontFace | |||
*glFrustum | |||
*glGenLists | |||
*glGet | |||
*glGetClipPlane | |||
*glGetError | |||
*glGetLight | |||
*glGetMap | |||
*glGetMaterial | |||
*glGetPixelMap | |||
*glGetPolygonStipple | |||
*glGetString | |||
*glGetTexEnv | |||
*glGetTexGen | |||
*glGetTexImage | |||
*glGetTexLevelParameter | |||
*glGetTexParameter | |||
*glHint | |||
*glIndex | |||
*glIndexMask | |||
*glInitNames | |||
*glIsEnabled | |||
*glIsList | |||
*glLight | |||
*glLightModel | |||
*glLineStipple | |||
*glLineWidth | |||
*glListBase | |||
*glLoadIdentity | |||
*glLoadMatrix | |||
*glLoadName | |||
*glLogicOp | |||
*glMap1 | |||
*glMap2 | |||
*glMapGrid | |||
*glMaterial | |||
*glMatrixMode | |||
*glMultMatrix | |||
*glNewList | |||
*glNormal | |||
*glOrtho | |||
*glPassThrough | |||
*glPixelMap | |||
*glPixelStore | |||
*glPixelTransfer | |||
*glPixelZoom | |||
*glPointSize | |||
*glPolygonMode | |||
*glPolygonStipple | |||
*glPushAttrib | |||
*glPushMatrix | |||
*glPushName | |||
*glRasterPos | |||
*glReadBuffer | |||
*glReadPixels | |||
*glRect | |||
*glRenderMode | |||
*glRotate | |||
*glScale | |||
*glScissor | |||
*glSelectBuffer | |||
*glShadeModel | |||
*glStencilFunc | |||
*glStencilMask | |||
*glStencilOp | |||
*glTexCoord | |||
*glTexEnv | |||
*glTexGen | |||
*glTexImage1D | |||
*glTexImage2D | |||
*glTexParameter | |||
*glTranslate | |||
*glVertex | |||
*glViewport | |||
</div> | |||
=== GLU Interface === | |||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | |||
*gluBeginCurve | |||
*gluBeginPolygon | |||
*gluBeginSurface | |||
*gluBeginTrim | |||
*gluBuild1DMipmaps | |||
*gluBuild2DMipmaps | |||
*gluCylinder | |||
*gluDeleteNurbsRenderer | |||
*gluDeleteQuadric | |||
*gluDeleteTess | |||
*gluDisk | |||
*gluErrorString | |||
*gluGetNurbsProperty | |||
*gluLoadSamplingMatrices | |||
*gluLookAt | |||
*gluNewNurbsRenderer | |||
*gluNewQuadric | |||
*gluNewTess | |||
*gluNextContour | |||
*gluNurbsCallback | |||
*gluNurbsCurve | |||
*gluNurbsProperty | |||
*gluNurbsSurface | |||
*gluOrtho2D | |||
*gluPartialDisk | |||
*gluPerspective | |||
*gluPickMatrix | |||
*gluProject | |||
*gluPwlCurve | |||
*gluQuadricCallback | |||
*gluQuadricDrawStyle | |||
*gluQuadricNormals | |||
*gluQuadricOrientation | |||
*gluQuadricTexture | |||
*gluScaleImage | |||
*gluSphere | |||
*gluTessCallback | |||
*gluTessVertex | |||
*gluUnProject | |||
</div> | |||
=== Presentation Manager OpenGL Interface === | === Presentation Manager OpenGL Interface === | ||
* | *pglChooseConfig | ||
* | *pglCopyContext | ||
* | *pglCreateContext | ||
* | *pglDestroyContext | ||
* | *pglGetCurrentContext | ||
* | *pglGetCurrentWindow | ||
* | *pglGrabFrontBitmap | ||
* | *pglIsIndirect | ||
* | *pglMakeCurrent | ||
* | *pglQueryCapability | ||
* | *pglQueryConfigs | ||
* | *pglReleaseFrontBitmap | ||
* | *pglSwapBuffers | ||
* | *pglUseFont | ||
* | *pglWaitGL | ||
* | *pglWaitPM | ||
[[ | [[Category:The OS/2 API Project]] |
Latest revision as of 23:45, 15 May 2017
For more information visit also the OpenGL page.
OpenGL
OpenGL Interface
- glAccum
- glAlphaFunc
- glBegin
- glBitmap
- glBlendFunc
- glCallList
- glCallLists
- glClear
- glClearAccum
- glClearColor
- glClearDepth
- glClearIndex
- glClearStencil
- glClipPlane
- glColor
- glColorMask
- glColorMaterial
- glCopyPixels
- glCullFace
- glDeleteLists
- glDepthFunc
- glDepthMask
- glDepthRange
- glDrawBuffer
- glDrawPixels
- glEdgeFlag
- glEnable
- glEvalCoord
- glEvalMesh
- glEvalPoint
- glFeedbackBuffer
- glFinish
- glFlush
- glFog
- glFrontFace
- glFrustum
- glGenLists
- glGet
- glGetClipPlane
- glGetError
- glGetLight
- glGetMap
- glGetMaterial
- glGetPixelMap
- glGetPolygonStipple
- glGetString
- glGetTexEnv
- glGetTexGen
- glGetTexImage
- glGetTexLevelParameter
- glGetTexParameter
- glHint
- glIndex
- glIndexMask
- glInitNames
- glIsEnabled
- glIsList
- glLight
- glLightModel
- glLineStipple
- glLineWidth
- glListBase
- glLoadIdentity
- glLoadMatrix
- glLoadName
- glLogicOp
- glMap1
- glMap2
- glMapGrid
- glMaterial
- glMatrixMode
- glMultMatrix
- glNewList
- glNormal
- glOrtho
- glPassThrough
- glPixelMap
- glPixelStore
- glPixelTransfer
- glPixelZoom
- glPointSize
- glPolygonMode
- glPolygonStipple
- glPushAttrib
- glPushMatrix
- glPushName
- glRasterPos
- glReadBuffer
- glReadPixels
- glRect
- glRenderMode
- glRotate
- glScale
- glScissor
- glSelectBuffer
- glShadeModel
- glStencilFunc
- glStencilMask
- glStencilOp
- glTexCoord
- glTexEnv
- glTexGen
- glTexImage1D
- glTexImage2D
- glTexParameter
- glTranslate
- glVertex
- glViewport
GLU Interface
- gluBeginCurve
- gluBeginPolygon
- gluBeginSurface
- gluBeginTrim
- gluBuild1DMipmaps
- gluBuild2DMipmaps
- gluCylinder
- gluDeleteNurbsRenderer
- gluDeleteQuadric
- gluDeleteTess
- gluDisk
- gluErrorString
- gluGetNurbsProperty
- gluLoadSamplingMatrices
- gluLookAt
- gluNewNurbsRenderer
- gluNewQuadric
- gluNewTess
- gluNextContour
- gluNurbsCallback
- gluNurbsCurve
- gluNurbsProperty
- gluNurbsSurface
- gluOrtho2D
- gluPartialDisk
- gluPerspective
- gluPickMatrix
- gluProject
- gluPwlCurve
- gluQuadricCallback
- gluQuadricDrawStyle
- gluQuadricNormals
- gluQuadricOrientation
- gluQuadricTexture
- gluScaleImage
- gluSphere
- gluTessCallback
- gluTessVertex
- gluUnProject
Presentation Manager OpenGL Interface
- pglChooseConfig
- pglCopyContext
- pglCreateContext
- pglDestroyContext
- pglGetCurrentContext
- pglGetCurrentWindow
- pglGrabFrontBitmap
- pglIsIndirect
- pglMakeCurrent
- pglQueryCapability
- pglQueryConfigs
- pglReleaseFrontBitmap
- pglSwapBuffers
- pglUseFont
- pglWaitGL
- pglWaitPM