Jump to content

OpenGL Functions: Difference between revisions

From EDM2
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 ===
* [[OS2 API:pglChooseConfig|pglChooseConfig]]
*pglChooseConfig
* [[OS2 API:pglCopyContext|pglCopyContext]]
*pglCopyContext
* [[OS2 API:pglCreateContext|pglCreateContext]]
*pglCreateContext
* [[OS2 API:pglDestroyContext|pglDestroyContext]]
*pglDestroyContext
* [[OS2 API:pglGetCurrentContext|pglGetCurrentContext]]
*pglGetCurrentContext
* [[OS2 API:pglGetCurrentWindow|pglGetCurrentWindow]]
*pglGetCurrentWindow
* [[OS2 API:pglGrabFrontBitmap|pglGrabFrontBitmap]]
*pglGrabFrontBitmap
* [[OS2 API:pglIsIndirect|pglIsIndirect]]
*pglIsIndirect
* [[OS2 API:pglMakeCurrent|pglMakeCurrent]]
*pglMakeCurrent
* [[OS2 API:pglQueryCapability|pglQueryCapability]]
*pglQueryCapability
* [[OS2 API:pglQueryConfigs|pglQueryConfigs]]
*pglQueryConfigs
* [[OS2 API:pglReleaseFrontBitmap|pglReleaseFrontBitmap]]
*pglReleaseFrontBitmap
* [[OS2 API:pglSwapBuffers|pglSwapBuffers]]
*pglSwapBuffers
* [[OS2 API:pglUseFont|pglUseFont]]
*pglUseFont
* [[OS2 API:pglWaitGL|pglWaitGL]]
*pglWaitGL
* [[OS2 API:pglWaitPM|pglWaitPM]]
*pglWaitPM


[[OS2_API | OS/2 API]]
[[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