- All Implemented Interfaces:
QtObjectInterface
All functions for OpenGL 1.0 specification
Java wrapper for Qt class QOpenGLFunctions_1_0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
glAccum
(int op, float value) SeeQOpenGLFunctions_1_0::
glAccum(GLenum, GLfloat) final void
glAlphaFunc
(int func, float ref) SeeQOpenGLFunctions_1_0::
glAlphaFunc(GLenum, GLfloat) final void
glBegin
(int mode) SeeQOpenGLFunctions_1_0::
glBegin(GLenum) final void
glBitmap
(int width, int height, float xorig, float yorig, float xmove, float ymove, ByteBuffer bitmap) SeeQOpenGLFunctions_1_0::
glBitmap(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte*) final void
glBlendFunc
(int sfactor, int dfactor) SeeQOpenGLFunctions_1_0::
glBlendFunc(GLenum, GLenum) final void
glCallList
(int list) SeeQOpenGLFunctions_1_0::
glCallList(GLuint) final void
glCallLists
(int n, int type, Buffer lists) SeeQOpenGLFunctions_1_0::
glCallLists(GLsizei, GLenum, const GLvoid*) final void
glClear
(int mask) SeeQOpenGLFunctions_1_0::
glClear(GLbitfield) final void
glClearAccum
(float red, float green, float blue, float alpha) SeeQOpenGLFunctions_1_0::
glClearAccum(GLfloat, GLfloat, GLfloat, GLfloat) final void
glClearColor
(float red, float green, float blue, float alpha) SeeQOpenGLFunctions_1_0::
glClearColor(GLfloat, GLfloat, GLfloat, GLfloat) final void
glClearDepth
(double depth) SeeQOpenGLFunctions_1_0::
glClearDepth(GLdouble) final void
glClearIndex
(float c) SeeQOpenGLFunctions_1_0::
glClearIndex(GLfloat) final void
glClearStencil
(int s) SeeQOpenGLFunctions_1_0::
glClearStencil(GLint) final void
glClipPlane
(int plane, double[] equation) SeeQOpenGLFunctions_1_0::
glClipPlane(GLenum, const GLdouble*) final void
glColor3b
(byte red, byte green, byte blue) SeeQOpenGLFunctions_1_0::
glColor3b(GLbyte, GLbyte, GLbyte) final void
glColor3bv
(byte[] v) SeeQOpenGLFunctions_1_0::
glColor3bv(const GLbyte*) final void
glColor3d
(double red, double green, double blue) SeeQOpenGLFunctions_1_0::
glColor3d(GLdouble, GLdouble, GLdouble) final void
glColor3dv
(double[] v) SeeQOpenGLFunctions_1_0::
glColor3dv(const GLdouble*) final void
glColor3f
(float red, float green, float blue) SeeQOpenGLFunctions_1_0::
glColor3f(GLfloat, GLfloat, GLfloat) final void
glColor3fv
(float[] v) SeeQOpenGLFunctions_1_0::
glColor3fv(const GLfloat*) final void
glColor3i
(int red, int green, int blue) SeeQOpenGLFunctions_1_0::
glColor3i(GLint, GLint, GLint) final void
glColor3iv
(int[] v) SeeQOpenGLFunctions_1_0::
glColor3iv(const GLint*) final void
glColor3s
(short red, short green, short blue) SeeQOpenGLFunctions_1_0::
glColor3s(GLshort, GLshort, GLshort) final void
glColor3sv
(short[] v) SeeQOpenGLFunctions_1_0::
glColor3sv(const GLshort*) final void
glColor4b
(byte red, byte green, byte blue, byte alpha) SeeQOpenGLFunctions_1_0::
glColor4b(GLbyte, GLbyte, GLbyte, GLbyte) final void
glColor4bv
(byte[] v) SeeQOpenGLFunctions_1_0::
glColor4bv(const GLbyte*) final void
glColor4d
(double red, double green, double blue, double alpha) SeeQOpenGLFunctions_1_0::
glColor4d(GLdouble, GLdouble, GLdouble, GLdouble) final void
glColor4dv
(double[] v) SeeQOpenGLFunctions_1_0::
glColor4dv(const GLdouble*) final void
glColor4f
(float red, float green, float blue, float alpha) SeeQOpenGLFunctions_1_0::
glColor4f(GLfloat, GLfloat, GLfloat, GLfloat) final void
glColor4fv
(float[] v) SeeQOpenGLFunctions_1_0::
glColor4fv(const GLfloat*) final void
glColor4i
(int red, int green, int blue, int alpha) SeeQOpenGLFunctions_1_0::
glColor4i(GLint, GLint, GLint, GLint) final void
glColor4iv
(int[] v) SeeQOpenGLFunctions_1_0::
glColor4iv(const GLint*) final void
glColor4s
(short red, short green, short blue, short alpha) SeeQOpenGLFunctions_1_0::
glColor4s(GLshort, GLshort, GLshort, GLshort) final void
glColor4sv
(short[] v) SeeQOpenGLFunctions_1_0::
glColor4sv(const GLshort*) final void
glColorMask
(boolean red, boolean green, boolean blue, boolean alpha) SeeQOpenGLFunctions_1_0::
glColorMask(GLboolean, GLboolean, GLboolean, GLboolean) final void
glColorMaterial
(int face, int mode) SeeQOpenGLFunctions_1_0::
glColorMaterial(GLenum, GLenum) final void
glCopyPixels
(int x, int y, int width, int height, int type) SeeQOpenGLFunctions_1_0::
glCopyPixels(GLint, GLint, GLsizei, GLsizei, GLenum) final void
glCullFace
(int mode) SeeQOpenGLFunctions_1_0::
glCullFace(GLenum) final void
glDeleteLists
(int list, int range) SeeQOpenGLFunctions_1_0::
glDeleteLists(GLuint, GLsizei) final void
glDepthFunc
(int func) SeeQOpenGLFunctions_1_0::
glDepthFunc(GLenum) final void
glDepthMask
(boolean flag) SeeQOpenGLFunctions_1_0::
glDepthMask(GLboolean) final void
glDepthRange
(double nearVal, double farVal) SeeQOpenGLFunctions_1_0::
glDepthRange(GLdouble, GLdouble) final void
glDisable
(int cap) SeeQOpenGLFunctions_1_0::
glDisable(GLenum) final void
glDrawBuffer
(int mode) SeeQOpenGLFunctions_1_0::
glDrawBuffer(GLenum) final void
glDrawPixels
(int width, int height, int format, int type, Buffer pixels) SeeQOpenGLFunctions_1_0::
glDrawPixels(GLsizei, GLsizei, GLenum, GLenum, const GLvoid*) final void
glEdgeFlag
(boolean flag) SeeQOpenGLFunctions_1_0::
glEdgeFlag(GLboolean) final void
glEnable
(int cap) SeeQOpenGLFunctions_1_0::
glEnable(GLenum) final void
glEnd()
SeeQOpenGLFunctions_1_0::
glEnd() final void
SeeQOpenGLFunctions_1_0::
glEndList() final void
glEvalCoord1d
(double u) SeeQOpenGLFunctions_1_0::
glEvalCoord1d(GLdouble) final void
glEvalCoord1dv
(double[] u) SeeQOpenGLFunctions_1_0::
glEvalCoord1dv(const GLdouble*) final void
glEvalCoord1f
(float u) SeeQOpenGLFunctions_1_0::
glEvalCoord1f(GLfloat) final void
glEvalCoord1fv
(float[] u) SeeQOpenGLFunctions_1_0::
glEvalCoord1fv(const GLfloat*) final void
glEvalCoord2d
(double u, double v) SeeQOpenGLFunctions_1_0::
glEvalCoord2d(GLdouble, GLdouble) final void
glEvalCoord2dv
(double[] u) SeeQOpenGLFunctions_1_0::
glEvalCoord2dv(const GLdouble*) final void
glEvalCoord2f
(float u, float v) SeeQOpenGLFunctions_1_0::
glEvalCoord2f(GLfloat, GLfloat) final void
glEvalCoord2fv
(float[] u) SeeQOpenGLFunctions_1_0::
glEvalCoord2fv(const GLfloat*) final void
glEvalMesh1
(int mode, int i1, int i2) SeeQOpenGLFunctions_1_0::
glEvalMesh1(GLenum, GLint, GLint) final void
glEvalMesh2
(int mode, int i1, int i2, int j1, int j2) SeeQOpenGLFunctions_1_0::
glEvalMesh2(GLenum, GLint, GLint, GLint, GLint) final void
glEvalPoint1
(int i) SeeQOpenGLFunctions_1_0::
glEvalPoint1(GLint) final void
glEvalPoint2
(int i, int j) SeeQOpenGLFunctions_1_0::
glEvalPoint2(GLint, GLint) final void
glFeedbackBuffer
(int type, FloatBuffer buffer) SeeQOpenGLFunctions_1_0::
glFeedbackBuffer(GLsizei, GLenum, GLfloat*) final void
glFinish()
SeeQOpenGLFunctions_1_0::
glFinish() final void
glFlush()
SeeQOpenGLFunctions_1_0::
glFlush() final void
glFogf
(int pname, float param) SeeQOpenGLFunctions_1_0::
glFogf(GLenum, GLfloat) final void
glFogfv
(int pname, float[] params) SeeQOpenGLFunctions_1_0::
glFogfv(GLenum, const GLfloat*) final void
glFogi
(int pname, int param) SeeQOpenGLFunctions_1_0::
glFogi(GLenum, GLint) final void
glFogiv
(int pname, int[] params) SeeQOpenGLFunctions_1_0::
glFogiv(GLenum, const GLint*) final void
glFrontFace
(int mode) SeeQOpenGLFunctions_1_0::
glFrontFace(GLenum) final void
glFrustum
(double left, double right, double bottom, double top, double zNear, double zFar) SeeQOpenGLFunctions_1_0::
glFrustum(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) final int
glGenLists
(int range) SeeQOpenGLFunctions_1_0::
glGenLists(GLsizei) final void
glGetBooleanv
(int pname, boolean[] params) SeeQOpenGLFunctions_1_0::
glGetBooleanv(GLenum, GLboolean*) final void
glGetClipPlane
(int plane, double[] equation) SeeQOpenGLFunctions_1_0::
glGetClipPlane(GLenum, GLdouble*) final void
glGetDoublev
(int pname, double[] params) SeeQOpenGLFunctions_1_0::
glGetDoublev(GLenum, GLdouble*) final int
SeeQOpenGLFunctions_1_0::
glGetError() final void
glGetFloatv
(int pname, float[] params) SeeQOpenGLFunctions_1_0::
glGetFloatv(GLenum, GLfloat*) final void
glGetIntegerv
(int pname, int[] params) SeeQOpenGLFunctions_1_0::
glGetIntegerv(GLenum, GLint*) final void
glGetLightfv
(int light, int pname, float[] params) SeeQOpenGLFunctions_1_0::
glGetLightfv(GLenum, GLenum, GLfloat*) final void
glGetLightiv
(int light, int pname, int[] params) SeeQOpenGLFunctions_1_0::
glGetLightiv(GLenum, GLenum, GLint*) final void
glGetMapdv
(int target, int query, double[] v) SeeQOpenGLFunctions_1_0::
glGetMapdv(GLenum, GLenum, GLdouble*) final void
glGetMapfv
(int target, int query, float[] v) SeeQOpenGLFunctions_1_0::
glGetMapfv(GLenum, GLenum, GLfloat*) final void
glGetMapiv
(int target, int query, int[] v) SeeQOpenGLFunctions_1_0::
glGetMapiv(GLenum, GLenum, GLint*) final void
glGetMaterialfv
(int face, int pname, float[] params) SeeQOpenGLFunctions_1_0::
glGetMaterialfv(GLenum, GLenum, GLfloat*) final void
glGetMaterialiv
(int face, int pname, int[] params) SeeQOpenGLFunctions_1_0::
glGetMaterialiv(GLenum, GLenum, GLint*) final void
glGetPixelMapfv
(int map, FloatBuffer values) SeeQOpenGLFunctions_1_0::
glGetPixelMapfv(GLenum, GLfloat*) final void
glGetPixelMapuiv
(int map, IntBuffer values) SeeQOpenGLFunctions_1_0::
glGetPixelMapuiv(GLenum, GLuint*) final void
glGetPixelMapusv
(int map, ShortBuffer values) SeeQOpenGLFunctions_1_0::
glGetPixelMapusv(GLenum, GLushort*) final void
SeeQOpenGLFunctions_1_0::
glGetPolygonStipple(GLubyte*) final String
glGetString
(int name) SeeQOpenGLFunctions_1_0::
glGetString(GLenum) final void
glGetTexEnvfv
(int target, int pname, FloatBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexEnvfv(GLenum, GLenum, GLfloat*) final void
glGetTexEnviv
(int target, int pname, IntBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexEnviv(GLenum, GLenum, GLint*) final void
glGetTexGendv
(int coord, int pname, DoubleBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexGendv(GLenum, GLenum, GLdouble*) final void
glGetTexGenfv
(int coord, int pname, FloatBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexGenfv(GLenum, GLenum, GLfloat*) final void
glGetTexGeniv
(int coord, int pname, IntBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexGeniv(GLenum, GLenum, GLint*) final void
glGetTexImage
(int target, int level, int format, int type, Buffer pixels) SeeQOpenGLFunctions_1_0::
glGetTexImage(GLenum, GLint, GLenum, GLenum, GLvoid*) final void
glGetTexLevelParameterfv
(int target, int level, int pname, FloatBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexLevelParameterfv(GLenum, GLint, GLenum, GLfloat*) final void
glGetTexLevelParameteriv
(int target, int level, int pname, IntBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexLevelParameteriv(GLenum, GLint, GLenum, GLint*) final void
glGetTexParameterfv
(int target, int pname, FloatBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexParameterfv(GLenum, GLenum, GLfloat*) final void
glGetTexParameteriv
(int target, int pname, IntBuffer params) SeeQOpenGLFunctions_1_0::
glGetTexParameteriv(GLenum, GLenum, GLint*) final void
glHint
(int target, int mode) SeeQOpenGLFunctions_1_0::
glHint(GLenum, GLenum) final void
glIndexd
(double c) SeeQOpenGLFunctions_1_0::
glIndexd(GLdouble) final void
glIndexdv
(double[] c) SeeQOpenGLFunctions_1_0::
glIndexdv(const GLdouble*) final void
glIndexf
(float c) SeeQOpenGLFunctions_1_0::
glIndexf(GLfloat) final void
glIndexfv
(float[] c) SeeQOpenGLFunctions_1_0::
glIndexfv(const GLfloat*) final void
glIndexi
(int c) SeeQOpenGLFunctions_1_0::
glIndexi(GLint) final void
glIndexiv
(int[] c) SeeQOpenGLFunctions_1_0::
glIndexiv(const GLint*) final void
glIndexMask
(int mask) SeeQOpenGLFunctions_1_0::
glIndexMask(GLuint) final void
glIndexs
(short c) SeeQOpenGLFunctions_1_0::
glIndexs(GLshort) final void
glIndexsv
(short[] c) SeeQOpenGLFunctions_1_0::
glIndexsv(const GLshort*) final void
SeeQOpenGLFunctions_1_0::
glInitNames() final boolean
glIsEnabled
(int cap) SeeQOpenGLFunctions_1_0::
glIsEnabled(GLenum) final boolean
glIsList
(int list) SeeQOpenGLFunctions_1_0::
glIsList(GLuint) final void
glLightf
(int light, int pname, float param) SeeQOpenGLFunctions_1_0::
glLightf(GLenum, GLenum, GLfloat) final void
glLightfv
(int light, int pname, float[] params) SeeQOpenGLFunctions_1_0::
glLightfv(GLenum, GLenum, const GLfloat*) final void
glLighti
(int light, int pname, int param) SeeQOpenGLFunctions_1_0::
glLighti(GLenum, GLenum, GLint) final void
glLightiv
(int light, int pname, int[] params) SeeQOpenGLFunctions_1_0::
glLightiv(GLenum, GLenum, const GLint*) final void
glLightModelf
(int pname, float param) SeeQOpenGLFunctions_1_0::
glLightModelf(GLenum, GLfloat) final void
glLightModelfv
(int pname, float[] params) SeeQOpenGLFunctions_1_0::
glLightModelfv(GLenum, const GLfloat*) final void
glLightModeli
(int pname, int param) SeeQOpenGLFunctions_1_0::
glLightModeli(GLenum, GLint) final void
glLightModeliv
(int pname, int[] params) SeeQOpenGLFunctions_1_0::
glLightModeliv(GLenum, const GLint*) final void
glLineStipple
(int factor, short pattern) SeeQOpenGLFunctions_1_0::
glLineStipple(GLint, GLushort) final void
glLineWidth
(float width) SeeQOpenGLFunctions_1_0::
glLineWidth(GLfloat) final void
glListBase
(int base) SeeQOpenGLFunctions_1_0::
glListBase(GLuint) final void
SeeQOpenGLFunctions_1_0::
glLoadIdentity() final void
glLoadMatrixd
(double[] m) SeeQOpenGLFunctions_1_0::
glLoadMatrixd(const GLdouble*) final void
glLoadMatrixf
(float[] m) SeeQOpenGLFunctions_1_0::
glLoadMatrixf(const GLfloat*) final void
glLoadName
(int name) SeeQOpenGLFunctions_1_0::
glLoadName(GLuint) final void
glLogicOp
(int opcode) SeeQOpenGLFunctions_1_0::
glLogicOp(GLenum) final void
glMap1d
(int target, double u1, double u2, int stride, int order, DoubleBuffer points) SeeQOpenGLFunctions_1_0::
glMap1d(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble*) final void
glMap1f
(int target, float u1, float u2, int stride, int order, FloatBuffer points) SeeQOpenGLFunctions_1_0::
glMap1f(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat*) final void
glMap2d
(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, DoubleBuffer points) SeeQOpenGLFunctions_1_0::
glMap2d(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble*) final void
glMap2f
(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, FloatBuffer points) SeeQOpenGLFunctions_1_0::
glMap2f(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat*) final void
glMapGrid1d
(int un, double u1, double u2) SeeQOpenGLFunctions_1_0::
glMapGrid1d(GLint, GLdouble, GLdouble) final void
glMapGrid1f
(int un, float u1, float u2) SeeQOpenGLFunctions_1_0::
glMapGrid1f(GLint, GLfloat, GLfloat) final void
glMapGrid2d
(int un, double u1, double u2, int vn, double v1, double v2) SeeQOpenGLFunctions_1_0::
glMapGrid2d(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble) final void
glMapGrid2f
(int un, float u1, float u2, int vn, float v1, float v2) SeeQOpenGLFunctions_1_0::
glMapGrid2f(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat) final void
glMaterialf
(int face, int pname, float param) SeeQOpenGLFunctions_1_0::
glMaterialf(GLenum, GLenum, GLfloat) final void
glMaterialfv
(int face, int pname, float[] params) SeeQOpenGLFunctions_1_0::
glMaterialfv(GLenum, GLenum, const GLfloat*) final void
glMateriali
(int face, int pname, int param) SeeQOpenGLFunctions_1_0::
glMateriali(GLenum, GLenum, GLint) final void
glMaterialiv
(int face, int pname, int[] params) SeeQOpenGLFunctions_1_0::
glMaterialiv(GLenum, GLenum, const GLint*) final void
glMatrixMode
(int mode) SeeQOpenGLFunctions_1_0::
glMatrixMode(GLenum) final void
glMultMatrixd
(double[] m) SeeQOpenGLFunctions_1_0::
glMultMatrixd(const GLdouble*) final void
glMultMatrixf
(float[] m) SeeQOpenGLFunctions_1_0::
glMultMatrixf(const GLfloat*) final void
glNewList
(int list, int mode) SeeQOpenGLFunctions_1_0::
glNewList(GLuint, GLenum) final void
glNormal3b
(byte nx, byte ny, byte nz) SeeQOpenGLFunctions_1_0::
glNormal3b(GLbyte, GLbyte, GLbyte) final void
glNormal3bv
(byte[] v) SeeQOpenGLFunctions_1_0::
glNormal3bv(const GLbyte*) final void
glNormal3d
(double nx, double ny, double nz) SeeQOpenGLFunctions_1_0::
glNormal3d(GLdouble, GLdouble, GLdouble) final void
glNormal3dv
(double[] v) SeeQOpenGLFunctions_1_0::
glNormal3dv(const GLdouble*) final void
glNormal3f
(float nx, float ny, float nz) SeeQOpenGLFunctions_1_0::
glNormal3f(GLfloat, GLfloat, GLfloat) final void
glNormal3fv
(float[] v) SeeQOpenGLFunctions_1_0::
glNormal3fv(const GLfloat*) final void
glNormal3i
(int nx, int ny, int nz) SeeQOpenGLFunctions_1_0::
glNormal3i(GLint, GLint, GLint) final void
glNormal3iv
(int[] v) SeeQOpenGLFunctions_1_0::
glNormal3iv(const GLint*) final void
glNormal3s
(short nx, short ny, short nz) SeeQOpenGLFunctions_1_0::
glNormal3s(GLshort, GLshort, GLshort) final void
glNormal3sv
(short[] v) SeeQOpenGLFunctions_1_0::
glNormal3sv(const GLshort*) final void
glOrtho
(double left, double right, double bottom, double top, double zNear, double zFar) SeeQOpenGLFunctions_1_0::
glOrtho(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) final void
glPassThrough
(float token) SeeQOpenGLFunctions_1_0::
glPassThrough(GLfloat) final void
glPixelMapfv
(int map, int mapsize, FloatBuffer values) SeeQOpenGLFunctions_1_0::
glPixelMapfv(GLenum, GLint, const GLfloat*) final void
glPixelMapuiv
(int map, int mapsize, IntBuffer values) SeeQOpenGLFunctions_1_0::
glPixelMapuiv(GLenum, GLint, const GLuint*) final void
glPixelMapusv
(int map, int mapsize, ShortBuffer values) SeeQOpenGLFunctions_1_0::
glPixelMapusv(GLenum, GLint, const GLushort*) final void
glPixelStoref
(int pname, float param) SeeQOpenGLFunctions_1_0::
glPixelStoref(GLenum, GLfloat) final void
glPixelStorei
(int pname, int param) SeeQOpenGLFunctions_1_0::
glPixelStorei(GLenum, GLint) final void
glPixelTransferf
(int pname, float param) SeeQOpenGLFunctions_1_0::
glPixelTransferf(GLenum, GLfloat) final void
glPixelTransferi
(int pname, int param) SeeQOpenGLFunctions_1_0::
glPixelTransferi(GLenum, GLint) final void
glPixelZoom
(float xfactor, float yfactor) SeeQOpenGLFunctions_1_0::
glPixelZoom(GLfloat, GLfloat) final void
glPointSize
(float size) SeeQOpenGLFunctions_1_0::
glPointSize(GLfloat) final void
glPolygonMode
(int face, int mode) SeeQOpenGLFunctions_1_0::
glPolygonMode(GLenum, GLenum) final void
glPolygonStipple
(ByteBuffer mask) SeeQOpenGLFunctions_1_0::
glPolygonStipple(const GLubyte*) final void
SeeQOpenGLFunctions_1_0::
glPopAttrib() final void
SeeQOpenGLFunctions_1_0::
glPopMatrix() final void
SeeQOpenGLFunctions_1_0::
glPopName() final void
glPushAttrib
(int mask) SeeQOpenGLFunctions_1_0::
glPushAttrib(GLbitfield) final void
SeeQOpenGLFunctions_1_0::
glPushMatrix() final void
glPushName
(int name) SeeQOpenGLFunctions_1_0::
glPushName(GLuint) final void
glRasterPos2d
(double x, double y) SeeQOpenGLFunctions_1_0::
glRasterPos2d(GLdouble, GLdouble) final void
glRasterPos2dv
(double[] v) SeeQOpenGLFunctions_1_0::
glRasterPos2dv(const GLdouble*) final void
glRasterPos2f
(float x, float y) SeeQOpenGLFunctions_1_0::
glRasterPos2f(GLfloat, GLfloat) final void
glRasterPos2fv
(float[] v) SeeQOpenGLFunctions_1_0::
glRasterPos2fv(const GLfloat*) final void
glRasterPos2i
(int x, int y) SeeQOpenGLFunctions_1_0::
glRasterPos2i(GLint, GLint) final void
glRasterPos2iv
(int[] v) SeeQOpenGLFunctions_1_0::
glRasterPos2iv(const GLint*) final void
glRasterPos2s
(short x, short y) SeeQOpenGLFunctions_1_0::
glRasterPos2s(GLshort, GLshort) final void
glRasterPos2sv
(short[] v) SeeQOpenGLFunctions_1_0::
glRasterPos2sv(const GLshort*) final void
glRasterPos3d
(double x, double y, double z) SeeQOpenGLFunctions_1_0::
glRasterPos3d(GLdouble, GLdouble, GLdouble) final void
glRasterPos3dv
(double[] v) SeeQOpenGLFunctions_1_0::
glRasterPos3dv(const GLdouble*) final void
glRasterPos3f
(float x, float y, float z) SeeQOpenGLFunctions_1_0::
glRasterPos3f(GLfloat, GLfloat, GLfloat) final void
glRasterPos3fv
(float[] v) SeeQOpenGLFunctions_1_0::
glRasterPos3fv(const GLfloat*) final void
glRasterPos3i
(int x, int y, int z) SeeQOpenGLFunctions_1_0::
glRasterPos3i(GLint, GLint, GLint) final void
glRasterPos3iv
(int[] v) SeeQOpenGLFunctions_1_0::
glRasterPos3iv(const GLint*) final void
glRasterPos3s
(short x, short y, short z) SeeQOpenGLFunctions_1_0::
glRasterPos3s(GLshort, GLshort, GLshort) final void
glRasterPos3sv
(short[] v) SeeQOpenGLFunctions_1_0::
glRasterPos3sv(const GLshort*) final void
glRasterPos4d
(double x, double y, double z, double w) SeeQOpenGLFunctions_1_0::
glRasterPos4d(GLdouble, GLdouble, GLdouble, GLdouble) final void
glRasterPos4dv
(double[] v) SeeQOpenGLFunctions_1_0::
glRasterPos4dv(const GLdouble*) final void
glRasterPos4f
(float x, float y, float z, float w) SeeQOpenGLFunctions_1_0::
glRasterPos4f(GLfloat, GLfloat, GLfloat, GLfloat) final void
glRasterPos4fv
(float[] v) SeeQOpenGLFunctions_1_0::
glRasterPos4fv(const GLfloat*) final void
glRasterPos4i
(int x, int y, int z, int w) SeeQOpenGLFunctions_1_0::
glRasterPos4i(GLint, GLint, GLint, GLint) final void
glRasterPos4iv
(int[] v) SeeQOpenGLFunctions_1_0::
glRasterPos4iv(const GLint*) final void
glRasterPos4s
(short x, short y, short z, short w) SeeQOpenGLFunctions_1_0::
glRasterPos4s(GLshort, GLshort, GLshort, GLshort) final void
glRasterPos4sv
(short[] v) SeeQOpenGLFunctions_1_0::
glRasterPos4sv(const GLshort*) final void
glReadBuffer
(int mode) SeeQOpenGLFunctions_1_0::
glReadBuffer(GLenum) final void
glReadPixels
(int x, int y, int width, int height, int format, int type, Buffer pixels) SeeQOpenGLFunctions_1_0::
glReadPixels(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid*) final void
glRectd
(double x1, double y1, double x2, double y2) SeeQOpenGLFunctions_1_0::
glRectd(GLdouble, GLdouble, GLdouble, GLdouble) final void
glRectdv
(double[] v1, double[] v2) SeeQOpenGLFunctions_1_0::
glRectdv(const GLdouble*, const GLdouble*) final void
glRectf
(float x1, float y1, float x2, float y2) SeeQOpenGLFunctions_1_0::
glRectf(GLfloat, GLfloat, GLfloat, GLfloat) final void
glRectfv
(float[] v1, float[] v2) SeeQOpenGLFunctions_1_0::
glRectfv(const GLfloat*, const GLfloat*) final void
glRecti
(int x1, int y1, int x2, int y2) SeeQOpenGLFunctions_1_0::
glRecti(GLint, GLint, GLint, GLint) final void
glRectiv
(int[] v1, int[] v2) SeeQOpenGLFunctions_1_0::
glRectiv(const GLint*, const GLint*) final void
glRects
(short x1, short y1, short x2, short y2) SeeQOpenGLFunctions_1_0::
glRects(GLshort, GLshort, GLshort, GLshort) final void
glRectsv
(short[] v1, short[] v2) SeeQOpenGLFunctions_1_0::
glRectsv(const GLshort*, const GLshort*) final int
glRenderMode
(int mode) SeeQOpenGLFunctions_1_0::
glRenderMode(GLenum) final void
glRotated
(double angle, double x, double y, double z) SeeQOpenGLFunctions_1_0::
glRotated(GLdouble, GLdouble, GLdouble, GLdouble) final void
glRotatef
(float angle, float x, float y, float z) SeeQOpenGLFunctions_1_0::
glRotatef(GLfloat, GLfloat, GLfloat, GLfloat) final void
glScaled
(double x, double y, double z) SeeQOpenGLFunctions_1_0::
glScaled(GLdouble, GLdouble, GLdouble) final void
glScalef
(float x, float y, float z) SeeQOpenGLFunctions_1_0::
glScalef(GLfloat, GLfloat, GLfloat) final void
glScissor
(int x, int y, int width, int height) SeeQOpenGLFunctions_1_0::
glScissor(GLint, GLint, GLsizei, GLsizei) final void
glSelectBuffer
(IntBuffer buffer) SeeQOpenGLFunctions_1_0::
glSelectBuffer(GLsizei, GLuint*) final void
glShadeModel
(int mode) SeeQOpenGLFunctions_1_0::
glShadeModel(GLenum) final void
glStencilFunc
(int func, int ref, int mask) SeeQOpenGLFunctions_1_0::
glStencilFunc(GLenum, GLint, GLuint) final void
glStencilMask
(int mask) SeeQOpenGLFunctions_1_0::
glStencilMask(GLuint) final void
glStencilOp
(int fail, int zfail, int zpass) SeeQOpenGLFunctions_1_0::
glStencilOp(GLenum, GLenum, GLenum) final void
glTexCoord1d
(double s) SeeQOpenGLFunctions_1_0::
glTexCoord1d(GLdouble) final void
glTexCoord1dv
(double[] v) SeeQOpenGLFunctions_1_0::
glTexCoord1dv(const GLdouble*) final void
glTexCoord1f
(float s) SeeQOpenGLFunctions_1_0::
glTexCoord1f(GLfloat) final void
glTexCoord1fv
(float[] v) SeeQOpenGLFunctions_1_0::
glTexCoord1fv(const GLfloat*) final void
glTexCoord1i
(int s) SeeQOpenGLFunctions_1_0::
glTexCoord1i(GLint) final void
glTexCoord1iv
(int[] v) SeeQOpenGLFunctions_1_0::
glTexCoord1iv(const GLint*) final void
glTexCoord1s
(short s) SeeQOpenGLFunctions_1_0::
glTexCoord1s(GLshort) final void
glTexCoord1sv
(short[] v) SeeQOpenGLFunctions_1_0::
glTexCoord1sv(const GLshort*) final void
glTexCoord2d
(double s, double t) SeeQOpenGLFunctions_1_0::
glTexCoord2d(GLdouble, GLdouble) final void
glTexCoord2dv
(double[] v) SeeQOpenGLFunctions_1_0::
glTexCoord2dv(const GLdouble*) final void
glTexCoord2f
(float s, float t) SeeQOpenGLFunctions_1_0::
glTexCoord2f(GLfloat, GLfloat) final void
glTexCoord2fv
(float[] v) SeeQOpenGLFunctions_1_0::
glTexCoord2fv(const GLfloat*) final void
glTexCoord2i
(int s, int t) SeeQOpenGLFunctions_1_0::
glTexCoord2i(GLint, GLint) final void
glTexCoord2iv
(int[] v) SeeQOpenGLFunctions_1_0::
glTexCoord2iv(const GLint*) final void
glTexCoord2s
(short s, short t) SeeQOpenGLFunctions_1_0::
glTexCoord2s(GLshort, GLshort) final void
glTexCoord2sv
(short[] v) SeeQOpenGLFunctions_1_0::
glTexCoord2sv(const GLshort*) final void
glTexCoord3d
(double s, double t, double r) SeeQOpenGLFunctions_1_0::
glTexCoord3d(GLdouble, GLdouble, GLdouble) final void
glTexCoord3dv
(double[] v) SeeQOpenGLFunctions_1_0::
glTexCoord3dv(const GLdouble*) final void
glTexCoord3f
(float s, float t, float r) SeeQOpenGLFunctions_1_0::
glTexCoord3f(GLfloat, GLfloat, GLfloat) final void
glTexCoord3fv
(float[] v) SeeQOpenGLFunctions_1_0::
glTexCoord3fv(const GLfloat*) final void
glTexCoord3i
(int s, int t, int r) SeeQOpenGLFunctions_1_0::
glTexCoord3i(GLint, GLint, GLint) final void
glTexCoord3iv
(int[] v) SeeQOpenGLFunctions_1_0::
glTexCoord3iv(const GLint*) final void
glTexCoord3s
(short s, short t, short r) SeeQOpenGLFunctions_1_0::
glTexCoord3s(GLshort, GLshort, GLshort) final void
glTexCoord3sv
(short[] v) SeeQOpenGLFunctions_1_0::
glTexCoord3sv(const GLshort*) final void
glTexCoord4d
(double s, double t, double r, double q) SeeQOpenGLFunctions_1_0::
glTexCoord4d(GLdouble, GLdouble, GLdouble, GLdouble) final void
glTexCoord4dv
(double[] v) SeeQOpenGLFunctions_1_0::
glTexCoord4dv(const GLdouble*) final void
glTexCoord4f
(float s, float t, float r, float q) SeeQOpenGLFunctions_1_0::
glTexCoord4f(GLfloat, GLfloat, GLfloat, GLfloat) final void
glTexCoord4fv
(float[] v) SeeQOpenGLFunctions_1_0::
glTexCoord4fv(const GLfloat*) final void
glTexCoord4i
(int s, int t, int r, int q) SeeQOpenGLFunctions_1_0::
glTexCoord4i(GLint, GLint, GLint, GLint) final void
glTexCoord4iv
(int[] v) SeeQOpenGLFunctions_1_0::
glTexCoord4iv(const GLint*) final void
glTexCoord4s
(short s, short t, short r, short q) SeeQOpenGLFunctions_1_0::
glTexCoord4s(GLshort, GLshort, GLshort, GLshort) final void
glTexCoord4sv
(short[] v) SeeQOpenGLFunctions_1_0::
glTexCoord4sv(const GLshort*) final void
glTexEnvf
(int target, int pname, float param) SeeQOpenGLFunctions_1_0::
glTexEnvf(GLenum, GLenum, GLfloat) final void
glTexEnvfv
(int target, int pname, float[] params) SeeQOpenGLFunctions_1_0::
glTexEnvfv(GLenum, GLenum, const GLfloat*) final void
glTexEnvi
(int target, int pname, int param) SeeQOpenGLFunctions_1_0::
glTexEnvi(GLenum, GLenum, GLint) final void
glTexEnviv
(int target, int pname, int[] params) SeeQOpenGLFunctions_1_0::
glTexEnviv(GLenum, GLenum, const GLint*) final void
glTexGend
(int coord, int pname, double param) SeeQOpenGLFunctions_1_0::
glTexGend(GLenum, GLenum, GLdouble) final void
glTexGendv
(int coord, int pname, double[] params) SeeQOpenGLFunctions_1_0::
glTexGendv(GLenum, GLenum, const GLdouble*) final void
glTexGenf
(int coord, int pname, float param) SeeQOpenGLFunctions_1_0::
glTexGenf(GLenum, GLenum, GLfloat) final void
glTexGenfv
(int coord, int pname, float[] params) SeeQOpenGLFunctions_1_0::
glTexGenfv(GLenum, GLenum, const GLfloat*) final void
glTexGeni
(int coord, int pname, int param) SeeQOpenGLFunctions_1_0::
glTexGeni(GLenum, GLenum, GLint) final void
glTexGeniv
(int coord, int pname, int[] params) SeeQOpenGLFunctions_1_0::
glTexGeniv(GLenum, GLenum, const GLint*) final void
glTexImage1D
(int target, int level, int internalformat, int width, int border, int format, int type, Buffer pixels) SeeQOpenGLFunctions_1_0::
glTexImage1D(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid*) final void
glTexImage2D
(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) SeeQOpenGLFunctions_1_0::
glTexImage2D(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid*) final void
glTexParameterf
(int target, int pname, float param) SeeQOpenGLFunctions_1_0::
glTexParameterf(GLenum, GLenum, GLfloat) final void
glTexParameterfv
(int target, int pname, FloatBuffer params) SeeQOpenGLFunctions_1_0::
glTexParameterfv(GLenum, GLenum, const GLfloat*) final void
glTexParameteri
(int target, int pname, int param) SeeQOpenGLFunctions_1_0::
glTexParameteri(GLenum, GLenum, GLint) final void
glTexParameteriv
(int target, int pname, IntBuffer params) SeeQOpenGLFunctions_1_0::
glTexParameteriv(GLenum, GLenum, const GLint*) final void
glTranslated
(double x, double y, double z) SeeQOpenGLFunctions_1_0::
glTranslated(GLdouble, GLdouble, GLdouble) final void
glTranslatef
(float x, float y, float z) SeeQOpenGLFunctions_1_0::
glTranslatef(GLfloat, GLfloat, GLfloat) final void
glVertex2d
(double x, double y) SeeQOpenGLFunctions_1_0::
glVertex2d(GLdouble, GLdouble) final void
glVertex2dv
(double[] v) SeeQOpenGLFunctions_1_0::
glVertex2dv(const GLdouble*) final void
glVertex2f
(float x, float y) SeeQOpenGLFunctions_1_0::
glVertex2f(GLfloat, GLfloat) final void
glVertex2fv
(float[] v) SeeQOpenGLFunctions_1_0::
glVertex2fv(const GLfloat*) final void
glVertex2i
(int x, int y) SeeQOpenGLFunctions_1_0::
glVertex2i(GLint, GLint) final void
glVertex2iv
(int[] v) SeeQOpenGLFunctions_1_0::
glVertex2iv(const GLint*) final void
glVertex2s
(short x, short y) SeeQOpenGLFunctions_1_0::
glVertex2s(GLshort, GLshort) final void
glVertex2sv
(short[] v) SeeQOpenGLFunctions_1_0::
glVertex2sv(const GLshort*) final void
glVertex3d
(double x, double y, double z) SeeQOpenGLFunctions_1_0::
glVertex3d(GLdouble, GLdouble, GLdouble) final void
glVertex3dv
(double[] v) SeeQOpenGLFunctions_1_0::
glVertex3dv(const GLdouble*) final void
glVertex3f
(float x, float y, float z) SeeQOpenGLFunctions_1_0::
glVertex3f(GLfloat, GLfloat, GLfloat) final void
glVertex3fv
(float[] v) SeeQOpenGLFunctions_1_0::
glVertex3fv(const GLfloat*) final void
glVertex3i
(int x, int y, int z) SeeQOpenGLFunctions_1_0::
glVertex3i(GLint, GLint, GLint) final void
glVertex3iv
(int[] v) SeeQOpenGLFunctions_1_0::
glVertex3iv(const GLint*) final void
glVertex3s
(short x, short y, short z) SeeQOpenGLFunctions_1_0::
glVertex3s(GLshort, GLshort, GLshort) final void
glVertex3sv
(short[] v) SeeQOpenGLFunctions_1_0::
glVertex3sv(const GLshort*) final void
glVertex4d
(double x, double y, double z, double w) SeeQOpenGLFunctions_1_0::
glVertex4d(GLdouble, GLdouble, GLdouble, GLdouble) final void
glVertex4dv
(double[] v) SeeQOpenGLFunctions_1_0::
glVertex4dv(const GLdouble*) final void
glVertex4f
(float x, float y, float z, float w) SeeQOpenGLFunctions_1_0::
glVertex4f(GLfloat, GLfloat, GLfloat, GLfloat) final void
glVertex4fv
(float[] v) SeeQOpenGLFunctions_1_0::
glVertex4fv(const GLfloat*) final void
glVertex4i
(int x, int y, int z, int w) SeeQOpenGLFunctions_1_0::
glVertex4i(GLint, GLint, GLint, GLint) final void
glVertex4iv
(int[] v) SeeQOpenGLFunctions_1_0::
glVertex4iv(const GLint*) final void
glVertex4s
(short x, short y, short z, short w) SeeQOpenGLFunctions_1_0::
glVertex4s(GLshort, GLshort, GLshort, GLshort) final void
glVertex4sv
(short[] v) SeeQOpenGLFunctions_1_0::
glVertex4sv(const GLshort*) final void
glViewport
(int x, int y, int width, int height) SeeQOpenGLFunctions_1_0::
glViewport(GLint, GLint, GLsizei, GLsizei) boolean
SeeQAbstractOpenGLFunctions::
initializeOpenGLFunctions() Methods inherited from class io.qt.opengl.QAbstractOpenGLFunctions
isInitialized, owningContext, setOwningContext
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QOpenGLFunctions_1_0
public QOpenGLFunctions_1_0()See
QOpenGLFunctions_1_0::
QOpenGLFunctions_1_0()
-
-
Method Details
-
glAccum
See
QOpenGLFunctions_1_0::
glAccum(GLenum, GLfloat) -
glAlphaFunc
See
QOpenGLFunctions_1_0::
glAlphaFunc(GLenum, GLfloat) -
glBegin
See
QOpenGLFunctions_1_0::
glBegin(GLenum) -
glBitmap
@QtUninvokable public final void glBitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, ByteBuffer bitmap) See
QOpenGLFunctions_1_0::
glBitmap(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte*) -
glBlendFunc
See
QOpenGLFunctions_1_0::
glBlendFunc(GLenum, GLenum) -
glCallList
See
QOpenGLFunctions_1_0::
glCallList(GLuint) -
glCallLists
See
QOpenGLFunctions_1_0::
glCallLists(GLsizei, GLenum, const GLvoid*) -
glClear
See
QOpenGLFunctions_1_0::
glClear(GLbitfield) -
glClearAccum
See
QOpenGLFunctions_1_0::
glClearAccum(GLfloat, GLfloat, GLfloat, GLfloat) -
glClearColor
See
QOpenGLFunctions_1_0::
glClearColor(GLfloat, GLfloat, GLfloat, GLfloat) -
glClearDepth
See
QOpenGLFunctions_1_0::
glClearDepth(GLdouble) -
glClearIndex
See
QOpenGLFunctions_1_0::
glClearIndex(GLfloat) -
glClearStencil
See
QOpenGLFunctions_1_0::
glClearStencil(GLint) -
glClipPlane
See
QOpenGLFunctions_1_0::
glClipPlane(GLenum, const GLdouble*) -
glColor3b
See
QOpenGLFunctions_1_0::
glColor3b(GLbyte, GLbyte, GLbyte) -
glColor3bv
See
QOpenGLFunctions_1_0::
glColor3bv(const GLbyte*) -
glColor3d
See
QOpenGLFunctions_1_0::
glColor3d(GLdouble, GLdouble, GLdouble) -
glColor3dv
See
QOpenGLFunctions_1_0::
glColor3dv(const GLdouble*) -
glColor3f
See
QOpenGLFunctions_1_0::
glColor3f(GLfloat, GLfloat, GLfloat) -
glColor3fv
See
QOpenGLFunctions_1_0::
glColor3fv(const GLfloat*) -
glColor3i
See
QOpenGLFunctions_1_0::
glColor3i(GLint, GLint, GLint) -
glColor3iv
See
QOpenGLFunctions_1_0::
glColor3iv(const GLint*) -
glColor3s
See
QOpenGLFunctions_1_0::
glColor3s(GLshort, GLshort, GLshort) -
glColor3sv
See
QOpenGLFunctions_1_0::
glColor3sv(const GLshort*) -
glColor4b
See
QOpenGLFunctions_1_0::
glColor4b(GLbyte, GLbyte, GLbyte, GLbyte) -
glColor4bv
See
QOpenGLFunctions_1_0::
glColor4bv(const GLbyte*) -
glColor4d
See
QOpenGLFunctions_1_0::
glColor4d(GLdouble, GLdouble, GLdouble, GLdouble) -
glColor4dv
See
QOpenGLFunctions_1_0::
glColor4dv(const GLdouble*) -
glColor4f
See
QOpenGLFunctions_1_0::
glColor4f(GLfloat, GLfloat, GLfloat, GLfloat) -
glColor4fv
See
QOpenGLFunctions_1_0::
glColor4fv(const GLfloat*) -
glColor4i
See
QOpenGLFunctions_1_0::
glColor4i(GLint, GLint, GLint, GLint) -
glColor4iv
See
QOpenGLFunctions_1_0::
glColor4iv(const GLint*) -
glColor4s
See
QOpenGLFunctions_1_0::
glColor4s(GLshort, GLshort, GLshort, GLshort) -
glColor4sv
See
QOpenGLFunctions_1_0::
glColor4sv(const GLshort*) -
glColorMask
@QtUninvokable public final void glColorMask(boolean red, boolean green, boolean blue, boolean alpha) See
QOpenGLFunctions_1_0::
glColorMask(GLboolean, GLboolean, GLboolean, GLboolean) -
glColorMaterial
See
QOpenGLFunctions_1_0::
glColorMaterial(GLenum, GLenum) -
glCopyPixels
See
QOpenGLFunctions_1_0::
glCopyPixels(GLint, GLint, GLsizei, GLsizei, GLenum) -
glCullFace
See
QOpenGLFunctions_1_0::
glCullFace(GLenum) -
glDeleteLists
See
QOpenGLFunctions_1_0::
glDeleteLists(GLuint, GLsizei) -
glDepthFunc
See
QOpenGLFunctions_1_0::
glDepthFunc(GLenum) -
glDepthMask
See
QOpenGLFunctions_1_0::
glDepthMask(GLboolean) -
glDepthRange
See
QOpenGLFunctions_1_0::
glDepthRange(GLdouble, GLdouble) -
glDisable
See
QOpenGLFunctions_1_0::
glDisable(GLenum) -
glDrawBuffer
See
QOpenGLFunctions_1_0::
glDrawBuffer(GLenum) -
glDrawPixels
@QtUninvokable public final void glDrawPixels(int width, int height, int format, int type, Buffer pixels) See
QOpenGLFunctions_1_0::
glDrawPixels(GLsizei, GLsizei, GLenum, GLenum, const GLvoid*) -
glEdgeFlag
See
QOpenGLFunctions_1_0::
glEdgeFlag(GLboolean) -
glEnable
See
QOpenGLFunctions_1_0::
glEnable(GLenum) -
glEnd
See
QOpenGLFunctions_1_0::
glEnd() -
glEndList
See
QOpenGLFunctions_1_0::
glEndList() -
glEvalCoord1d
See
QOpenGLFunctions_1_0::
glEvalCoord1d(GLdouble) -
glEvalCoord1dv
See
QOpenGLFunctions_1_0::
glEvalCoord1dv(const GLdouble*) -
glEvalCoord1f
See
QOpenGLFunctions_1_0::
glEvalCoord1f(GLfloat) -
glEvalCoord1fv
See
QOpenGLFunctions_1_0::
glEvalCoord1fv(const GLfloat*) -
glEvalCoord2d
See
QOpenGLFunctions_1_0::
glEvalCoord2d(GLdouble, GLdouble) -
glEvalCoord2dv
See
QOpenGLFunctions_1_0::
glEvalCoord2dv(const GLdouble*) -
glEvalCoord2f
See
QOpenGLFunctions_1_0::
glEvalCoord2f(GLfloat, GLfloat) -
glEvalCoord2fv
See
QOpenGLFunctions_1_0::
glEvalCoord2fv(const GLfloat*) -
glEvalMesh1
See
QOpenGLFunctions_1_0::
glEvalMesh1(GLenum, GLint, GLint) -
glEvalMesh2
See
QOpenGLFunctions_1_0::
glEvalMesh2(GLenum, GLint, GLint, GLint, GLint) -
glEvalPoint1
See
QOpenGLFunctions_1_0::
glEvalPoint1(GLint) -
glEvalPoint2
See
QOpenGLFunctions_1_0::
glEvalPoint2(GLint, GLint) -
glFeedbackBuffer
See
QOpenGLFunctions_1_0::
glFeedbackBuffer(GLsizei, GLenum, GLfloat*) -
glFinish
See
QOpenGLFunctions_1_0::
glFinish() -
glFlush
See
QOpenGLFunctions_1_0::
glFlush() -
glFogf
See
QOpenGLFunctions_1_0::
glFogf(GLenum, GLfloat) -
glFogfv
See
QOpenGLFunctions_1_0::
glFogfv(GLenum, const GLfloat*) -
glFogi
See
QOpenGLFunctions_1_0::
glFogi(GLenum, GLint) -
glFogiv
See
QOpenGLFunctions_1_0::
glFogiv(GLenum, const GLint*) -
glFrontFace
See
QOpenGLFunctions_1_0::
glFrontFace(GLenum) -
glFrustum
@QtUninvokable public final void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar) See
QOpenGLFunctions_1_0::
glFrustum(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) -
glGenLists
See
QOpenGLFunctions_1_0::
glGenLists(GLsizei) -
glGetBooleanv
See
QOpenGLFunctions_1_0::
glGetBooleanv(GLenum, GLboolean*) -
glGetClipPlane
See
QOpenGLFunctions_1_0::
glGetClipPlane(GLenum, GLdouble*) -
glGetDoublev
See
QOpenGLFunctions_1_0::
glGetDoublev(GLenum, GLdouble*) -
glGetError
See
QOpenGLFunctions_1_0::
glGetError() -
glGetFloatv
See
QOpenGLFunctions_1_0::
glGetFloatv(GLenum, GLfloat*) -
glGetIntegerv
See
QOpenGLFunctions_1_0::
glGetIntegerv(GLenum, GLint*) -
glGetLightfv
See
QOpenGLFunctions_1_0::
glGetLightfv(GLenum, GLenum, GLfloat*) -
glGetLightiv
See
QOpenGLFunctions_1_0::
glGetLightiv(GLenum, GLenum, GLint*) -
glGetMapdv
See
QOpenGLFunctions_1_0::
glGetMapdv(GLenum, GLenum, GLdouble*) -
glGetMapfv
See
QOpenGLFunctions_1_0::
glGetMapfv(GLenum, GLenum, GLfloat*) -
glGetMapiv
See
QOpenGLFunctions_1_0::
glGetMapiv(GLenum, GLenum, GLint*) -
glGetMaterialfv
See
QOpenGLFunctions_1_0::
glGetMaterialfv(GLenum, GLenum, GLfloat*) -
glGetMaterialiv
See
QOpenGLFunctions_1_0::
glGetMaterialiv(GLenum, GLenum, GLint*) -
glGetPixelMapfv
See
QOpenGLFunctions_1_0::
glGetPixelMapfv(GLenum, GLfloat*) -
glGetPixelMapuiv
See
QOpenGLFunctions_1_0::
glGetPixelMapuiv(GLenum, GLuint*) -
glGetPixelMapusv
See
QOpenGLFunctions_1_0::
glGetPixelMapusv(GLenum, GLushort*) -
glGetPolygonStipple
See
QOpenGLFunctions_1_0::
glGetPolygonStipple(GLubyte*) -
glGetString
See
QOpenGLFunctions_1_0::
glGetString(GLenum) -
glGetTexEnvfv
See
QOpenGLFunctions_1_0::
glGetTexEnvfv(GLenum, GLenum, GLfloat*) -
glGetTexEnviv
See
QOpenGLFunctions_1_0::
glGetTexEnviv(GLenum, GLenum, GLint*) -
glGetTexGendv
See
QOpenGLFunctions_1_0::
glGetTexGendv(GLenum, GLenum, GLdouble*) -
glGetTexGenfv
See
QOpenGLFunctions_1_0::
glGetTexGenfv(GLenum, GLenum, GLfloat*) -
glGetTexGeniv
See
QOpenGLFunctions_1_0::
glGetTexGeniv(GLenum, GLenum, GLint*) -
glGetTexImage
@QtUninvokable public final void glGetTexImage(int target, int level, int format, int type, Buffer pixels) See
QOpenGLFunctions_1_0::
glGetTexImage(GLenum, GLint, GLenum, GLenum, GLvoid*) -
glGetTexLevelParameterfv
@QtUninvokable public final void glGetTexLevelParameterfv(int target, int level, int pname, FloatBuffer params) See
QOpenGLFunctions_1_0::
glGetTexLevelParameterfv(GLenum, GLint, GLenum, GLfloat*) -
glGetTexLevelParameteriv
@QtUninvokable public final void glGetTexLevelParameteriv(int target, int level, int pname, IntBuffer params) See
QOpenGLFunctions_1_0::
glGetTexLevelParameteriv(GLenum, GLint, GLenum, GLint*) -
glGetTexParameterfv
See
QOpenGLFunctions_1_0::
glGetTexParameterfv(GLenum, GLenum, GLfloat*) -
glGetTexParameteriv
See
QOpenGLFunctions_1_0::
glGetTexParameteriv(GLenum, GLenum, GLint*) -
glHint
See
QOpenGLFunctions_1_0::
glHint(GLenum, GLenum) -
glIndexMask
See
QOpenGLFunctions_1_0::
glIndexMask(GLuint) -
glIndexd
See
QOpenGLFunctions_1_0::
glIndexd(GLdouble) -
glIndexdv
See
QOpenGLFunctions_1_0::
glIndexdv(const GLdouble*) -
glIndexf
See
QOpenGLFunctions_1_0::
glIndexf(GLfloat) -
glIndexfv
See
QOpenGLFunctions_1_0::
glIndexfv(const GLfloat*) -
glIndexi
See
QOpenGLFunctions_1_0::
glIndexi(GLint) -
glIndexiv
See
QOpenGLFunctions_1_0::
glIndexiv(const GLint*) -
glIndexs
See
QOpenGLFunctions_1_0::
glIndexs(GLshort) -
glIndexsv
See
QOpenGLFunctions_1_0::
glIndexsv(const GLshort*) -
glInitNames
See
QOpenGLFunctions_1_0::
glInitNames() -
glIsEnabled
See
QOpenGLFunctions_1_0::
glIsEnabled(GLenum) -
glIsList
See
QOpenGLFunctions_1_0::
glIsList(GLuint) -
glLightModelf
See
QOpenGLFunctions_1_0::
glLightModelf(GLenum, GLfloat) -
glLightModelfv
See
QOpenGLFunctions_1_0::
glLightModelfv(GLenum, const GLfloat*) -
glLightModeli
See
QOpenGLFunctions_1_0::
glLightModeli(GLenum, GLint) -
glLightModeliv
See
QOpenGLFunctions_1_0::
glLightModeliv(GLenum, const GLint*) -
glLightf
See
QOpenGLFunctions_1_0::
glLightf(GLenum, GLenum, GLfloat) -
glLightfv
See
QOpenGLFunctions_1_0::
glLightfv(GLenum, GLenum, const GLfloat*) -
glLighti
See
QOpenGLFunctions_1_0::
glLighti(GLenum, GLenum, GLint) -
glLightiv
See
QOpenGLFunctions_1_0::
glLightiv(GLenum, GLenum, const GLint*) -
glLineStipple
See
QOpenGLFunctions_1_0::
glLineStipple(GLint, GLushort) -
glLineWidth
See
QOpenGLFunctions_1_0::
glLineWidth(GLfloat) -
glListBase
See
QOpenGLFunctions_1_0::
glListBase(GLuint) -
glLoadIdentity
See
QOpenGLFunctions_1_0::
glLoadIdentity() -
glLoadMatrixd
See
QOpenGLFunctions_1_0::
glLoadMatrixd(const GLdouble*) -
glLoadMatrixf
See
QOpenGLFunctions_1_0::
glLoadMatrixf(const GLfloat*) -
glLoadName
See
QOpenGLFunctions_1_0::
glLoadName(GLuint) -
glLogicOp
See
QOpenGLFunctions_1_0::
glLogicOp(GLenum) -
glMap1d
@QtUninvokable public final void glMap1d(int target, double u1, double u2, int stride, int order, DoubleBuffer points) See
QOpenGLFunctions_1_0::
glMap1d(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble*) -
glMap1f
@QtUninvokable public final void glMap1f(int target, float u1, float u2, int stride, int order, FloatBuffer points) See
QOpenGLFunctions_1_0::
glMap1f(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat*) -
glMap2d
@QtUninvokable public final void glMap2d(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, DoubleBuffer points) See
QOpenGLFunctions_1_0::
glMap2d(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble*) -
glMap2f
@QtUninvokable public final void glMap2f(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, FloatBuffer points) See
QOpenGLFunctions_1_0::
glMap2f(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat*) -
glMapGrid1d
See
QOpenGLFunctions_1_0::
glMapGrid1d(GLint, GLdouble, GLdouble) -
glMapGrid1f
See
QOpenGLFunctions_1_0::
glMapGrid1f(GLint, GLfloat, GLfloat) -
glMapGrid2d
@QtUninvokable public final void glMapGrid2d(int un, double u1, double u2, int vn, double v1, double v2) See
QOpenGLFunctions_1_0::
glMapGrid2d(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble) -
glMapGrid2f
@QtUninvokable public final void glMapGrid2f(int un, float u1, float u2, int vn, float v1, float v2) See
QOpenGLFunctions_1_0::
glMapGrid2f(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat) -
glMaterialf
See
QOpenGLFunctions_1_0::
glMaterialf(GLenum, GLenum, GLfloat) -
glMaterialfv
See
QOpenGLFunctions_1_0::
glMaterialfv(GLenum, GLenum, const GLfloat*) -
glMateriali
See
QOpenGLFunctions_1_0::
glMateriali(GLenum, GLenum, GLint) -
glMaterialiv
See
QOpenGLFunctions_1_0::
glMaterialiv(GLenum, GLenum, const GLint*) -
glMatrixMode
See
QOpenGLFunctions_1_0::
glMatrixMode(GLenum) -
glMultMatrixd
See
QOpenGLFunctions_1_0::
glMultMatrixd(const GLdouble*) -
glMultMatrixf
See
QOpenGLFunctions_1_0::
glMultMatrixf(const GLfloat*) -
glNewList
See
QOpenGLFunctions_1_0::
glNewList(GLuint, GLenum) -
glNormal3b
See
QOpenGLFunctions_1_0::
glNormal3b(GLbyte, GLbyte, GLbyte) -
glNormal3bv
See
QOpenGLFunctions_1_0::
glNormal3bv(const GLbyte*) -
glNormal3d
See
QOpenGLFunctions_1_0::
glNormal3d(GLdouble, GLdouble, GLdouble) -
glNormal3dv
See
QOpenGLFunctions_1_0::
glNormal3dv(const GLdouble*) -
glNormal3f
See
QOpenGLFunctions_1_0::
glNormal3f(GLfloat, GLfloat, GLfloat) -
glNormal3fv
See
QOpenGLFunctions_1_0::
glNormal3fv(const GLfloat*) -
glNormal3i
See
QOpenGLFunctions_1_0::
glNormal3i(GLint, GLint, GLint) -
glNormal3iv
See
QOpenGLFunctions_1_0::
glNormal3iv(const GLint*) -
glNormal3s
See
QOpenGLFunctions_1_0::
glNormal3s(GLshort, GLshort, GLshort) -
glNormal3sv
See
QOpenGLFunctions_1_0::
glNormal3sv(const GLshort*) -
glOrtho
@QtUninvokable public final void glOrtho(double left, double right, double bottom, double top, double zNear, double zFar) See
QOpenGLFunctions_1_0::
glOrtho(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) -
glPassThrough
See
QOpenGLFunctions_1_0::
glPassThrough(GLfloat) -
glPixelMapfv
See
QOpenGLFunctions_1_0::
glPixelMapfv(GLenum, GLint, const GLfloat*) -
glPixelMapuiv
See
QOpenGLFunctions_1_0::
glPixelMapuiv(GLenum, GLint, const GLuint*) -
glPixelMapusv
See
QOpenGLFunctions_1_0::
glPixelMapusv(GLenum, GLint, const GLushort*) -
glPixelStoref
See
QOpenGLFunctions_1_0::
glPixelStoref(GLenum, GLfloat) -
glPixelStorei
See
QOpenGLFunctions_1_0::
glPixelStorei(GLenum, GLint) -
glPixelTransferf
See
QOpenGLFunctions_1_0::
glPixelTransferf(GLenum, GLfloat) -
glPixelTransferi
See
QOpenGLFunctions_1_0::
glPixelTransferi(GLenum, GLint) -
glPixelZoom
See
QOpenGLFunctions_1_0::
glPixelZoom(GLfloat, GLfloat) -
glPointSize
See
QOpenGLFunctions_1_0::
glPointSize(GLfloat) -
glPolygonMode
See
QOpenGLFunctions_1_0::
glPolygonMode(GLenum, GLenum) -
glPolygonStipple
See
QOpenGLFunctions_1_0::
glPolygonStipple(const GLubyte*) -
glPopAttrib
See
QOpenGLFunctions_1_0::
glPopAttrib() -
glPopMatrix
See
QOpenGLFunctions_1_0::
glPopMatrix() -
glPopName
See
QOpenGLFunctions_1_0::
glPopName() -
glPushAttrib
See
QOpenGLFunctions_1_0::
glPushAttrib(GLbitfield) -
glPushMatrix
See
QOpenGLFunctions_1_0::
glPushMatrix() -
glPushName
See
QOpenGLFunctions_1_0::
glPushName(GLuint) -
glRasterPos2d
See
QOpenGLFunctions_1_0::
glRasterPos2d(GLdouble, GLdouble) -
glRasterPos2dv
See
QOpenGLFunctions_1_0::
glRasterPos2dv(const GLdouble*) -
glRasterPos2f
See
QOpenGLFunctions_1_0::
glRasterPos2f(GLfloat, GLfloat) -
glRasterPos2fv
See
QOpenGLFunctions_1_0::
glRasterPos2fv(const GLfloat*) -
glRasterPos2i
See
QOpenGLFunctions_1_0::
glRasterPos2i(GLint, GLint) -
glRasterPos2iv
See
QOpenGLFunctions_1_0::
glRasterPos2iv(const GLint*) -
glRasterPos2s
See
QOpenGLFunctions_1_0::
glRasterPos2s(GLshort, GLshort) -
glRasterPos2sv
See
QOpenGLFunctions_1_0::
glRasterPos2sv(const GLshort*) -
glRasterPos3d
See
QOpenGLFunctions_1_0::
glRasterPos3d(GLdouble, GLdouble, GLdouble) -
glRasterPos3dv
See
QOpenGLFunctions_1_0::
glRasterPos3dv(const GLdouble*) -
glRasterPos3f
See
QOpenGLFunctions_1_0::
glRasterPos3f(GLfloat, GLfloat, GLfloat) -
glRasterPos3fv
See
QOpenGLFunctions_1_0::
glRasterPos3fv(const GLfloat*) -
glRasterPos3i
See
QOpenGLFunctions_1_0::
glRasterPos3i(GLint, GLint, GLint) -
glRasterPos3iv
See
QOpenGLFunctions_1_0::
glRasterPos3iv(const GLint*) -
glRasterPos3s
See
QOpenGLFunctions_1_0::
glRasterPos3s(GLshort, GLshort, GLshort) -
glRasterPos3sv
See
QOpenGLFunctions_1_0::
glRasterPos3sv(const GLshort*) -
glRasterPos4d
See
QOpenGLFunctions_1_0::
glRasterPos4d(GLdouble, GLdouble, GLdouble, GLdouble) -
glRasterPos4dv
See
QOpenGLFunctions_1_0::
glRasterPos4dv(const GLdouble*) -
glRasterPos4f
See
QOpenGLFunctions_1_0::
glRasterPos4f(GLfloat, GLfloat, GLfloat, GLfloat) -
glRasterPos4fv
See
QOpenGLFunctions_1_0::
glRasterPos4fv(const GLfloat*) -
glRasterPos4i
See
QOpenGLFunctions_1_0::
glRasterPos4i(GLint, GLint, GLint, GLint) -
glRasterPos4iv
See
QOpenGLFunctions_1_0::
glRasterPos4iv(const GLint*) -
glRasterPos4s
See
QOpenGLFunctions_1_0::
glRasterPos4s(GLshort, GLshort, GLshort, GLshort) -
glRasterPos4sv
See
QOpenGLFunctions_1_0::
glRasterPos4sv(const GLshort*) -
glReadBuffer
See
QOpenGLFunctions_1_0::
glReadBuffer(GLenum) -
glReadPixels
@QtUninvokable public final void glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels) See
QOpenGLFunctions_1_0::
glReadPixels(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid*) -
glRectd
See
QOpenGLFunctions_1_0::
glRectd(GLdouble, GLdouble, GLdouble, GLdouble) -
glRectdv
See
QOpenGLFunctions_1_0::
glRectdv(const GLdouble*, const GLdouble*) -
glRectf
See
QOpenGLFunctions_1_0::
glRectf(GLfloat, GLfloat, GLfloat, GLfloat) -
glRectfv
See
QOpenGLFunctions_1_0::
glRectfv(const GLfloat*, const GLfloat*) -
glRecti
See
QOpenGLFunctions_1_0::
glRecti(GLint, GLint, GLint, GLint) -
glRectiv
See
QOpenGLFunctions_1_0::
glRectiv(const GLint*, const GLint*) -
glRects
See
QOpenGLFunctions_1_0::
glRects(GLshort, GLshort, GLshort, GLshort) -
glRectsv
See
QOpenGLFunctions_1_0::
glRectsv(const GLshort*, const GLshort*) -
glRenderMode
See
QOpenGLFunctions_1_0::
glRenderMode(GLenum) -
glRotated
See
QOpenGLFunctions_1_0::
glRotated(GLdouble, GLdouble, GLdouble, GLdouble) -
glRotatef
See
QOpenGLFunctions_1_0::
glRotatef(GLfloat, GLfloat, GLfloat, GLfloat) -
glScaled
See
QOpenGLFunctions_1_0::
glScaled(GLdouble, GLdouble, GLdouble) -
glScalef
See
QOpenGLFunctions_1_0::
glScalef(GLfloat, GLfloat, GLfloat) -
glScissor
See
QOpenGLFunctions_1_0::
glScissor(GLint, GLint, GLsizei, GLsizei) -
glSelectBuffer
See
QOpenGLFunctions_1_0::
glSelectBuffer(GLsizei, GLuint*) -
glShadeModel
See
QOpenGLFunctions_1_0::
glShadeModel(GLenum) -
glStencilFunc
See
QOpenGLFunctions_1_0::
glStencilFunc(GLenum, GLint, GLuint) -
glStencilMask
See
QOpenGLFunctions_1_0::
glStencilMask(GLuint) -
glStencilOp
See
QOpenGLFunctions_1_0::
glStencilOp(GLenum, GLenum, GLenum) -
glTexCoord1d
See
QOpenGLFunctions_1_0::
glTexCoord1d(GLdouble) -
glTexCoord1dv
See
QOpenGLFunctions_1_0::
glTexCoord1dv(const GLdouble*) -
glTexCoord1f
See
QOpenGLFunctions_1_0::
glTexCoord1f(GLfloat) -
glTexCoord1fv
See
QOpenGLFunctions_1_0::
glTexCoord1fv(const GLfloat*) -
glTexCoord1i
See
QOpenGLFunctions_1_0::
glTexCoord1i(GLint) -
glTexCoord1iv
See
QOpenGLFunctions_1_0::
glTexCoord1iv(const GLint*) -
glTexCoord1s
See
QOpenGLFunctions_1_0::
glTexCoord1s(GLshort) -
glTexCoord1sv
See
QOpenGLFunctions_1_0::
glTexCoord1sv(const GLshort*) -
glTexCoord2d
See
QOpenGLFunctions_1_0::
glTexCoord2d(GLdouble, GLdouble) -
glTexCoord2dv
See
QOpenGLFunctions_1_0::
glTexCoord2dv(const GLdouble*) -
glTexCoord2f
See
QOpenGLFunctions_1_0::
glTexCoord2f(GLfloat, GLfloat) -
glTexCoord2fv
See
QOpenGLFunctions_1_0::
glTexCoord2fv(const GLfloat*) -
glTexCoord2i
See
QOpenGLFunctions_1_0::
glTexCoord2i(GLint, GLint) -
glTexCoord2iv
See
QOpenGLFunctions_1_0::
glTexCoord2iv(const GLint*) -
glTexCoord2s
See
QOpenGLFunctions_1_0::
glTexCoord2s(GLshort, GLshort) -
glTexCoord2sv
See
QOpenGLFunctions_1_0::
glTexCoord2sv(const GLshort*) -
glTexCoord3d
See
QOpenGLFunctions_1_0::
glTexCoord3d(GLdouble, GLdouble, GLdouble) -
glTexCoord3dv
See
QOpenGLFunctions_1_0::
glTexCoord3dv(const GLdouble*) -
glTexCoord3f
See
QOpenGLFunctions_1_0::
glTexCoord3f(GLfloat, GLfloat, GLfloat) -
glTexCoord3fv
See
QOpenGLFunctions_1_0::
glTexCoord3fv(const GLfloat*) -
glTexCoord3i
See
QOpenGLFunctions_1_0::
glTexCoord3i(GLint, GLint, GLint) -
glTexCoord3iv
See
QOpenGLFunctions_1_0::
glTexCoord3iv(const GLint*) -
glTexCoord3s
See
QOpenGLFunctions_1_0::
glTexCoord3s(GLshort, GLshort, GLshort) -
glTexCoord3sv
See
QOpenGLFunctions_1_0::
glTexCoord3sv(const GLshort*) -
glTexCoord4d
See
QOpenGLFunctions_1_0::
glTexCoord4d(GLdouble, GLdouble, GLdouble, GLdouble) -
glTexCoord4dv
See
QOpenGLFunctions_1_0::
glTexCoord4dv(const GLdouble*) -
glTexCoord4f
See
QOpenGLFunctions_1_0::
glTexCoord4f(GLfloat, GLfloat, GLfloat, GLfloat) -
glTexCoord4fv
See
QOpenGLFunctions_1_0::
glTexCoord4fv(const GLfloat*) -
glTexCoord4i
See
QOpenGLFunctions_1_0::
glTexCoord4i(GLint, GLint, GLint, GLint) -
glTexCoord4iv
See
QOpenGLFunctions_1_0::
glTexCoord4iv(const GLint*) -
glTexCoord4s
See
QOpenGLFunctions_1_0::
glTexCoord4s(GLshort, GLshort, GLshort, GLshort) -
glTexCoord4sv
See
QOpenGLFunctions_1_0::
glTexCoord4sv(const GLshort*) -
glTexEnvf
See
QOpenGLFunctions_1_0::
glTexEnvf(GLenum, GLenum, GLfloat) -
glTexEnvfv
See
QOpenGLFunctions_1_0::
glTexEnvfv(GLenum, GLenum, const GLfloat*) -
glTexEnvi
See
QOpenGLFunctions_1_0::
glTexEnvi(GLenum, GLenum, GLint) -
glTexEnviv
See
QOpenGLFunctions_1_0::
glTexEnviv(GLenum, GLenum, const GLint*) -
glTexGend
See
QOpenGLFunctions_1_0::
glTexGend(GLenum, GLenum, GLdouble) -
glTexGendv
See
QOpenGLFunctions_1_0::
glTexGendv(GLenum, GLenum, const GLdouble*) -
glTexGenf
See
QOpenGLFunctions_1_0::
glTexGenf(GLenum, GLenum, GLfloat) -
glTexGenfv
See
QOpenGLFunctions_1_0::
glTexGenfv(GLenum, GLenum, const GLfloat*) -
glTexGeni
See
QOpenGLFunctions_1_0::
glTexGeni(GLenum, GLenum, GLint) -
glTexGeniv
See
QOpenGLFunctions_1_0::
glTexGeniv(GLenum, GLenum, const GLint*) -
glTexImage1D
@QtUninvokable public final void glTexImage1D(int target, int level, int internalformat, int width, int border, int format, int type, Buffer pixels) See
QOpenGLFunctions_1_0::
glTexImage1D(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid*) -
glTexImage2D
@QtUninvokable public final void glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) See
QOpenGLFunctions_1_0::
glTexImage2D(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid*) -
glTexParameterf
See
QOpenGLFunctions_1_0::
glTexParameterf(GLenum, GLenum, GLfloat) -
glTexParameterfv
See
QOpenGLFunctions_1_0::
glTexParameterfv(GLenum, GLenum, const GLfloat*) -
glTexParameteri
See
QOpenGLFunctions_1_0::
glTexParameteri(GLenum, GLenum, GLint) -
glTexParameteriv
See
QOpenGLFunctions_1_0::
glTexParameteriv(GLenum, GLenum, const GLint*) -
glTranslated
See
QOpenGLFunctions_1_0::
glTranslated(GLdouble, GLdouble, GLdouble) -
glTranslatef
See
QOpenGLFunctions_1_0::
glTranslatef(GLfloat, GLfloat, GLfloat) -
glVertex2d
See
QOpenGLFunctions_1_0::
glVertex2d(GLdouble, GLdouble) -
glVertex2dv
See
QOpenGLFunctions_1_0::
glVertex2dv(const GLdouble*) -
glVertex2f
See
QOpenGLFunctions_1_0::
glVertex2f(GLfloat, GLfloat) -
glVertex2fv
See
QOpenGLFunctions_1_0::
glVertex2fv(const GLfloat*) -
glVertex2i
See
QOpenGLFunctions_1_0::
glVertex2i(GLint, GLint) -
glVertex2iv
See
QOpenGLFunctions_1_0::
glVertex2iv(const GLint*) -
glVertex2s
See
QOpenGLFunctions_1_0::
glVertex2s(GLshort, GLshort) -
glVertex2sv
See
QOpenGLFunctions_1_0::
glVertex2sv(const GLshort*) -
glVertex3d
See
QOpenGLFunctions_1_0::
glVertex3d(GLdouble, GLdouble, GLdouble) -
glVertex3dv
See
QOpenGLFunctions_1_0::
glVertex3dv(const GLdouble*) -
glVertex3f
See
QOpenGLFunctions_1_0::
glVertex3f(GLfloat, GLfloat, GLfloat) -
glVertex3fv
See
QOpenGLFunctions_1_0::
glVertex3fv(const GLfloat*) -
glVertex3i
See
QOpenGLFunctions_1_0::
glVertex3i(GLint, GLint, GLint) -
glVertex3iv
See
QOpenGLFunctions_1_0::
glVertex3iv(const GLint*) -
glVertex3s
See
QOpenGLFunctions_1_0::
glVertex3s(GLshort, GLshort, GLshort) -
glVertex3sv
See
QOpenGLFunctions_1_0::
glVertex3sv(const GLshort*) -
glVertex4d
See
QOpenGLFunctions_1_0::
glVertex4d(GLdouble, GLdouble, GLdouble, GLdouble) -
glVertex4dv
See
QOpenGLFunctions_1_0::
glVertex4dv(const GLdouble*) -
glVertex4f
See
QOpenGLFunctions_1_0::
glVertex4f(GLfloat, GLfloat, GLfloat, GLfloat) -
glVertex4fv
See
QOpenGLFunctions_1_0::
glVertex4fv(const GLfloat*) -
glVertex4i
See
QOpenGLFunctions_1_0::
glVertex4i(GLint, GLint, GLint, GLint) -
glVertex4iv
See
QOpenGLFunctions_1_0::
glVertex4iv(const GLint*) -
glVertex4s
See
QOpenGLFunctions_1_0::
glVertex4s(GLshort, GLshort, GLshort, GLshort) -
glVertex4sv
See
QOpenGLFunctions_1_0::
glVertex4sv(const GLshort*) -
glViewport
See
QOpenGLFunctions_1_0::
glViewport(GLint, GLint, GLsizei, GLsizei) -
initializeOpenGLFunctions
See
QAbstractOpenGLFunctions::
initializeOpenGLFunctions() - Overrides:
initializeOpenGLFunctions
in classQAbstractOpenGLFunctions
-