Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QOpenGLFunctions_1_1 Class Reference

\inmodule QtOpenGL More...

#include <qopenglfunctions_1_1.h>

+ Inheritance diagram for QOpenGLFunctions_1_1:
+ Collaboration diagram for QOpenGLFunctions_1_1:

Public Member Functions

 QOpenGLFunctions_1_1 ()
 
 ~QOpenGLFunctions_1_1 ()
 
bool initializeOpenGLFunctions () override
 
void glViewport (GLint x, GLint y, GLsizei width, GLsizei height)
 
void glDepthRange (GLdouble nearVal, GLdouble farVal)
 
GLboolean glIsEnabled (GLenum cap)
 
void glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params)
 
void glGetTexLevelParameterfv (GLenum target, GLint level, GLenum pname, GLfloat *params)
 
void glGetTexParameteriv (GLenum target, GLenum pname, GLint *params)
 
void glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params)
 
void glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
 
const GLubyte * glGetString (GLenum name)
 
void glGetIntegerv (GLenum pname, GLint *params)
 
void glGetFloatv (GLenum pname, GLfloat *params)
 
GLenum glGetError ()
 
void glGetDoublev (GLenum pname, GLdouble *params)
 
void glGetBooleanv (GLenum pname, GLboolean *params)
 
void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
 
void glReadBuffer (GLenum mode)
 
void glPixelStorei (GLenum pname, GLint param)
 
void glPixelStoref (GLenum pname, GLfloat param)
 
void glDepthFunc (GLenum func)
 
void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass)
 
void glStencilFunc (GLenum func, GLint ref, GLuint mask)
 
void glLogicOp (GLenum opcode)
 
void glBlendFunc (GLenum sfactor, GLenum dfactor)
 
void glFlush ()
 
void glFinish ()
 
void glEnable (GLenum cap)
 
void glDisable (GLenum cap)
 
void glDepthMask (GLboolean flag)
 
void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
 
void glStencilMask (GLuint mask)
 
void glClearDepth (GLdouble depth)
 
void glClearStencil (GLint s)
 
void glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
 
void glClear (GLbitfield mask)
 
void glDrawBuffer (GLenum mode)
 
void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
 
void glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
 
void glTexParameteriv (GLenum target, GLenum pname, const GLint *params)
 
void glTexParameteri (GLenum target, GLenum pname, GLint param)
 
void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params)
 
void glTexParameterf (GLenum target, GLenum pname, GLfloat param)
 
void glScissor (GLint x, GLint y, GLsizei width, GLsizei height)
 
void glPolygonMode (GLenum face, GLenum mode)
 
void glPointSize (GLfloat size)
 
void glLineWidth (GLfloat width)
 
void glHint (GLenum target, GLenum mode)
 
void glFrontFace (GLenum mode)
 
void glCullFace (GLenum mode)
 
void glIndexubv (const GLubyte *c)
 
void glIndexub (GLubyte c)
 
GLboolean glIsTexture (GLuint texture)
 
void glGenTextures (GLsizei n, GLuint *textures)
 
void glDeleteTextures (GLsizei n, const GLuint *textures)
 
void glBindTexture (GLenum target, GLuint texture)
 
void glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
 
void glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
 
void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
 
void glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
 
void glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
 
void glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
 
void glPolygonOffset (GLfloat factor, GLfloat units)
 
void glGetPointerv (GLenum pname, GLvoid **params)
 
void glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
 
void glDrawArrays (GLenum mode, GLint first, GLsizei count)
 
void glTranslatef (GLfloat x, GLfloat y, GLfloat z)
 
void glTranslated (GLdouble x, GLdouble y, GLdouble z)
 
void glScalef (GLfloat x, GLfloat y, GLfloat z)
 
void glScaled (GLdouble x, GLdouble y, GLdouble z)
 
void glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
 
void glRotated (GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
 
void glPushMatrix ()
 
void glPopMatrix ()
 
void glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
 
void glMultMatrixd (const GLdouble *m)
 
void glMultMatrixf (const GLfloat *m)
 
void glMatrixMode (GLenum mode)
 
void glLoadMatrixd (const GLdouble *m)
 
void glLoadMatrixf (const GLfloat *m)
 
void glLoadIdentity ()
 
void glFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
 
GLboolean glIsList (GLuint list)
 
void glGetTexGeniv (GLenum coord, GLenum pname, GLint *params)
 
void glGetTexGenfv (GLenum coord, GLenum pname, GLfloat *params)
 
void glGetTexGendv (GLenum coord, GLenum pname, GLdouble *params)
 
void glGetTexEnviv (GLenum target, GLenum pname, GLint *params)
 
void glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params)
 
void glGetPolygonStipple (GLubyte *mask)
 
void glGetPixelMapusv (GLenum map, GLushort *values)
 
void glGetPixelMapuiv (GLenum map, GLuint *values)
 
void glGetPixelMapfv (GLenum map, GLfloat *values)
 
void glGetMaterialiv (GLenum face, GLenum pname, GLint *params)
 
void glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params)
 
void glGetMapiv (GLenum target, GLenum query, GLint *v)
 
void glGetMapfv (GLenum target, GLenum query, GLfloat *v)
 
void glGetMapdv (GLenum target, GLenum query, GLdouble *v)
 
void glGetLightiv (GLenum light, GLenum pname, GLint *params)
 
void glGetLightfv (GLenum light, GLenum pname, GLfloat *params)
 
void glGetClipPlane (GLenum plane, GLdouble *equation)
 
void glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
 
void glCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
 
void glPixelMapusv (GLenum map, GLint mapsize, const GLushort *values)
 
void glPixelMapuiv (GLenum map, GLint mapsize, const GLuint *values)
 
void glPixelMapfv (GLenum map, GLint mapsize, const GLfloat *values)
 
void glPixelTransferi (GLenum pname, GLint param)
 
void glPixelTransferf (GLenum pname, GLfloat param)
 
void glPixelZoom (GLfloat xfactor, GLfloat yfactor)
 
void glAlphaFunc (GLenum func, GLfloat ref)
 
void glEvalPoint2 (GLint i, GLint j)
 
void glEvalMesh2 (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
 
void glEvalPoint1 (GLint i)
 
void glEvalMesh1 (GLenum mode, GLint i1, GLint i2)
 
void glEvalCoord2fv (const GLfloat *u)
 
void glEvalCoord2f (GLfloat u, GLfloat v)
 
void glEvalCoord2dv (const GLdouble *u)
 
void glEvalCoord2d (GLdouble u, GLdouble v)
 
void glEvalCoord1fv (const GLfloat *u)
 
void glEvalCoord1f (GLfloat u)
 
void glEvalCoord1dv (const GLdouble *u)
 
void glEvalCoord1d (GLdouble u)
 
void glMapGrid2f (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
 
void glMapGrid2d (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
 
void glMapGrid1f (GLint un, GLfloat u1, GLfloat u2)
 
void glMapGrid1d (GLint un, GLdouble u1, GLdouble u2)
 
void glMap2f (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points)
 
void glMap2d (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points)
 
void glMap1f (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
 
void glMap1d (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
 
void glPushAttrib (GLbitfield mask)
 
void glPopAttrib ()
 
void glAccum (GLenum op, GLfloat value)
 
void glIndexMask (GLuint mask)
 
void glClearIndex (GLfloat c)
 
void glClearAccum (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
 
void glPushName (GLuint name)
 
void glPopName ()
 
void glPassThrough (GLfloat token)
 
void glLoadName (GLuint name)
 
void glInitNames ()
 
GLint glRenderMode (GLenum mode)
 
void glSelectBuffer (GLsizei size, GLuint *buffer)
 
void glFeedbackBuffer (GLsizei size, GLenum type, GLfloat *buffer)
 
void glTexGeniv (GLenum coord, GLenum pname, const GLint *params)
 
void glTexGeni (GLenum coord, GLenum pname, GLint param)
 
void glTexGenfv (GLenum coord, GLenum pname, const GLfloat *params)
 
void glTexGenf (GLenum coord, GLenum pname, GLfloat param)
 
void glTexGendv (GLenum coord, GLenum pname, const GLdouble *params)
 
void glTexGend (GLenum coord, GLenum pname, GLdouble param)
 
void glTexEnviv (GLenum target, GLenum pname, const GLint *params)
 
void glTexEnvi (GLenum target, GLenum pname, GLint param)
 
void glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params)
 
void glTexEnvf (GLenum target, GLenum pname, GLfloat param)
 
void glShadeModel (GLenum mode)
 
void glPolygonStipple (const GLubyte *mask)
 
void glMaterialiv (GLenum face, GLenum pname, const GLint *params)
 
void glMateriali (GLenum face, GLenum pname, GLint param)
 
void glMaterialfv (GLenum face, GLenum pname, const GLfloat *params)
 
void glMaterialf (GLenum face, GLenum pname, GLfloat param)
 
void glLineStipple (GLint factor, GLushort pattern)
 
void glLightModeliv (GLenum pname, const GLint *params)
 
void glLightModeli (GLenum pname, GLint param)
 
void glLightModelfv (GLenum pname, const GLfloat *params)
 
void glLightModelf (GLenum pname, GLfloat param)
 
void glLightiv (GLenum light, GLenum pname, const GLint *params)
 
void glLighti (GLenum light, GLenum pname, GLint param)
 
void glLightfv (GLenum light, GLenum pname, const GLfloat *params)
 
void glLightf (GLenum light, GLenum pname, GLfloat param)
 
void glFogiv (GLenum pname, const GLint *params)
 
void glFogi (GLenum pname, GLint param)
 
void glFogfv (GLenum pname, const GLfloat *params)
 
void glFogf (GLenum pname, GLfloat param)
 
void glColorMaterial (GLenum face, GLenum mode)
 
void glClipPlane (GLenum plane, const GLdouble *equation)
 
void glVertex4sv (const GLshort *v)
 
void glVertex4s (GLshort x, GLshort y, GLshort z, GLshort w)
 
void glVertex4iv (const GLint *v)
 
void glVertex4i (GLint x, GLint y, GLint z, GLint w)
 
void glVertex4fv (const GLfloat *v)
 
void glVertex4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
 
void glVertex4dv (const GLdouble *v)
 
void glVertex4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
 
void glVertex3sv (const GLshort *v)
 
void glVertex3s (GLshort x, GLshort y, GLshort z)
 
void glVertex3iv (const GLint *v)
 
void glVertex3i (GLint x, GLint y, GLint z)
 
void glVertex3fv (const GLfloat *v)
 
void glVertex3f (GLfloat x, GLfloat y, GLfloat z)
 
void glVertex3dv (const GLdouble *v)
 
void glVertex3d (GLdouble x, GLdouble y, GLdouble z)
 
void glVertex2sv (const GLshort *v)
 
void glVertex2s (GLshort x, GLshort y)
 
void glVertex2iv (const GLint *v)
 
void glVertex2i (GLint x, GLint y)
 
void glVertex2fv (const GLfloat *v)
 
void glVertex2f (GLfloat x, GLfloat y)
 
void glVertex2dv (const GLdouble *v)
 
void glVertex2d (GLdouble x, GLdouble y)
 
void glTexCoord4sv (const GLshort *v)
 
void glTexCoord4s (GLshort s, GLshort t, GLshort r, GLshort q)
 
void glTexCoord4iv (const GLint *v)
 
void glTexCoord4i (GLint s, GLint t, GLint r, GLint q)
 
void glTexCoord4fv (const GLfloat *v)
 
void glTexCoord4f (GLfloat s, GLfloat t, GLfloat r, GLfloat q)
 
void glTexCoord4dv (const GLdouble *v)
 
void glTexCoord4d (GLdouble s, GLdouble t, GLdouble r, GLdouble q)
 
void glTexCoord3sv (const GLshort *v)
 
void glTexCoord3s (GLshort s, GLshort t, GLshort r)
 
void glTexCoord3iv (const GLint *v)
 
void glTexCoord3i (GLint s, GLint t, GLint r)
 
void glTexCoord3fv (const GLfloat *v)
 
void glTexCoord3f (GLfloat s, GLfloat t, GLfloat r)
 
void glTexCoord3dv (const GLdouble *v)
 
void glTexCoord3d (GLdouble s, GLdouble t, GLdouble r)
 
void glTexCoord2sv (const GLshort *v)
 
void glTexCoord2s (GLshort s, GLshort t)
 
void glTexCoord2iv (const GLint *v)
 
void glTexCoord2i (GLint s, GLint t)
 
void glTexCoord2fv (const GLfloat *v)
 
void glTexCoord2f (GLfloat s, GLfloat t)
 
void glTexCoord2dv (const GLdouble *v)
 
void glTexCoord2d (GLdouble s, GLdouble t)
 
void glTexCoord1sv (const GLshort *v)
 
void glTexCoord1s (GLshort s)
 
void glTexCoord1iv (const GLint *v)
 
void glTexCoord1i (GLint s)
 
void glTexCoord1fv (const GLfloat *v)
 
void glTexCoord1f (GLfloat s)
 
void glTexCoord1dv (const GLdouble *v)
 
void glTexCoord1d (GLdouble s)
 
void glRectsv (const GLshort *v1, const GLshort *v2)
 
void glRects (GLshort x1, GLshort y1, GLshort x2, GLshort y2)
 
void glRectiv (const GLint *v1, const GLint *v2)
 
void glRecti (GLint x1, GLint y1, GLint x2, GLint y2)
 
void glRectfv (const GLfloat *v1, const GLfloat *v2)
 
void glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
 
void glRectdv (const GLdouble *v1, const GLdouble *v2)
 
void glRectd (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
 
void glRasterPos4sv (const GLshort *v)
 
void glRasterPos4s (GLshort x, GLshort y, GLshort z, GLshort w)
 
void glRasterPos4iv (const GLint *v)
 
void glRasterPos4i (GLint x, GLint y, GLint z, GLint w)
 
void glRasterPos4fv (const GLfloat *v)
 
void glRasterPos4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
 
void glRasterPos4dv (const GLdouble *v)
 
void glRasterPos4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
 
void glRasterPos3sv (const GLshort *v)
 
void glRasterPos3s (GLshort x, GLshort y, GLshort z)
 
void glRasterPos3iv (const GLint *v)
 
void glRasterPos3i (GLint x, GLint y, GLint z)
 
void glRasterPos3fv (const GLfloat *v)
 
void glRasterPos3f (GLfloat x, GLfloat y, GLfloat z)
 
void glRasterPos3dv (const GLdouble *v)
 
void glRasterPos3d (GLdouble x, GLdouble y, GLdouble z)
 
void glRasterPos2sv (const GLshort *v)
 
void glRasterPos2s (GLshort x, GLshort y)
 
void glRasterPos2iv (const GLint *v)
 
void glRasterPos2i (GLint x, GLint y)
 
void glRasterPos2fv (const GLfloat *v)
 
void glRasterPos2f (GLfloat x, GLfloat y)
 
void glRasterPos2dv (const GLdouble *v)
 
void glRasterPos2d (GLdouble x, GLdouble y)
 
void glNormal3sv (const GLshort *v)
 
void glNormal3s (GLshort nx, GLshort ny, GLshort nz)
 
void glNormal3iv (const GLint *v)
 
void glNormal3i (GLint nx, GLint ny, GLint nz)
 
void glNormal3fv (const GLfloat *v)
 
void glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz)
 
void glNormal3dv (const GLdouble *v)
 
void glNormal3d (GLdouble nx, GLdouble ny, GLdouble nz)
 
void glNormal3bv (const GLbyte *v)
 
void glNormal3b (GLbyte nx, GLbyte ny, GLbyte nz)
 
void glIndexsv (const GLshort *c)
 
void glIndexs (GLshort c)
 
void glIndexiv (const GLint *c)
 
void glIndexi (GLint c)
 
void glIndexfv (const GLfloat *c)
 
void glIndexf (GLfloat c)
 
void glIndexdv (const GLdouble *c)
 
void glIndexd (GLdouble c)
 
void glEnd ()
 
void glEdgeFlagv (const GLboolean *flag)
 
void glEdgeFlag (GLboolean flag)
 
void glColor4usv (const GLushort *v)
 
void glColor4us (GLushort red, GLushort green, GLushort blue, GLushort alpha)
 
void glColor4uiv (const GLuint *v)
 
void glColor4ui (GLuint red, GLuint green, GLuint blue, GLuint alpha)
 
void glColor4ubv (const GLubyte *v)
 
void glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
 
void glColor4sv (const GLshort *v)
 
void glColor4s (GLshort red, GLshort green, GLshort blue, GLshort alpha)
 
void glColor4iv (const GLint *v)
 
void glColor4i (GLint red, GLint green, GLint blue, GLint alpha)
 
void glColor4fv (const GLfloat *v)
 
void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
 
void glColor4dv (const GLdouble *v)
 
void glColor4d (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
 
void glColor4bv (const GLbyte *v)
 
void glColor4b (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
 
void glColor3usv (const GLushort *v)
 
void glColor3us (GLushort red, GLushort green, GLushort blue)
 
void glColor3uiv (const GLuint *v)
 
void glColor3ui (GLuint red, GLuint green, GLuint blue)
 
void glColor3ubv (const GLubyte *v)
 
void glColor3ub (GLubyte red, GLubyte green, GLubyte blue)
 
void glColor3sv (const GLshort *v)
 
void glColor3s (GLshort red, GLshort green, GLshort blue)
 
void glColor3iv (const GLint *v)
 
void glColor3i (GLint red, GLint green, GLint blue)
 
void glColor3fv (const GLfloat *v)
 
void glColor3f (GLfloat red, GLfloat green, GLfloat blue)
 
void glColor3dv (const GLdouble *v)
 
void glColor3d (GLdouble red, GLdouble green, GLdouble blue)
 
void glColor3bv (const GLbyte *v)
 
void glColor3b (GLbyte red, GLbyte green, GLbyte blue)
 
void glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)
 
void glBegin (GLenum mode)
 
void glListBase (GLuint base)
 
GLuint glGenLists (GLsizei range)
 
void glDeleteLists (GLuint list, GLsizei range)
 
void glCallLists (GLsizei n, GLenum type, const GLvoid *lists)
 
void glCallList (GLuint list)
 
void glEndList ()
 
void glNewList (GLuint list, GLenum mode)
 
void glPushClientAttrib (GLbitfield mask)
 
void glPopClientAttrib ()
 
void glPrioritizeTextures (GLsizei n, const GLuint *textures, const GLfloat *priorities)
 
GLboolean glAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *residences)
 
void glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
 
void glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
 
void glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
 
void glInterleavedArrays (GLenum format, GLsizei stride, const GLvoid *pointer)
 
void glIndexPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
 
void glEnableClientState (GLenum array)
 
void glEdgeFlagPointer (GLsizei stride, const GLvoid *pointer)
 
void glDisableClientState (GLenum array)
 
void glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
 
void glArrayElement (GLint i)
 
- Public Member Functions inherited from QAbstractOpenGLFunctions
virtual ~QAbstractOpenGLFunctions ()
 Destroys a QAbstractOpenGLFunctions object.
 
virtual bool initializeOpenGLFunctions ()
 

Friends

class QOpenGLVersionFunctionsFactory
 

Additional Inherited Members

- Protected Member Functions inherited from QAbstractOpenGLFunctions
 QAbstractOpenGLFunctions ()
 Constructs a QAbstractOpenGLFunctions object.
 
bool isInitialized () const
 
void setOwningContext (const QOpenGLContext *context)
 
QOpenGLContextowningContext () const
 
- Protected Attributes inherited from QAbstractOpenGLFunctions
QAbstractOpenGLFunctionsPrivated_ptr
 

Detailed Description

\inmodule QtOpenGL

Since
5.1 \wrapper

The QOpenGLFunctions_1_1 class provides all functions for OpenGL 1.1 specification.

This class is a wrapper for functions from OpenGL 1.1 specification. See reference pages on \l {http://www.opengl.org/sdk/docs/}{opengl.org} for function documentation.

See also
QAbstractOpenGLFunctions

Definition at line 28 of file qopenglfunctions_1_1.h.

Constructor & Destructor Documentation

◆ QOpenGLFunctions_1_1()

QOpenGLFunctions_1_1::QOpenGLFunctions_1_1 ( )

Definition at line 33 of file qopenglfunctions_1_1.cpp.

◆ ~QOpenGLFunctions_1_1()

QOpenGLFunctions_1_1::~QOpenGLFunctions_1_1 ( )

Definition at line 42 of file qopenglfunctions_1_1.cpp.

References QBasicAtomicInteger< T >::deref(), QBasicAtomicInteger< T >::loadRelaxed(), Q_ASSERT, and QOpenGLVersionFunctionsBackend::refs.

+ Here is the call graph for this function:

Member Function Documentation

◆ glAccum()

void QOpenGLFunctions_1_1::glAccum ( GLenum  op,
GLfloat  value 
)
inline

Definition at line 1042 of file qopenglfunctions_1_1.h.

◆ glAlphaFunc()

void QOpenGLFunctions_1_1::glAlphaFunc ( GLenum  func,
GLfloat  ref 
)
inline

Definition at line 927 of file qopenglfunctions_1_1.h.

◆ glAreTexturesResident()

GLboolean QOpenGLFunctions_1_1::glAreTexturesResident ( GLsizei  n,
const GLuint textures,
GLboolean residences 
)
inline

Definition at line 2024 of file qopenglfunctions_1_1.h.

◆ glArrayElement()

void QOpenGLFunctions_1_1::glArrayElement ( GLint  i)
inline

Definition at line 2074 of file qopenglfunctions_1_1.h.

References i.

◆ glBegin()

void QOpenGLFunctions_1_1::glBegin ( GLenum  mode)
inline

Definition at line 1967 of file qopenglfunctions_1_1.h.

◆ glBindTexture()

void QOpenGLFunctions_1_1::glBindTexture ( GLenum  target,
GLuint  texture 
)
inline

Definition at line 660 of file qopenglfunctions_1_1.h.

◆ glBitmap()

void QOpenGLFunctions_1_1::glBitmap ( GLsizei  width,
GLsizei  height,
GLfloat  xorig,
GLfloat  yorig,
GLfloat  xmove,
GLfloat  ymove,
const GLubyte *  bitmap 
)
inline

Definition at line 1962 of file qopenglfunctions_1_1.h.

◆ glBlendFunc()

void QOpenGLFunctions_1_1::glBlendFunc ( GLenum  sfactor,
GLenum  dfactor 
)
inline

Definition at line 503 of file qopenglfunctions_1_1.h.

◆ glCallList()

void QOpenGLFunctions_1_1::glCallList ( GLuint  list)
inline

Definition at line 1992 of file qopenglfunctions_1_1.h.

References list.

◆ glCallLists()

void QOpenGLFunctions_1_1::glCallLists ( GLsizei  n,
GLenum  type,
const GLvoid *  lists 
)
inline

Definition at line 1987 of file qopenglfunctions_1_1.h.

◆ glClear()

void QOpenGLFunctions_1_1::glClear ( GLbitfield  mask)
inline

Definition at line 558 of file qopenglfunctions_1_1.h.

◆ glClearAccum()

void QOpenGLFunctions_1_1::glClearAccum ( GLfloat  red,
GLfloat  green,
GLfloat  blue,
GLfloat  alpha 
)
inline

Definition at line 1057 of file qopenglfunctions_1_1.h.

References red.

◆ glClearColor()

void QOpenGLFunctions_1_1::glClearColor ( GLfloat  red,
GLfloat  green,
GLfloat  blue,
GLfloat  alpha 
)
inline

Definition at line 553 of file qopenglfunctions_1_1.h.

References red.

◆ glClearDepth()

void QOpenGLFunctions_1_1::glClearDepth ( GLdouble  depth)
inline

Definition at line 543 of file qopenglfunctions_1_1.h.

◆ glClearIndex()

void QOpenGLFunctions_1_1::glClearIndex ( GLfloat  c)
inline

Definition at line 1052 of file qopenglfunctions_1_1.h.

◆ glClearStencil()

void QOpenGLFunctions_1_1::glClearStencil ( GLint  s)
inline

Definition at line 548 of file qopenglfunctions_1_1.h.

◆ glClipPlane()

void QOpenGLFunctions_1_1::glClipPlane ( GLenum  plane,
const GLdouble equation 
)
inline

Definition at line 1252 of file qopenglfunctions_1_1.h.

◆ glColor3b()

void QOpenGLFunctions_1_1::glColor3b ( GLbyte  red,
GLbyte  green,
GLbyte  blue 
)
inline

Definition at line 1957 of file qopenglfunctions_1_1.h.

References red.

◆ glColor3bv()

void QOpenGLFunctions_1_1::glColor3bv ( const GLbyte *  v)
inline

Definition at line 1952 of file qopenglfunctions_1_1.h.

◆ glColor3d()

void QOpenGLFunctions_1_1::glColor3d ( GLdouble  red,
GLdouble  green,
GLdouble  blue 
)
inline

Definition at line 1947 of file qopenglfunctions_1_1.h.

References red.

◆ glColor3dv()

void QOpenGLFunctions_1_1::glColor3dv ( const GLdouble v)
inline

Definition at line 1942 of file qopenglfunctions_1_1.h.

◆ glColor3f()

void QOpenGLFunctions_1_1::glColor3f ( GLfloat  red,
GLfloat  green,
GLfloat  blue 
)
inline

Definition at line 1937 of file qopenglfunctions_1_1.h.

References red.

◆ glColor3fv()

void QOpenGLFunctions_1_1::glColor3fv ( const GLfloat v)
inline

Definition at line 1932 of file qopenglfunctions_1_1.h.

◆ glColor3i()

void QOpenGLFunctions_1_1::glColor3i ( GLint  red,
GLint  green,
GLint  blue 
)
inline

Definition at line 1927 of file qopenglfunctions_1_1.h.

References red.

◆ glColor3iv()

void QOpenGLFunctions_1_1::glColor3iv ( const GLint v)
inline

Definition at line 1922 of file qopenglfunctions_1_1.h.

◆ glColor3s()

void QOpenGLFunctions_1_1::glColor3s ( GLshort  red,
GLshort  green,
GLshort  blue 
)
inline

Definition at line 1917 of file qopenglfunctions_1_1.h.

References red.

◆ glColor3sv()

void QOpenGLFunctions_1_1::glColor3sv ( const GLshort *  v)
inline

Definition at line 1912 of file qopenglfunctions_1_1.h.

◆ glColor3ub()

void QOpenGLFunctions_1_1::glColor3ub ( GLubyte  red,
GLubyte  green,
GLubyte  blue 
)
inline

Definition at line 1907 of file qopenglfunctions_1_1.h.

References red.

◆ glColor3ubv()

void QOpenGLFunctions_1_1::glColor3ubv ( const GLubyte *  v)
inline

Definition at line 1902 of file qopenglfunctions_1_1.h.

◆ glColor3ui()

void QOpenGLFunctions_1_1::glColor3ui ( GLuint  red,
GLuint  green,
GLuint  blue 
)
inline

Definition at line 1897 of file qopenglfunctions_1_1.h.

References red.

◆ glColor3uiv()

void QOpenGLFunctions_1_1::glColor3uiv ( const GLuint v)
inline

Definition at line 1892 of file qopenglfunctions_1_1.h.

◆ glColor3us()

void QOpenGLFunctions_1_1::glColor3us ( GLushort  red,
GLushort  green,
GLushort  blue 
)
inline

Definition at line 1887 of file qopenglfunctions_1_1.h.

References red.

◆ glColor3usv()

void QOpenGLFunctions_1_1::glColor3usv ( const GLushort v)
inline

Definition at line 1882 of file qopenglfunctions_1_1.h.

◆ glColor4b()

void QOpenGLFunctions_1_1::glColor4b ( GLbyte  red,
GLbyte  green,
GLbyte  blue,
GLbyte  alpha 
)
inline

Definition at line 1877 of file qopenglfunctions_1_1.h.

References red.

◆ glColor4bv()

void QOpenGLFunctions_1_1::glColor4bv ( const GLbyte *  v)
inline

Definition at line 1872 of file qopenglfunctions_1_1.h.

◆ glColor4d()

void QOpenGLFunctions_1_1::glColor4d ( GLdouble  red,
GLdouble  green,
GLdouble  blue,
GLdouble  alpha 
)
inline

Definition at line 1867 of file qopenglfunctions_1_1.h.

References red.

◆ glColor4dv()

void QOpenGLFunctions_1_1::glColor4dv ( const GLdouble v)
inline

Definition at line 1862 of file qopenglfunctions_1_1.h.

◆ glColor4f()

void QOpenGLFunctions_1_1::glColor4f ( GLfloat  red,
GLfloat  green,
GLfloat  blue,
GLfloat  alpha 
)
inline

Definition at line 1857 of file qopenglfunctions_1_1.h.

References red.

◆ glColor4fv()

void QOpenGLFunctions_1_1::glColor4fv ( const GLfloat v)
inline

Definition at line 1852 of file qopenglfunctions_1_1.h.

◆ glColor4i()

void QOpenGLFunctions_1_1::glColor4i ( GLint  red,
GLint  green,
GLint  blue,
GLint  alpha 
)
inline

Definition at line 1847 of file qopenglfunctions_1_1.h.

References red.

◆ glColor4iv()

void QOpenGLFunctions_1_1::glColor4iv ( const GLint v)
inline

Definition at line 1842 of file qopenglfunctions_1_1.h.

◆ glColor4s()

void QOpenGLFunctions_1_1::glColor4s ( GLshort  red,
GLshort  green,
GLshort  blue,
GLshort  alpha 
)
inline

Definition at line 1837 of file qopenglfunctions_1_1.h.

References red.

◆ glColor4sv()

void QOpenGLFunctions_1_1::glColor4sv ( const GLshort *  v)
inline

Definition at line 1832 of file qopenglfunctions_1_1.h.

◆ glColor4ub()

void QOpenGLFunctions_1_1::glColor4ub ( GLubyte  red,
GLubyte  green,
GLubyte  blue,
GLubyte  alpha 
)
inline

Definition at line 1827 of file qopenglfunctions_1_1.h.

References red.

◆ glColor4ubv()

void QOpenGLFunctions_1_1::glColor4ubv ( const GLubyte *  v)
inline

Definition at line 1822 of file qopenglfunctions_1_1.h.

◆ glColor4ui()

void QOpenGLFunctions_1_1::glColor4ui ( GLuint  red,
GLuint  green,
GLuint  blue,
GLuint  alpha 
)
inline

Definition at line 1817 of file qopenglfunctions_1_1.h.

References red.

◆ glColor4uiv()

void QOpenGLFunctions_1_1::glColor4uiv ( const GLuint v)
inline

Definition at line 1812 of file qopenglfunctions_1_1.h.

◆ glColor4us()

void QOpenGLFunctions_1_1::glColor4us ( GLushort  red,
GLushort  green,
GLushort  blue,
GLushort  alpha 
)
inline

Definition at line 1807 of file qopenglfunctions_1_1.h.

References red.

◆ glColor4usv()

void QOpenGLFunctions_1_1::glColor4usv ( const GLushort v)
inline

Definition at line 1802 of file qopenglfunctions_1_1.h.

◆ glColorMask()

void QOpenGLFunctions_1_1::glColorMask ( GLboolean  red,
GLboolean  green,
GLboolean  blue,
GLboolean  alpha 
)
inline

Definition at line 533 of file qopenglfunctions_1_1.h.

References red.

◆ glColorMaterial()

void QOpenGLFunctions_1_1::glColorMaterial ( GLenum  face,
GLenum  mode 
)
inline

Definition at line 1247 of file qopenglfunctions_1_1.h.

◆ glColorPointer()

void QOpenGLFunctions_1_1::glColorPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 2069 of file qopenglfunctions_1_1.h.

◆ glCopyPixels()

void QOpenGLFunctions_1_1::glCopyPixels ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  type 
)
inline

Definition at line 892 of file qopenglfunctions_1_1.h.

◆ glCopyTexImage1D()

void QOpenGLFunctions_1_1::glCopyTexImage1D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
)
inline

Definition at line 690 of file qopenglfunctions_1_1.h.

◆ glCopyTexImage2D()

void QOpenGLFunctions_1_1::glCopyTexImage2D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
)
inline

Definition at line 685 of file qopenglfunctions_1_1.h.

◆ glCopyTexSubImage1D()

void QOpenGLFunctions_1_1::glCopyTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
)
inline

Definition at line 680 of file qopenglfunctions_1_1.h.

◆ glCopyTexSubImage2D()

void QOpenGLFunctions_1_1::glCopyTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
)
inline

Definition at line 675 of file qopenglfunctions_1_1.h.

◆ glCullFace()

void QOpenGLFunctions_1_1::glCullFace ( GLenum  mode)
inline

Definition at line 628 of file qopenglfunctions_1_1.h.

◆ glDeleteLists()

void QOpenGLFunctions_1_1::glDeleteLists ( GLuint  list,
GLsizei  range 
)
inline

Definition at line 1982 of file qopenglfunctions_1_1.h.

References list.

◆ glDeleteTextures()

void QOpenGLFunctions_1_1::glDeleteTextures ( GLsizei  n,
const GLuint textures 
)
inline

Definition at line 655 of file qopenglfunctions_1_1.h.

◆ glDepthFunc()

void QOpenGLFunctions_1_1::glDepthFunc ( GLenum  func)
inline

Definition at line 483 of file qopenglfunctions_1_1.h.

◆ glDepthMask()

void QOpenGLFunctions_1_1::glDepthMask ( GLboolean  flag)
inline

Definition at line 528 of file qopenglfunctions_1_1.h.

◆ glDepthRange()

void QOpenGLFunctions_1_1::glDepthRange ( GLdouble  nearVal,
GLdouble  farVal 
)
inline

Definition at line 398 of file qopenglfunctions_1_1.h.

◆ glDisable()

void QOpenGLFunctions_1_1::glDisable ( GLenum  cap)
inline

Definition at line 523 of file qopenglfunctions_1_1.h.

◆ glDisableClientState()

void QOpenGLFunctions_1_1::glDisableClientState ( GLenum  array)
inline

Definition at line 2064 of file qopenglfunctions_1_1.h.

◆ glDrawArrays()

void QOpenGLFunctions_1_1::glDrawArrays ( GLenum  mode,
GLint  first,
GLsizei  count 
)
inline

Definition at line 710 of file qopenglfunctions_1_1.h.

◆ glDrawBuffer()

void QOpenGLFunctions_1_1::glDrawBuffer ( GLenum  mode)
inline

Definition at line 563 of file qopenglfunctions_1_1.h.

◆ glDrawElements()

void QOpenGLFunctions_1_1::glDrawElements ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid *  indices 
)
inline

Definition at line 705 of file qopenglfunctions_1_1.h.

◆ glDrawPixels()

void QOpenGLFunctions_1_1::glDrawPixels ( GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid *  pixels 
)
inline

Definition at line 887 of file qopenglfunctions_1_1.h.

◆ glEdgeFlag()

void QOpenGLFunctions_1_1::glEdgeFlag ( GLboolean  flag)
inline

Definition at line 1797 of file qopenglfunctions_1_1.h.

◆ glEdgeFlagPointer()

void QOpenGLFunctions_1_1::glEdgeFlagPointer ( GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 2059 of file qopenglfunctions_1_1.h.

◆ glEdgeFlagv()

void QOpenGLFunctions_1_1::glEdgeFlagv ( const GLboolean flag)
inline

Definition at line 1792 of file qopenglfunctions_1_1.h.

◆ glEnable()

void QOpenGLFunctions_1_1::glEnable ( GLenum  cap)
inline

Definition at line 518 of file qopenglfunctions_1_1.h.

◆ glEnableClientState()

void QOpenGLFunctions_1_1::glEnableClientState ( GLenum  array)
inline

Definition at line 2054 of file qopenglfunctions_1_1.h.

◆ glEnd()

void QOpenGLFunctions_1_1::glEnd ( )
inline

Definition at line 1787 of file qopenglfunctions_1_1.h.

◆ glEndList()

void QOpenGLFunctions_1_1::glEndList ( )
inline

Definition at line 1997 of file qopenglfunctions_1_1.h.

◆ glEvalCoord1d()

void QOpenGLFunctions_1_1::glEvalCoord1d ( GLdouble  u)
inline

Definition at line 987 of file qopenglfunctions_1_1.h.

◆ glEvalCoord1dv()

void QOpenGLFunctions_1_1::glEvalCoord1dv ( const GLdouble u)
inline

Definition at line 982 of file qopenglfunctions_1_1.h.

◆ glEvalCoord1f()

void QOpenGLFunctions_1_1::glEvalCoord1f ( GLfloat  u)
inline

Definition at line 977 of file qopenglfunctions_1_1.h.

◆ glEvalCoord1fv()

void QOpenGLFunctions_1_1::glEvalCoord1fv ( const GLfloat u)
inline

Definition at line 972 of file qopenglfunctions_1_1.h.

◆ glEvalCoord2d()

void QOpenGLFunctions_1_1::glEvalCoord2d ( GLdouble  u,
GLdouble  v 
)
inline

Definition at line 967 of file qopenglfunctions_1_1.h.

◆ glEvalCoord2dv()

void QOpenGLFunctions_1_1::glEvalCoord2dv ( const GLdouble u)
inline

Definition at line 962 of file qopenglfunctions_1_1.h.

◆ glEvalCoord2f()

void QOpenGLFunctions_1_1::glEvalCoord2f ( GLfloat  u,
GLfloat  v 
)
inline

Definition at line 957 of file qopenglfunctions_1_1.h.

◆ glEvalCoord2fv()

void QOpenGLFunctions_1_1::glEvalCoord2fv ( const GLfloat u)
inline

Definition at line 952 of file qopenglfunctions_1_1.h.

◆ glEvalMesh1()

void QOpenGLFunctions_1_1::glEvalMesh1 ( GLenum  mode,
GLint  i1,
GLint  i2 
)
inline

Definition at line 947 of file qopenglfunctions_1_1.h.

◆ glEvalMesh2()

void QOpenGLFunctions_1_1::glEvalMesh2 ( GLenum  mode,
GLint  i1,
GLint  i2,
GLint  j1,
GLint  j2 
)
inline

Definition at line 937 of file qopenglfunctions_1_1.h.

◆ glEvalPoint1()

void QOpenGLFunctions_1_1::glEvalPoint1 ( GLint  i)
inline

Definition at line 942 of file qopenglfunctions_1_1.h.

References i.

◆ glEvalPoint2()

void QOpenGLFunctions_1_1::glEvalPoint2 ( GLint  i,
GLint  j 
)
inline

Definition at line 932 of file qopenglfunctions_1_1.h.

References i, and j.

◆ glFeedbackBuffer()

void QOpenGLFunctions_1_1::glFeedbackBuffer ( GLsizei  size,
GLenum  type,
GLfloat buffer 
)
inline

Definition at line 1097 of file qopenglfunctions_1_1.h.

◆ glFinish()

void QOpenGLFunctions_1_1::glFinish ( )
inline

Definition at line 513 of file qopenglfunctions_1_1.h.

◆ glFlush()

void QOpenGLFunctions_1_1::glFlush ( )
inline

Definition at line 508 of file qopenglfunctions_1_1.h.

◆ glFogf()

void QOpenGLFunctions_1_1::glFogf ( GLenum  pname,
GLfloat  param 
)
inline

Definition at line 1242 of file qopenglfunctions_1_1.h.

◆ glFogfv()

void QOpenGLFunctions_1_1::glFogfv ( GLenum  pname,
const GLfloat params 
)
inline

Definition at line 1237 of file qopenglfunctions_1_1.h.

◆ glFogi()

void QOpenGLFunctions_1_1::glFogi ( GLenum  pname,
GLint  param 
)
inline

Definition at line 1232 of file qopenglfunctions_1_1.h.

◆ glFogiv()

void QOpenGLFunctions_1_1::glFogiv ( GLenum  pname,
const GLint params 
)
inline

Definition at line 1227 of file qopenglfunctions_1_1.h.

◆ glFrontFace()

void QOpenGLFunctions_1_1::glFrontFace ( GLenum  mode)
inline

Definition at line 623 of file qopenglfunctions_1_1.h.

◆ glFrustum()

void QOpenGLFunctions_1_1::glFrustum ( GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
)
inline

Definition at line 792 of file qopenglfunctions_1_1.h.

◆ glGenLists()

GLuint QOpenGLFunctions_1_1::glGenLists ( GLsizei  range)
inline

Definition at line 1977 of file qopenglfunctions_1_1.h.

◆ glGenTextures()

void QOpenGLFunctions_1_1::glGenTextures ( GLsizei  n,
GLuint textures 
)
inline

Definition at line 650 of file qopenglfunctions_1_1.h.

◆ glGetBooleanv()

void QOpenGLFunctions_1_1::glGetBooleanv ( GLenum  pname,
GLboolean params 
)
inline

Definition at line 458 of file qopenglfunctions_1_1.h.

◆ glGetClipPlane()

void QOpenGLFunctions_1_1::glGetClipPlane ( GLenum  plane,
GLdouble equation 
)
inline

Definition at line 882 of file qopenglfunctions_1_1.h.

◆ glGetDoublev()

void QOpenGLFunctions_1_1::glGetDoublev ( GLenum  pname,
GLdouble params 
)
inline

Definition at line 453 of file qopenglfunctions_1_1.h.

◆ glGetError()

GLenum QOpenGLFunctions_1_1::glGetError ( )
inline

Definition at line 448 of file qopenglfunctions_1_1.h.

◆ glGetFloatv()

void QOpenGLFunctions_1_1::glGetFloatv ( GLenum  pname,
GLfloat params 
)
inline

Definition at line 443 of file qopenglfunctions_1_1.h.

◆ glGetIntegerv()

void QOpenGLFunctions_1_1::glGetIntegerv ( GLenum  pname,
GLint params 
)
inline

Definition at line 438 of file qopenglfunctions_1_1.h.

◆ glGetLightfv()

void QOpenGLFunctions_1_1::glGetLightfv ( GLenum  light,
GLenum  pname,
GLfloat params 
)
inline

Definition at line 877 of file qopenglfunctions_1_1.h.

◆ glGetLightiv()

void QOpenGLFunctions_1_1::glGetLightiv ( GLenum  light,
GLenum  pname,
GLint params 
)
inline

Definition at line 872 of file qopenglfunctions_1_1.h.

◆ glGetMapdv()

void QOpenGLFunctions_1_1::glGetMapdv ( GLenum  target,
GLenum  query,
GLdouble v 
)
inline

Definition at line 867 of file qopenglfunctions_1_1.h.

◆ glGetMapfv()

void QOpenGLFunctions_1_1::glGetMapfv ( GLenum  target,
GLenum  query,
GLfloat v 
)
inline

Definition at line 862 of file qopenglfunctions_1_1.h.

◆ glGetMapiv()

void QOpenGLFunctions_1_1::glGetMapiv ( GLenum  target,
GLenum  query,
GLint v 
)
inline

Definition at line 857 of file qopenglfunctions_1_1.h.

◆ glGetMaterialfv()

void QOpenGLFunctions_1_1::glGetMaterialfv ( GLenum  face,
GLenum  pname,
GLfloat params 
)
inline

Definition at line 852 of file qopenglfunctions_1_1.h.

◆ glGetMaterialiv()

void QOpenGLFunctions_1_1::glGetMaterialiv ( GLenum  face,
GLenum  pname,
GLint params 
)
inline

Definition at line 847 of file qopenglfunctions_1_1.h.

◆ glGetPixelMapfv()

void QOpenGLFunctions_1_1::glGetPixelMapfv ( GLenum  map,
GLfloat values 
)
inline

Definition at line 842 of file qopenglfunctions_1_1.h.

References map.

◆ glGetPixelMapuiv()

void QOpenGLFunctions_1_1::glGetPixelMapuiv ( GLenum  map,
GLuint values 
)
inline

Definition at line 837 of file qopenglfunctions_1_1.h.

References map.

◆ glGetPixelMapusv()

void QOpenGLFunctions_1_1::glGetPixelMapusv ( GLenum  map,
GLushort values 
)
inline

Definition at line 832 of file qopenglfunctions_1_1.h.

References map.

◆ glGetPointerv()

void QOpenGLFunctions_1_1::glGetPointerv ( GLenum  pname,
GLvoid **  params 
)
inline

Definition at line 700 of file qopenglfunctions_1_1.h.

◆ glGetPolygonStipple()

void QOpenGLFunctions_1_1::glGetPolygonStipple ( GLubyte *  mask)
inline

Definition at line 827 of file qopenglfunctions_1_1.h.

◆ glGetString()

const GLubyte * QOpenGLFunctions_1_1::glGetString ( GLenum  name)
inline

Definition at line 433 of file qopenglfunctions_1_1.h.

◆ glGetTexEnvfv()

void QOpenGLFunctions_1_1::glGetTexEnvfv ( GLenum  target,
GLenum  pname,
GLfloat params 
)
inline

Definition at line 822 of file qopenglfunctions_1_1.h.

◆ glGetTexEnviv()

void QOpenGLFunctions_1_1::glGetTexEnviv ( GLenum  target,
GLenum  pname,
GLint params 
)
inline

Definition at line 817 of file qopenglfunctions_1_1.h.

◆ glGetTexGendv()

void QOpenGLFunctions_1_1::glGetTexGendv ( GLenum  coord,
GLenum  pname,
GLdouble params 
)
inline

Definition at line 812 of file qopenglfunctions_1_1.h.

◆ glGetTexGenfv()

void QOpenGLFunctions_1_1::glGetTexGenfv ( GLenum  coord,
GLenum  pname,
GLfloat params 
)
inline

Definition at line 807 of file qopenglfunctions_1_1.h.

◆ glGetTexGeniv()

void QOpenGLFunctions_1_1::glGetTexGeniv ( GLenum  coord,
GLenum  pname,
GLint params 
)
inline

Definition at line 802 of file qopenglfunctions_1_1.h.

◆ glGetTexImage()

void QOpenGLFunctions_1_1::glGetTexImage ( GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLvoid *  pixels 
)
inline

Definition at line 428 of file qopenglfunctions_1_1.h.

◆ glGetTexLevelParameterfv()

void QOpenGLFunctions_1_1::glGetTexLevelParameterfv ( GLenum  target,
GLint  level,
GLenum  pname,
GLfloat params 
)
inline

Definition at line 413 of file qopenglfunctions_1_1.h.

◆ glGetTexLevelParameteriv()

void QOpenGLFunctions_1_1::glGetTexLevelParameteriv ( GLenum  target,
GLint  level,
GLenum  pname,
GLint params 
)
inline

Definition at line 408 of file qopenglfunctions_1_1.h.

◆ glGetTexParameterfv()

void QOpenGLFunctions_1_1::glGetTexParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
)
inline

Definition at line 423 of file qopenglfunctions_1_1.h.

◆ glGetTexParameteriv()

void QOpenGLFunctions_1_1::glGetTexParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
)
inline

Definition at line 418 of file qopenglfunctions_1_1.h.

◆ glHint()

void QOpenGLFunctions_1_1::glHint ( GLenum  target,
GLenum  mode 
)
inline

Definition at line 618 of file qopenglfunctions_1_1.h.

◆ glIndexd()

void QOpenGLFunctions_1_1::glIndexd ( GLdouble  c)
inline

Definition at line 1782 of file qopenglfunctions_1_1.h.

◆ glIndexdv()

void QOpenGLFunctions_1_1::glIndexdv ( const GLdouble c)
inline

Definition at line 1777 of file qopenglfunctions_1_1.h.

◆ glIndexf()

void QOpenGLFunctions_1_1::glIndexf ( GLfloat  c)
inline

Definition at line 1772 of file qopenglfunctions_1_1.h.

◆ glIndexfv()

void QOpenGLFunctions_1_1::glIndexfv ( const GLfloat c)
inline

Definition at line 1767 of file qopenglfunctions_1_1.h.

◆ glIndexi()

void QOpenGLFunctions_1_1::glIndexi ( GLint  c)
inline

Definition at line 1762 of file qopenglfunctions_1_1.h.

◆ glIndexiv()

void QOpenGLFunctions_1_1::glIndexiv ( const GLint c)
inline

Definition at line 1757 of file qopenglfunctions_1_1.h.

◆ glIndexMask()

void QOpenGLFunctions_1_1::glIndexMask ( GLuint  mask)
inline

Definition at line 1047 of file qopenglfunctions_1_1.h.

◆ glIndexPointer()

void QOpenGLFunctions_1_1::glIndexPointer ( GLenum  type,
GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 2049 of file qopenglfunctions_1_1.h.

◆ glIndexs()

void QOpenGLFunctions_1_1::glIndexs ( GLshort  c)
inline

Definition at line 1752 of file qopenglfunctions_1_1.h.

◆ glIndexsv()

void QOpenGLFunctions_1_1::glIndexsv ( const GLshort *  c)
inline

Definition at line 1747 of file qopenglfunctions_1_1.h.

◆ glIndexub()

void QOpenGLFunctions_1_1::glIndexub ( GLubyte  c)
inline

Definition at line 640 of file qopenglfunctions_1_1.h.

◆ glIndexubv()

void QOpenGLFunctions_1_1::glIndexubv ( const GLubyte *  c)
inline

Definition at line 635 of file qopenglfunctions_1_1.h.

◆ glInitNames()

void QOpenGLFunctions_1_1::glInitNames ( )
inline

Definition at line 1082 of file qopenglfunctions_1_1.h.

◆ glInterleavedArrays()

void QOpenGLFunctions_1_1::glInterleavedArrays ( GLenum  format,
GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 2044 of file qopenglfunctions_1_1.h.

◆ glIsEnabled()

GLboolean QOpenGLFunctions_1_1::glIsEnabled ( GLenum  cap)
inline

Definition at line 403 of file qopenglfunctions_1_1.h.

◆ glIsList()

GLboolean QOpenGLFunctions_1_1::glIsList ( GLuint  list)
inline

Definition at line 797 of file qopenglfunctions_1_1.h.

References list.

◆ glIsTexture()

GLboolean QOpenGLFunctions_1_1::glIsTexture ( GLuint  texture)
inline

Definition at line 645 of file qopenglfunctions_1_1.h.

◆ glLightf()

void QOpenGLFunctions_1_1::glLightf ( GLenum  light,
GLenum  pname,
GLfloat  param 
)
inline

Definition at line 1222 of file qopenglfunctions_1_1.h.

◆ glLightfv()

void QOpenGLFunctions_1_1::glLightfv ( GLenum  light,
GLenum  pname,
const GLfloat params 
)
inline

Definition at line 1217 of file qopenglfunctions_1_1.h.

◆ glLighti()

void QOpenGLFunctions_1_1::glLighti ( GLenum  light,
GLenum  pname,
GLint  param 
)
inline

Definition at line 1212 of file qopenglfunctions_1_1.h.

◆ glLightiv()

void QOpenGLFunctions_1_1::glLightiv ( GLenum  light,
GLenum  pname,
const GLint params 
)
inline

Definition at line 1207 of file qopenglfunctions_1_1.h.

◆ glLightModelf()

void QOpenGLFunctions_1_1::glLightModelf ( GLenum  pname,
GLfloat  param 
)
inline

Definition at line 1202 of file qopenglfunctions_1_1.h.

◆ glLightModelfv()

void QOpenGLFunctions_1_1::glLightModelfv ( GLenum  pname,
const GLfloat params 
)
inline

Definition at line 1197 of file qopenglfunctions_1_1.h.

◆ glLightModeli()

void QOpenGLFunctions_1_1::glLightModeli ( GLenum  pname,
GLint  param 
)
inline

Definition at line 1192 of file qopenglfunctions_1_1.h.

◆ glLightModeliv()

void QOpenGLFunctions_1_1::glLightModeliv ( GLenum  pname,
const GLint params 
)
inline

Definition at line 1187 of file qopenglfunctions_1_1.h.

◆ glLineStipple()

void QOpenGLFunctions_1_1::glLineStipple ( GLint  factor,
GLushort  pattern 
)
inline

Definition at line 1182 of file qopenglfunctions_1_1.h.

◆ glLineWidth()

void QOpenGLFunctions_1_1::glLineWidth ( GLfloat  width)
inline

Definition at line 613 of file qopenglfunctions_1_1.h.

◆ glListBase()

void QOpenGLFunctions_1_1::glListBase ( GLuint  base)
inline

Definition at line 1972 of file qopenglfunctions_1_1.h.

References base.

◆ glLoadIdentity()

void QOpenGLFunctions_1_1::glLoadIdentity ( )
inline

Definition at line 787 of file qopenglfunctions_1_1.h.

◆ glLoadMatrixd()

void QOpenGLFunctions_1_1::glLoadMatrixd ( const GLdouble m)
inline

Definition at line 777 of file qopenglfunctions_1_1.h.

◆ glLoadMatrixf()

void QOpenGLFunctions_1_1::glLoadMatrixf ( const GLfloat m)
inline

Definition at line 782 of file qopenglfunctions_1_1.h.

◆ glLoadName()

void QOpenGLFunctions_1_1::glLoadName ( GLuint  name)
inline

Definition at line 1077 of file qopenglfunctions_1_1.h.

◆ glLogicOp()

void QOpenGLFunctions_1_1::glLogicOp ( GLenum  opcode)
inline

Definition at line 498 of file qopenglfunctions_1_1.h.

References opcode.

◆ glMap1d()

void QOpenGLFunctions_1_1::glMap1d ( GLenum  target,
GLdouble  u1,
GLdouble  u2,
GLint  stride,
GLint  order,
const GLdouble points 
)
inline

Definition at line 1027 of file qopenglfunctions_1_1.h.

◆ glMap1f()

void QOpenGLFunctions_1_1::glMap1f ( GLenum  target,
GLfloat  u1,
GLfloat  u2,
GLint  stride,
GLint  order,
const GLfloat points 
)
inline

Definition at line 1022 of file qopenglfunctions_1_1.h.

◆ glMap2d()

void QOpenGLFunctions_1_1::glMap2d ( GLenum  target,
GLdouble  u1,
GLdouble  u2,
GLint  ustride,
GLint  uorder,
GLdouble  v1,
GLdouble  v2,
GLint  vstride,
GLint  vorder,
const GLdouble points 
)
inline

Definition at line 1017 of file qopenglfunctions_1_1.h.

◆ glMap2f()

void QOpenGLFunctions_1_1::glMap2f ( GLenum  target,
GLfloat  u1,
GLfloat  u2,
GLint  ustride,
GLint  uorder,
GLfloat  v1,
GLfloat  v2,
GLint  vstride,
GLint  vorder,
const GLfloat points 
)
inline

Definition at line 1012 of file qopenglfunctions_1_1.h.

◆ glMapGrid1d()

void QOpenGLFunctions_1_1::glMapGrid1d ( GLint  un,
GLdouble  u1,
GLdouble  u2 
)
inline

Definition at line 1007 of file qopenglfunctions_1_1.h.

◆ glMapGrid1f()

void QOpenGLFunctions_1_1::glMapGrid1f ( GLint  un,
GLfloat  u1,
GLfloat  u2 
)
inline

Definition at line 1002 of file qopenglfunctions_1_1.h.

◆ glMapGrid2d()

void QOpenGLFunctions_1_1::glMapGrid2d ( GLint  un,
GLdouble  u1,
GLdouble  u2,
GLint  vn,
GLdouble  v1,
GLdouble  v2 
)
inline

Definition at line 997 of file qopenglfunctions_1_1.h.

◆ glMapGrid2f()

void QOpenGLFunctions_1_1::glMapGrid2f ( GLint  un,
GLfloat  u1,
GLfloat  u2,
GLint  vn,
GLfloat  v1,
GLfloat  v2 
)
inline

Definition at line 992 of file qopenglfunctions_1_1.h.

◆ glMaterialf()

void QOpenGLFunctions_1_1::glMaterialf ( GLenum  face,
GLenum  pname,
GLfloat  param 
)
inline

Definition at line 1177 of file qopenglfunctions_1_1.h.

◆ glMaterialfv()

void QOpenGLFunctions_1_1::glMaterialfv ( GLenum  face,
GLenum  pname,
const GLfloat params 
)
inline

Definition at line 1172 of file qopenglfunctions_1_1.h.

◆ glMateriali()

void QOpenGLFunctions_1_1::glMateriali ( GLenum  face,
GLenum  pname,
GLint  param 
)
inline

Definition at line 1167 of file qopenglfunctions_1_1.h.

◆ glMaterialiv()

void QOpenGLFunctions_1_1::glMaterialiv ( GLenum  face,
GLenum  pname,
const GLint params 
)
inline

Definition at line 1162 of file qopenglfunctions_1_1.h.

◆ glMatrixMode()

void QOpenGLFunctions_1_1::glMatrixMode ( GLenum  mode)
inline

Definition at line 772 of file qopenglfunctions_1_1.h.

◆ glMultMatrixd()

void QOpenGLFunctions_1_1::glMultMatrixd ( const GLdouble m)
inline

Definition at line 762 of file qopenglfunctions_1_1.h.

◆ glMultMatrixf()

void QOpenGLFunctions_1_1::glMultMatrixf ( const GLfloat m)
inline

Definition at line 767 of file qopenglfunctions_1_1.h.

◆ glNewList()

void QOpenGLFunctions_1_1::glNewList ( GLuint  list,
GLenum  mode 
)
inline

Definition at line 2002 of file qopenglfunctions_1_1.h.

References list.

◆ glNormal3b()

void QOpenGLFunctions_1_1::glNormal3b ( GLbyte  nx,
GLbyte  ny,
GLbyte  nz 
)
inline

Definition at line 1742 of file qopenglfunctions_1_1.h.

◆ glNormal3bv()

void QOpenGLFunctions_1_1::glNormal3bv ( const GLbyte *  v)
inline

Definition at line 1737 of file qopenglfunctions_1_1.h.

◆ glNormal3d()

void QOpenGLFunctions_1_1::glNormal3d ( GLdouble  nx,
GLdouble  ny,
GLdouble  nz 
)
inline

Definition at line 1732 of file qopenglfunctions_1_1.h.

◆ glNormal3dv()

void QOpenGLFunctions_1_1::glNormal3dv ( const GLdouble v)
inline

Definition at line 1727 of file qopenglfunctions_1_1.h.

◆ glNormal3f()

void QOpenGLFunctions_1_1::glNormal3f ( GLfloat  nx,
GLfloat  ny,
GLfloat  nz 
)
inline

Definition at line 1722 of file qopenglfunctions_1_1.h.

◆ glNormal3fv()

void QOpenGLFunctions_1_1::glNormal3fv ( const GLfloat v)
inline

Definition at line 1717 of file qopenglfunctions_1_1.h.

◆ glNormal3i()

void QOpenGLFunctions_1_1::glNormal3i ( GLint  nx,
GLint  ny,
GLint  nz 
)
inline

Definition at line 1712 of file qopenglfunctions_1_1.h.

◆ glNormal3iv()

void QOpenGLFunctions_1_1::glNormal3iv ( const GLint v)
inline

Definition at line 1707 of file qopenglfunctions_1_1.h.

◆ glNormal3s()

void QOpenGLFunctions_1_1::glNormal3s ( GLshort  nx,
GLshort  ny,
GLshort  nz 
)
inline

Definition at line 1702 of file qopenglfunctions_1_1.h.

◆ glNormal3sv()

void QOpenGLFunctions_1_1::glNormal3sv ( const GLshort *  v)
inline

Definition at line 1697 of file qopenglfunctions_1_1.h.

◆ glNormalPointer()

void QOpenGLFunctions_1_1::glNormalPointer ( GLenum  type,
GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 2039 of file qopenglfunctions_1_1.h.

◆ glOrtho()

void QOpenGLFunctions_1_1::glOrtho ( GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
)
inline

Definition at line 757 of file qopenglfunctions_1_1.h.

◆ glPassThrough()

void QOpenGLFunctions_1_1::glPassThrough ( GLfloat  token)
inline

Definition at line 1072 of file qopenglfunctions_1_1.h.

References token.

◆ glPixelMapfv()

void QOpenGLFunctions_1_1::glPixelMapfv ( GLenum  map,
GLint  mapsize,
const GLfloat values 
)
inline

Definition at line 907 of file qopenglfunctions_1_1.h.

References map.

◆ glPixelMapuiv()

void QOpenGLFunctions_1_1::glPixelMapuiv ( GLenum  map,
GLint  mapsize,
const GLuint values 
)
inline

Definition at line 902 of file qopenglfunctions_1_1.h.

References map.

◆ glPixelMapusv()

void QOpenGLFunctions_1_1::glPixelMapusv ( GLenum  map,
GLint  mapsize,
const GLushort values 
)
inline

Definition at line 897 of file qopenglfunctions_1_1.h.

References map.

◆ glPixelStoref()

void QOpenGLFunctions_1_1::glPixelStoref ( GLenum  pname,
GLfloat  param 
)
inline

Definition at line 478 of file qopenglfunctions_1_1.h.

◆ glPixelStorei()

void QOpenGLFunctions_1_1::glPixelStorei ( GLenum  pname,
GLint  param 
)
inline

Definition at line 473 of file qopenglfunctions_1_1.h.

◆ glPixelTransferf()

void QOpenGLFunctions_1_1::glPixelTransferf ( GLenum  pname,
GLfloat  param 
)
inline

Definition at line 917 of file qopenglfunctions_1_1.h.

◆ glPixelTransferi()

void QOpenGLFunctions_1_1::glPixelTransferi ( GLenum  pname,
GLint  param 
)
inline

Definition at line 912 of file qopenglfunctions_1_1.h.

◆ glPixelZoom()

void QOpenGLFunctions_1_1::glPixelZoom ( GLfloat  xfactor,
GLfloat  yfactor 
)
inline

Definition at line 922 of file qopenglfunctions_1_1.h.

◆ glPointSize()

void QOpenGLFunctions_1_1::glPointSize ( GLfloat  size)
inline

Definition at line 608 of file qopenglfunctions_1_1.h.

◆ glPolygonMode()

void QOpenGLFunctions_1_1::glPolygonMode ( GLenum  face,
GLenum  mode 
)
inline

Definition at line 603 of file qopenglfunctions_1_1.h.

◆ glPolygonOffset()

void QOpenGLFunctions_1_1::glPolygonOffset ( GLfloat  factor,
GLfloat  units 
)
inline

Definition at line 695 of file qopenglfunctions_1_1.h.

◆ glPolygonStipple()

void QOpenGLFunctions_1_1::glPolygonStipple ( const GLubyte *  mask)
inline

Definition at line 1157 of file qopenglfunctions_1_1.h.

◆ glPopAttrib()

void QOpenGLFunctions_1_1::glPopAttrib ( )
inline

Definition at line 1037 of file qopenglfunctions_1_1.h.

◆ glPopClientAttrib()

void QOpenGLFunctions_1_1::glPopClientAttrib ( )
inline

Definition at line 2014 of file qopenglfunctions_1_1.h.

◆ glPopMatrix()

void QOpenGLFunctions_1_1::glPopMatrix ( )
inline

Definition at line 752 of file qopenglfunctions_1_1.h.

◆ glPopName()

void QOpenGLFunctions_1_1::glPopName ( )
inline

Definition at line 1067 of file qopenglfunctions_1_1.h.

◆ glPrioritizeTextures()

void QOpenGLFunctions_1_1::glPrioritizeTextures ( GLsizei  n,
const GLuint textures,
const GLfloat priorities 
)
inline

Definition at line 2019 of file qopenglfunctions_1_1.h.

◆ glPushAttrib()

void QOpenGLFunctions_1_1::glPushAttrib ( GLbitfield  mask)
inline

Definition at line 1032 of file qopenglfunctions_1_1.h.

◆ glPushClientAttrib()

void QOpenGLFunctions_1_1::glPushClientAttrib ( GLbitfield  mask)
inline

Definition at line 2009 of file qopenglfunctions_1_1.h.

◆ glPushMatrix()

void QOpenGLFunctions_1_1::glPushMatrix ( )
inline

Definition at line 747 of file qopenglfunctions_1_1.h.

◆ glPushName()

void QOpenGLFunctions_1_1::glPushName ( GLuint  name)
inline

Definition at line 1062 of file qopenglfunctions_1_1.h.

◆ glRasterPos2d()

void QOpenGLFunctions_1_1::glRasterPos2d ( GLdouble  x,
GLdouble  y 
)
inline

Definition at line 1692 of file qopenglfunctions_1_1.h.

◆ glRasterPos2dv()

void QOpenGLFunctions_1_1::glRasterPos2dv ( const GLdouble v)
inline

Definition at line 1687 of file qopenglfunctions_1_1.h.

◆ glRasterPos2f()

void QOpenGLFunctions_1_1::glRasterPos2f ( GLfloat  x,
GLfloat  y 
)
inline

Definition at line 1682 of file qopenglfunctions_1_1.h.

◆ glRasterPos2fv()

void QOpenGLFunctions_1_1::glRasterPos2fv ( const GLfloat v)
inline

Definition at line 1677 of file qopenglfunctions_1_1.h.

◆ glRasterPos2i()

void QOpenGLFunctions_1_1::glRasterPos2i ( GLint  x,
GLint  y 
)
inline

Definition at line 1672 of file qopenglfunctions_1_1.h.

◆ glRasterPos2iv()

void QOpenGLFunctions_1_1::glRasterPos2iv ( const GLint v)
inline

Definition at line 1667 of file qopenglfunctions_1_1.h.

◆ glRasterPos2s()

void QOpenGLFunctions_1_1::glRasterPos2s ( GLshort  x,
GLshort  y 
)
inline

Definition at line 1662 of file qopenglfunctions_1_1.h.

◆ glRasterPos2sv()

void QOpenGLFunctions_1_1::glRasterPos2sv ( const GLshort *  v)
inline

Definition at line 1657 of file qopenglfunctions_1_1.h.

◆ glRasterPos3d()

void QOpenGLFunctions_1_1::glRasterPos3d ( GLdouble  x,
GLdouble  y,
GLdouble  z 
)
inline

Definition at line 1652 of file qopenglfunctions_1_1.h.

◆ glRasterPos3dv()

void QOpenGLFunctions_1_1::glRasterPos3dv ( const GLdouble v)
inline

Definition at line 1647 of file qopenglfunctions_1_1.h.

◆ glRasterPos3f()

void QOpenGLFunctions_1_1::glRasterPos3f ( GLfloat  x,
GLfloat  y,
GLfloat  z 
)
inline

Definition at line 1642 of file qopenglfunctions_1_1.h.

◆ glRasterPos3fv()

void QOpenGLFunctions_1_1::glRasterPos3fv ( const GLfloat v)
inline

Definition at line 1637 of file qopenglfunctions_1_1.h.

◆ glRasterPos3i()

void QOpenGLFunctions_1_1::glRasterPos3i ( GLint  x,
GLint  y,
GLint  z 
)
inline

Definition at line 1632 of file qopenglfunctions_1_1.h.

◆ glRasterPos3iv()

void QOpenGLFunctions_1_1::glRasterPos3iv ( const GLint v)
inline

Definition at line 1627 of file qopenglfunctions_1_1.h.

◆ glRasterPos3s()

void QOpenGLFunctions_1_1::glRasterPos3s ( GLshort  x,
GLshort  y,
GLshort  z 
)
inline

Definition at line 1622 of file qopenglfunctions_1_1.h.

◆ glRasterPos3sv()

void QOpenGLFunctions_1_1::glRasterPos3sv ( const GLshort *  v)
inline

Definition at line 1617 of file qopenglfunctions_1_1.h.

◆ glRasterPos4d()

void QOpenGLFunctions_1_1::glRasterPos4d ( GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
)
inline

Definition at line 1612 of file qopenglfunctions_1_1.h.

◆ glRasterPos4dv()

void QOpenGLFunctions_1_1::glRasterPos4dv ( const GLdouble v)
inline

Definition at line 1607 of file qopenglfunctions_1_1.h.

◆ glRasterPos4f()

void QOpenGLFunctions_1_1::glRasterPos4f ( GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
)
inline

Definition at line 1602 of file qopenglfunctions_1_1.h.

◆ glRasterPos4fv()

void QOpenGLFunctions_1_1::glRasterPos4fv ( const GLfloat v)
inline

Definition at line 1597 of file qopenglfunctions_1_1.h.

◆ glRasterPos4i()

void QOpenGLFunctions_1_1::glRasterPos4i ( GLint  x,
GLint  y,
GLint  z,
GLint  w 
)
inline

Definition at line 1592 of file qopenglfunctions_1_1.h.

◆ glRasterPos4iv()

void QOpenGLFunctions_1_1::glRasterPos4iv ( const GLint v)
inline

Definition at line 1587 of file qopenglfunctions_1_1.h.

◆ glRasterPos4s()

void QOpenGLFunctions_1_1::glRasterPos4s ( GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
)
inline

Definition at line 1582 of file qopenglfunctions_1_1.h.

◆ glRasterPos4sv()

void QOpenGLFunctions_1_1::glRasterPos4sv ( const GLshort *  v)
inline

Definition at line 1577 of file qopenglfunctions_1_1.h.

◆ glReadBuffer()

void QOpenGLFunctions_1_1::glReadBuffer ( GLenum  mode)
inline

Definition at line 468 of file qopenglfunctions_1_1.h.

◆ glReadPixels()

void QOpenGLFunctions_1_1::glReadPixels ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLvoid *  pixels 
)
inline

Definition at line 463 of file qopenglfunctions_1_1.h.

◆ glRectd()

void QOpenGLFunctions_1_1::glRectd ( GLdouble  x1,
GLdouble  y1,
GLdouble  x2,
GLdouble  y2 
)
inline

Definition at line 1572 of file qopenglfunctions_1_1.h.

◆ glRectdv()

void QOpenGLFunctions_1_1::glRectdv ( const GLdouble v1,
const GLdouble v2 
)
inline

Definition at line 1567 of file qopenglfunctions_1_1.h.

◆ glRectf()

void QOpenGLFunctions_1_1::glRectf ( GLfloat  x1,
GLfloat  y1,
GLfloat  x2,
GLfloat  y2 
)
inline

Definition at line 1562 of file qopenglfunctions_1_1.h.

◆ glRectfv()

void QOpenGLFunctions_1_1::glRectfv ( const GLfloat v1,
const GLfloat v2 
)
inline

Definition at line 1557 of file qopenglfunctions_1_1.h.

◆ glRecti()

void QOpenGLFunctions_1_1::glRecti ( GLint  x1,
GLint  y1,
GLint  x2,
GLint  y2 
)
inline

Definition at line 1552 of file qopenglfunctions_1_1.h.

◆ glRectiv()

void QOpenGLFunctions_1_1::glRectiv ( const GLint v1,
const GLint v2 
)
inline

Definition at line 1547 of file qopenglfunctions_1_1.h.

◆ glRects()

void QOpenGLFunctions_1_1::glRects ( GLshort  x1,
GLshort  y1,
GLshort  x2,
GLshort  y2 
)
inline

Definition at line 1542 of file qopenglfunctions_1_1.h.

◆ glRectsv()

void QOpenGLFunctions_1_1::glRectsv ( const GLshort *  v1,
const GLshort *  v2 
)
inline

Definition at line 1537 of file qopenglfunctions_1_1.h.

◆ glRenderMode()

GLint QOpenGLFunctions_1_1::glRenderMode ( GLenum  mode)
inline

Definition at line 1087 of file qopenglfunctions_1_1.h.

◆ glRotated()

void QOpenGLFunctions_1_1::glRotated ( GLdouble  angle,
GLdouble  x,
GLdouble  y,
GLdouble  z 
)
inline

Definition at line 742 of file qopenglfunctions_1_1.h.

◆ glRotatef()

void QOpenGLFunctions_1_1::glRotatef ( GLfloat  angle,
GLfloat  x,
GLfloat  y,
GLfloat  z 
)
inline

Definition at line 737 of file qopenglfunctions_1_1.h.

◆ glScaled()

void QOpenGLFunctions_1_1::glScaled ( GLdouble  x,
GLdouble  y,
GLdouble  z 
)
inline

Definition at line 732 of file qopenglfunctions_1_1.h.

◆ glScalef()

void QOpenGLFunctions_1_1::glScalef ( GLfloat  x,
GLfloat  y,
GLfloat  z 
)
inline

Definition at line 727 of file qopenglfunctions_1_1.h.

◆ glScissor()

void QOpenGLFunctions_1_1::glScissor ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
)
inline

Definition at line 598 of file qopenglfunctions_1_1.h.

◆ glSelectBuffer()

void QOpenGLFunctions_1_1::glSelectBuffer ( GLsizei  size,
GLuint buffer 
)
inline

Definition at line 1092 of file qopenglfunctions_1_1.h.

◆ glShadeModel()

void QOpenGLFunctions_1_1::glShadeModel ( GLenum  mode)
inline

Definition at line 1152 of file qopenglfunctions_1_1.h.

◆ glStencilFunc()

void QOpenGLFunctions_1_1::glStencilFunc ( GLenum  func,
GLint  ref,
GLuint  mask 
)
inline

Definition at line 493 of file qopenglfunctions_1_1.h.

◆ glStencilMask()

void QOpenGLFunctions_1_1::glStencilMask ( GLuint  mask)
inline

Definition at line 538 of file qopenglfunctions_1_1.h.

◆ glStencilOp()

void QOpenGLFunctions_1_1::glStencilOp ( GLenum  fail,
GLenum  zfail,
GLenum  zpass 
)
inline

Definition at line 488 of file qopenglfunctions_1_1.h.

◆ glTexCoord1d()

void QOpenGLFunctions_1_1::glTexCoord1d ( GLdouble  s)
inline

Definition at line 1532 of file qopenglfunctions_1_1.h.

◆ glTexCoord1dv()

void QOpenGLFunctions_1_1::glTexCoord1dv ( const GLdouble v)
inline

Definition at line 1527 of file qopenglfunctions_1_1.h.

◆ glTexCoord1f()

void QOpenGLFunctions_1_1::glTexCoord1f ( GLfloat  s)
inline

Definition at line 1522 of file qopenglfunctions_1_1.h.

◆ glTexCoord1fv()

void QOpenGLFunctions_1_1::glTexCoord1fv ( const GLfloat v)
inline

Definition at line 1517 of file qopenglfunctions_1_1.h.

◆ glTexCoord1i()

void QOpenGLFunctions_1_1::glTexCoord1i ( GLint  s)
inline

Definition at line 1512 of file qopenglfunctions_1_1.h.

◆ glTexCoord1iv()

void QOpenGLFunctions_1_1::glTexCoord1iv ( const GLint v)
inline

Definition at line 1507 of file qopenglfunctions_1_1.h.

◆ glTexCoord1s()

void QOpenGLFunctions_1_1::glTexCoord1s ( GLshort  s)
inline

Definition at line 1502 of file qopenglfunctions_1_1.h.

◆ glTexCoord1sv()

void QOpenGLFunctions_1_1::glTexCoord1sv ( const GLshort *  v)
inline

Definition at line 1497 of file qopenglfunctions_1_1.h.

◆ glTexCoord2d()

void QOpenGLFunctions_1_1::glTexCoord2d ( GLdouble  s,
GLdouble  t 
)
inline

Definition at line 1492 of file qopenglfunctions_1_1.h.

◆ glTexCoord2dv()

void QOpenGLFunctions_1_1::glTexCoord2dv ( const GLdouble v)
inline

Definition at line 1487 of file qopenglfunctions_1_1.h.

◆ glTexCoord2f()

void QOpenGLFunctions_1_1::glTexCoord2f ( GLfloat  s,
GLfloat  t 
)
inline

Definition at line 1482 of file qopenglfunctions_1_1.h.

◆ glTexCoord2fv()

void QOpenGLFunctions_1_1::glTexCoord2fv ( const GLfloat v)
inline

Definition at line 1477 of file qopenglfunctions_1_1.h.

◆ glTexCoord2i()

void QOpenGLFunctions_1_1::glTexCoord2i ( GLint  s,
GLint  t 
)
inline

Definition at line 1472 of file qopenglfunctions_1_1.h.

◆ glTexCoord2iv()

void QOpenGLFunctions_1_1::glTexCoord2iv ( const GLint v)
inline

Definition at line 1467 of file qopenglfunctions_1_1.h.

◆ glTexCoord2s()

void QOpenGLFunctions_1_1::glTexCoord2s ( GLshort  s,
GLshort  t 
)
inline

Definition at line 1462 of file qopenglfunctions_1_1.h.

◆ glTexCoord2sv()

void QOpenGLFunctions_1_1::glTexCoord2sv ( const GLshort *  v)
inline

Definition at line 1457 of file qopenglfunctions_1_1.h.

◆ glTexCoord3d()

void QOpenGLFunctions_1_1::glTexCoord3d ( GLdouble  s,
GLdouble  t,
GLdouble  r 
)
inline

Definition at line 1452 of file qopenglfunctions_1_1.h.

◆ glTexCoord3dv()

void QOpenGLFunctions_1_1::glTexCoord3dv ( const GLdouble v)
inline

Definition at line 1447 of file qopenglfunctions_1_1.h.

◆ glTexCoord3f()

void QOpenGLFunctions_1_1::glTexCoord3f ( GLfloat  s,
GLfloat  t,
GLfloat  r 
)
inline

Definition at line 1442 of file qopenglfunctions_1_1.h.

◆ glTexCoord3fv()

void QOpenGLFunctions_1_1::glTexCoord3fv ( const GLfloat v)
inline

Definition at line 1437 of file qopenglfunctions_1_1.h.

◆ glTexCoord3i()

void QOpenGLFunctions_1_1::glTexCoord3i ( GLint  s,
GLint  t,
GLint  r 
)
inline

Definition at line 1432 of file qopenglfunctions_1_1.h.

◆ glTexCoord3iv()

void QOpenGLFunctions_1_1::glTexCoord3iv ( const GLint v)
inline

Definition at line 1427 of file qopenglfunctions_1_1.h.

◆ glTexCoord3s()

void QOpenGLFunctions_1_1::glTexCoord3s ( GLshort  s,
GLshort  t,
GLshort  r 
)
inline

Definition at line 1422 of file qopenglfunctions_1_1.h.

◆ glTexCoord3sv()

void QOpenGLFunctions_1_1::glTexCoord3sv ( const GLshort *  v)
inline

Definition at line 1417 of file qopenglfunctions_1_1.h.

◆ glTexCoord4d()

void QOpenGLFunctions_1_1::glTexCoord4d ( GLdouble  s,
GLdouble  t,
GLdouble  r,
GLdouble  q 
)
inline

Definition at line 1412 of file qopenglfunctions_1_1.h.

◆ glTexCoord4dv()

void QOpenGLFunctions_1_1::glTexCoord4dv ( const GLdouble v)
inline

Definition at line 1407 of file qopenglfunctions_1_1.h.

◆ glTexCoord4f()

void QOpenGLFunctions_1_1::glTexCoord4f ( GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  q 
)
inline

Definition at line 1402 of file qopenglfunctions_1_1.h.

◆ glTexCoord4fv()

void QOpenGLFunctions_1_1::glTexCoord4fv ( const GLfloat v)
inline

Definition at line 1397 of file qopenglfunctions_1_1.h.

◆ glTexCoord4i()

void QOpenGLFunctions_1_1::glTexCoord4i ( GLint  s,
GLint  t,
GLint  r,
GLint  q 
)
inline

Definition at line 1392 of file qopenglfunctions_1_1.h.

◆ glTexCoord4iv()

void QOpenGLFunctions_1_1::glTexCoord4iv ( const GLint v)
inline

Definition at line 1387 of file qopenglfunctions_1_1.h.

◆ glTexCoord4s()

void QOpenGLFunctions_1_1::glTexCoord4s ( GLshort  s,
GLshort  t,
GLshort  r,
GLshort  q 
)
inline

Definition at line 1382 of file qopenglfunctions_1_1.h.

◆ glTexCoord4sv()

void QOpenGLFunctions_1_1::glTexCoord4sv ( const GLshort *  v)
inline

Definition at line 1377 of file qopenglfunctions_1_1.h.

◆ glTexCoordPointer()

void QOpenGLFunctions_1_1::glTexCoordPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 2034 of file qopenglfunctions_1_1.h.

◆ glTexEnvf()

void QOpenGLFunctions_1_1::glTexEnvf ( GLenum  target,
GLenum  pname,
GLfloat  param 
)
inline

Definition at line 1147 of file qopenglfunctions_1_1.h.

◆ glTexEnvfv()

void QOpenGLFunctions_1_1::glTexEnvfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
)
inline

Definition at line 1142 of file qopenglfunctions_1_1.h.

◆ glTexEnvi()

void QOpenGLFunctions_1_1::glTexEnvi ( GLenum  target,
GLenum  pname,
GLint  param 
)
inline

Definition at line 1137 of file qopenglfunctions_1_1.h.

◆ glTexEnviv()

void QOpenGLFunctions_1_1::glTexEnviv ( GLenum  target,
GLenum  pname,
const GLint params 
)
inline

Definition at line 1132 of file qopenglfunctions_1_1.h.

◆ glTexGend()

void QOpenGLFunctions_1_1::glTexGend ( GLenum  coord,
GLenum  pname,
GLdouble  param 
)
inline

Definition at line 1127 of file qopenglfunctions_1_1.h.

◆ glTexGendv()

void QOpenGLFunctions_1_1::glTexGendv ( GLenum  coord,
GLenum  pname,
const GLdouble params 
)
inline

Definition at line 1122 of file qopenglfunctions_1_1.h.

◆ glTexGenf()

void QOpenGLFunctions_1_1::glTexGenf ( GLenum  coord,
GLenum  pname,
GLfloat  param 
)
inline

Definition at line 1117 of file qopenglfunctions_1_1.h.

◆ glTexGenfv()

void QOpenGLFunctions_1_1::glTexGenfv ( GLenum  coord,
GLenum  pname,
const GLfloat params 
)
inline

Definition at line 1112 of file qopenglfunctions_1_1.h.

◆ glTexGeni()

void QOpenGLFunctions_1_1::glTexGeni ( GLenum  coord,
GLenum  pname,
GLint  param 
)
inline

Definition at line 1107 of file qopenglfunctions_1_1.h.

◆ glTexGeniv()

void QOpenGLFunctions_1_1::glTexGeniv ( GLenum  coord,
GLenum  pname,
const GLint params 
)
inline

Definition at line 1102 of file qopenglfunctions_1_1.h.

◆ glTexImage1D()

void QOpenGLFunctions_1_1::glTexImage1D ( GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid *  pixels 
)
inline

Definition at line 573 of file qopenglfunctions_1_1.h.

◆ glTexImage2D()

void QOpenGLFunctions_1_1::glTexImage2D ( GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid *  pixels 
)
inline

Definition at line 568 of file qopenglfunctions_1_1.h.

◆ glTexParameterf()

void QOpenGLFunctions_1_1::glTexParameterf ( GLenum  target,
GLenum  pname,
GLfloat  param 
)
inline

Definition at line 593 of file qopenglfunctions_1_1.h.

◆ glTexParameterfv()

void QOpenGLFunctions_1_1::glTexParameterfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
)
inline

Definition at line 588 of file qopenglfunctions_1_1.h.

◆ glTexParameteri()

void QOpenGLFunctions_1_1::glTexParameteri ( GLenum  target,
GLenum  pname,
GLint  param 
)
inline

Definition at line 583 of file qopenglfunctions_1_1.h.

◆ glTexParameteriv()

void QOpenGLFunctions_1_1::glTexParameteriv ( GLenum  target,
GLenum  pname,
const GLint params 
)
inline

Definition at line 578 of file qopenglfunctions_1_1.h.

◆ glTexSubImage1D()

void QOpenGLFunctions_1_1::glTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid *  pixels 
)
inline

Definition at line 670 of file qopenglfunctions_1_1.h.

◆ glTexSubImage2D()

void QOpenGLFunctions_1_1::glTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid *  pixels 
)
inline

Definition at line 665 of file qopenglfunctions_1_1.h.

◆ glTranslated()

void QOpenGLFunctions_1_1::glTranslated ( GLdouble  x,
GLdouble  y,
GLdouble  z 
)
inline

Definition at line 722 of file qopenglfunctions_1_1.h.

◆ glTranslatef()

void QOpenGLFunctions_1_1::glTranslatef ( GLfloat  x,
GLfloat  y,
GLfloat  z 
)
inline

Definition at line 717 of file qopenglfunctions_1_1.h.

◆ glVertex2d()

void QOpenGLFunctions_1_1::glVertex2d ( GLdouble  x,
GLdouble  y 
)
inline

Definition at line 1372 of file qopenglfunctions_1_1.h.

◆ glVertex2dv()

void QOpenGLFunctions_1_1::glVertex2dv ( const GLdouble v)
inline

Definition at line 1367 of file qopenglfunctions_1_1.h.

◆ glVertex2f()

void QOpenGLFunctions_1_1::glVertex2f ( GLfloat  x,
GLfloat  y 
)
inline

Definition at line 1362 of file qopenglfunctions_1_1.h.

◆ glVertex2fv()

void QOpenGLFunctions_1_1::glVertex2fv ( const GLfloat v)
inline

Definition at line 1357 of file qopenglfunctions_1_1.h.

◆ glVertex2i()

void QOpenGLFunctions_1_1::glVertex2i ( GLint  x,
GLint  y 
)
inline

Definition at line 1352 of file qopenglfunctions_1_1.h.

◆ glVertex2iv()

void QOpenGLFunctions_1_1::glVertex2iv ( const GLint v)
inline

Definition at line 1347 of file qopenglfunctions_1_1.h.

◆ glVertex2s()

void QOpenGLFunctions_1_1::glVertex2s ( GLshort  x,
GLshort  y 
)
inline

Definition at line 1342 of file qopenglfunctions_1_1.h.

◆ glVertex2sv()

void QOpenGLFunctions_1_1::glVertex2sv ( const GLshort *  v)
inline

Definition at line 1337 of file qopenglfunctions_1_1.h.

◆ glVertex3d()

void QOpenGLFunctions_1_1::glVertex3d ( GLdouble  x,
GLdouble  y,
GLdouble  z 
)
inline

Definition at line 1332 of file qopenglfunctions_1_1.h.

◆ glVertex3dv()

void QOpenGLFunctions_1_1::glVertex3dv ( const GLdouble v)
inline

Definition at line 1327 of file qopenglfunctions_1_1.h.

◆ glVertex3f()

void QOpenGLFunctions_1_1::glVertex3f ( GLfloat  x,
GLfloat  y,
GLfloat  z 
)
inline

Definition at line 1322 of file qopenglfunctions_1_1.h.

◆ glVertex3fv()

void QOpenGLFunctions_1_1::glVertex3fv ( const GLfloat v)
inline

Definition at line 1317 of file qopenglfunctions_1_1.h.

◆ glVertex3i()

void QOpenGLFunctions_1_1::glVertex3i ( GLint  x,
GLint  y,
GLint  z 
)
inline

Definition at line 1312 of file qopenglfunctions_1_1.h.

◆ glVertex3iv()

void QOpenGLFunctions_1_1::glVertex3iv ( const GLint v)
inline

Definition at line 1307 of file qopenglfunctions_1_1.h.

◆ glVertex3s()

void QOpenGLFunctions_1_1::glVertex3s ( GLshort  x,
GLshort  y,
GLshort  z 
)
inline

Definition at line 1302 of file qopenglfunctions_1_1.h.

◆ glVertex3sv()

void QOpenGLFunctions_1_1::glVertex3sv ( const GLshort *  v)
inline

Definition at line 1297 of file qopenglfunctions_1_1.h.

◆ glVertex4d()

void QOpenGLFunctions_1_1::glVertex4d ( GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
)
inline

Definition at line 1292 of file qopenglfunctions_1_1.h.

◆ glVertex4dv()

void QOpenGLFunctions_1_1::glVertex4dv ( const GLdouble v)
inline

Definition at line 1287 of file qopenglfunctions_1_1.h.

◆ glVertex4f()

void QOpenGLFunctions_1_1::glVertex4f ( GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
)
inline

Definition at line 1282 of file qopenglfunctions_1_1.h.

◆ glVertex4fv()

void QOpenGLFunctions_1_1::glVertex4fv ( const GLfloat v)
inline

Definition at line 1277 of file qopenglfunctions_1_1.h.

◆ glVertex4i()

void QOpenGLFunctions_1_1::glVertex4i ( GLint  x,
GLint  y,
GLint  z,
GLint  w 
)
inline

Definition at line 1272 of file qopenglfunctions_1_1.h.

◆ glVertex4iv()

void QOpenGLFunctions_1_1::glVertex4iv ( const GLint v)
inline

Definition at line 1267 of file qopenglfunctions_1_1.h.

◆ glVertex4s()

void QOpenGLFunctions_1_1::glVertex4s ( GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
)
inline

Definition at line 1262 of file qopenglfunctions_1_1.h.

◆ glVertex4sv()

void QOpenGLFunctions_1_1::glVertex4sv ( const GLshort *  v)
inline

Definition at line 1257 of file qopenglfunctions_1_1.h.

◆ glVertexPointer()

void QOpenGLFunctions_1_1::glVertexPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 2029 of file qopenglfunctions_1_1.h.

◆ glViewport()

void QOpenGLFunctions_1_1::glViewport ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
)
inline

Definition at line 393 of file qopenglfunctions_1_1.h.

◆ initializeOpenGLFunctions()

Friends And Related Symbol Documentation

◆ QOpenGLVersionFunctionsFactory

friend class QOpenGLVersionFunctionsFactory
friend

Definition at line 381 of file qopenglfunctions_1_1.h.


The documentation for this class was generated from the following files: