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

\inmodule QtOpenGL More...

#include <qopenglfunctions_3_3_core.h>

+ Inheritance diagram for QOpenGLFunctions_3_3_Core:
+ Collaboration diagram for QOpenGLFunctions_3_3_Core:

Public Member Functions

 QOpenGLFunctions_3_3_Core ()
 
 ~QOpenGLFunctions_3_3_Core ()
 
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)
 
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 glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
 
void glDrawArrays (GLenum mode, GLint first, GLsizei count)
 
void glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
 
void glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
 
void glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
 
void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
 
void glBlendEquation (GLenum mode)
 
void glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
 
void glGetCompressedTexImage (GLenum target, GLint level, GLvoid *img)
 
void glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
 
void glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
 
void glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
 
void glCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
 
void glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
 
void glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
 
void glSampleCoverage (GLfloat value, GLboolean invert)
 
void glActiveTexture (GLenum texture)
 
void glPointParameteriv (GLenum pname, const GLint *params)
 
void glPointParameteri (GLenum pname, GLint param)
 
void glPointParameterfv (GLenum pname, const GLfloat *params)
 
void glPointParameterf (GLenum pname, GLfloat param)
 
void glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount)
 
void glMultiDrawArrays (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount)
 
void glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
 
void glGetBufferPointerv (GLenum target, GLenum pname, GLvoid **params)
 
void glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params)
 
GLboolean glUnmapBuffer (GLenum target)
 
GLvoid * glMapBuffer (GLenum target, GLenum access)
 
void glGetBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)
 
void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)
 
void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)
 
GLboolean glIsBuffer (GLuint buffer)
 
void glGenBuffers (GLsizei n, GLuint *buffers)
 
void glDeleteBuffers (GLsizei n, const GLuint *buffers)
 
void glBindBuffer (GLenum target, GLuint buffer)
 
void glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params)
 
void glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params)
 
void glGetQueryiv (GLenum target, GLenum pname, GLint *params)
 
void glEndQuery (GLenum target)
 
void glBeginQuery (GLenum target, GLuint id)
 
GLboolean glIsQuery (GLuint id)
 
void glDeleteQueries (GLsizei n, const GLuint *ids)
 
void glGenQueries (GLsizei n, GLuint *ids)
 
void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
 
void glValidateProgram (GLuint program)
 
void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
void glUniform4iv (GLint location, GLsizei count, const GLint *value)
 
void glUniform3iv (GLint location, GLsizei count, const GLint *value)
 
void glUniform2iv (GLint location, GLsizei count, const GLint *value)
 
void glUniform1iv (GLint location, GLsizei count, const GLint *value)
 
void glUniform4fv (GLint location, GLsizei count, const GLfloat *value)
 
void glUniform3fv (GLint location, GLsizei count, const GLfloat *value)
 
void glUniform2fv (GLint location, GLsizei count, const GLfloat *value)
 
void glUniform1fv (GLint location, GLsizei count, const GLfloat *value)
 
void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
 
void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2)
 
void glUniform2i (GLint location, GLint v0, GLint v1)
 
void glUniform1i (GLint location, GLint v0)
 
void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
 
void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
 
void glUniform2f (GLint location, GLfloat v0, GLfloat v1)
 
void glUniform1f (GLint location, GLfloat v0)
 
void glUseProgram (GLuint program)
 
void glShaderSource (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length)
 
void glLinkProgram (GLuint program)
 
GLboolean glIsShader (GLuint shader)
 
GLboolean glIsProgram (GLuint program)
 
void glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid **pointer)
 
void glGetVertexAttribiv (GLuint index, GLenum pname, GLint *params)
 
void glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat *params)
 
void glGetVertexAttribdv (GLuint index, GLenum pname, GLdouble *params)
 
void glGetUniformiv (GLuint program, GLint location, GLint *params)
 
void glGetUniformfv (GLuint program, GLint location, GLfloat *params)
 
GLint glGetUniformLocation (GLuint program, const GLchar *name)
 
void glGetShaderSource (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)
 
void glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
 
void glGetShaderiv (GLuint shader, GLenum pname, GLint *params)
 
void glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
 
void glGetProgramiv (GLuint program, GLenum pname, GLint *params)
 
GLint glGetAttribLocation (GLuint program, const GLchar *name)
 
void glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)
 
void glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
 
void glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
 
void glEnableVertexAttribArray (GLuint index)
 
void glDisableVertexAttribArray (GLuint index)
 
void glDetachShader (GLuint program, GLuint shader)
 
void glDeleteShader (GLuint shader)
 
void glDeleteProgram (GLuint program)
 
GLuint glCreateShader (GLenum type)
 
GLuint glCreateProgram ()
 
void glCompileShader (GLuint shader)
 
void glBindAttribLocation (GLuint program, GLuint index, const GLchar *name)
 
void glAttachShader (GLuint program, GLuint shader)
 
void glStencilMaskSeparate (GLenum face, GLuint mask)
 
void glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask)
 
void glStencilOpSeparate (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
 
void glDrawBuffers (GLsizei n, const GLenum *bufs)
 
void glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha)
 
void glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
void glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
void glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
void glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
void glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
void glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
 
GLboolean glIsVertexArray (GLuint array)
 
void glGenVertexArrays (GLsizei n, GLuint *arrays)
 
void glDeleteVertexArrays (GLsizei n, const GLuint *arrays)
 
void glBindVertexArray (GLuint array)
 
void glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr length)
 
GLvoid * glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
 
void glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
 
void glRenderbufferStorageMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
 
void glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
 
void glGenerateMipmap (GLenum target)
 
void glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment, GLenum pname, GLint *params)
 
void glFramebufferRenderbuffer (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
 
void glFramebufferTexture3D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
 
void glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
 
void glFramebufferTexture1D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
 
GLenum glCheckFramebufferStatus (GLenum target)
 
void glGenFramebuffers (GLsizei n, GLuint *framebuffers)
 
void glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers)
 
void glBindFramebuffer (GLenum target, GLuint framebuffer)
 
GLboolean glIsFramebuffer (GLuint framebuffer)
 
void glGetRenderbufferParameteriv (GLenum target, GLenum pname, GLint *params)
 
void glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
 
void glGenRenderbuffers (GLsizei n, GLuint *renderbuffers)
 
void glDeleteRenderbuffers (GLsizei n, const GLuint *renderbuffers)
 
void glBindRenderbuffer (GLenum target, GLuint renderbuffer)
 
GLboolean glIsRenderbuffer (GLuint renderbuffer)
 
const GLubyte * glGetStringi (GLenum name, GLuint index)
 
void glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
 
void glClearBufferfv (GLenum buffer, GLint drawbuffer, const GLfloat *value)
 
void glClearBufferuiv (GLenum buffer, GLint drawbuffer, const GLuint *value)
 
void glClearBufferiv (GLenum buffer, GLint drawbuffer, const GLint *value)
 
void glGetTexParameterIuiv (GLenum target, GLenum pname, GLuint *params)
 
void glGetTexParameterIiv (GLenum target, GLenum pname, GLint *params)
 
void glTexParameterIuiv (GLenum target, GLenum pname, const GLuint *params)
 
void glTexParameterIiv (GLenum target, GLenum pname, const GLint *params)
 
void glUniform4uiv (GLint location, GLsizei count, const GLuint *value)
 
void glUniform3uiv (GLint location, GLsizei count, const GLuint *value)
 
void glUniform2uiv (GLint location, GLsizei count, const GLuint *value)
 
void glUniform1uiv (GLint location, GLsizei count, const GLuint *value)
 
void glUniform4ui (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
 
void glUniform3ui (GLint location, GLuint v0, GLuint v1, GLuint v2)
 
void glUniform2ui (GLint location, GLuint v0, GLuint v1)
 
void glUniform1ui (GLint location, GLuint v0)
 
GLint glGetFragDataLocation (GLuint program, const GLchar *name)
 
void glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name)
 
void glGetUniformuiv (GLuint program, GLint location, GLuint *params)
 
void glGetVertexAttribIuiv (GLuint index, GLenum pname, GLuint *params)
 
void glGetVertexAttribIiv (GLuint index, GLenum pname, GLint *params)
 
void glVertexAttribIPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
 
void glEndConditionalRender ()
 
void glBeginConditionalRender (GLuint id, GLenum mode)
 
void glClampColor (GLenum target, GLenum clamp)
 
void glGetTransformFeedbackVarying (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
 
void glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode)
 
void glBindBufferBase (GLenum target, GLuint index, GLuint buffer)
 
void glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
 
void glEndTransformFeedback ()
 
void glBeginTransformFeedback (GLenum primitiveMode)
 
GLboolean glIsEnabledi (GLenum target, GLuint index)
 
void glDisablei (GLenum target, GLuint index)
 
void glEnablei (GLenum target, GLuint index)
 
void glGetIntegeri_v (GLenum target, GLuint index, GLint *data)
 
void glGetBooleani_v (GLenum target, GLuint index, GLboolean *data)
 
void glColorMaski (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
 
void glCopyBufferSubData (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
 
void glUniformBlockBinding (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
 
void glGetActiveUniformBlockName (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName)
 
void glGetActiveUniformBlockiv (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params)
 
GLuint glGetUniformBlockIndex (GLuint program, const GLchar *uniformBlockName)
 
void glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)
 
void glGetActiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params)
 
void glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices)
 
void glPrimitiveRestartIndex (GLuint index)
 
void glTexBuffer (GLenum target, GLenum internalformat, GLuint buffer)
 
void glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount)
 
void glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
 
void glSampleMaski (GLuint index, GLbitfield mask)
 
void glGetMultisamplefv (GLenum pname, GLuint index, GLfloat *val)
 
void glTexImage3DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
 
void glTexImage2DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
 
void glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
 
void glGetInteger64v (GLenum pname, GLint64 *params)
 
void glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout)
 
GLenum glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout)
 
void glDeleteSync (GLsync sync)
 
GLboolean glIsSync (GLsync sync)
 
GLsync glFenceSync (GLenum condition, GLbitfield flags)
 
void glProvokingVertex (GLenum mode)
 
void glMultiDrawElementsBaseVertex (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex)
 
void glDrawElementsInstancedBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex)
 
void glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
 
void glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
 
void glFramebufferTexture (GLenum target, GLenum attachment, GLuint texture, GLint level)
 
void glGetBufferParameteri64v (GLenum target, GLenum pname, GLint64 *params)
 
void glGetInteger64i_v (GLenum target, GLuint index, GLint64 *data)
 
void glVertexAttribP4uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
 
void glVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
 
void glVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
 
void glVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
 
void glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
 
void glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
 
void glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
 
void glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
 
void glGetQueryObjectui64v (GLuint id, GLenum pname, GLuint64 *params)
 
void glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params)
 
void glQueryCounter (GLuint id, GLenum target)
 
void glGetSamplerParameterIuiv (GLuint sampler, GLenum pname, GLuint *params)
 
void glGetSamplerParameterfv (GLuint sampler, GLenum pname, GLfloat *params)
 
void glGetSamplerParameterIiv (GLuint sampler, GLenum pname, GLint *params)
 
void glGetSamplerParameteriv (GLuint sampler, GLenum pname, GLint *params)
 
void glSamplerParameterIuiv (GLuint sampler, GLenum pname, const GLuint *param)
 
void glSamplerParameterIiv (GLuint sampler, GLenum pname, const GLint *param)
 
void glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *param)
 
void glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param)
 
void glSamplerParameteriv (GLuint sampler, GLenum pname, const GLint *param)
 
void glSamplerParameteri (GLuint sampler, GLenum pname, GLint param)
 
void glBindSampler (GLuint unit, GLuint sampler)
 
GLboolean glIsSampler (GLuint sampler)
 
void glDeleteSamplers (GLsizei count, const GLuint *samplers)
 
void glGenSamplers (GLsizei count, GLuint *samplers)
 
GLint glGetFragDataIndex (GLuint program, const GLchar *name)
 
void glBindFragDataLocationIndexed (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name)
 
void glVertexAttribDivisor (GLuint index, GLuint divisor)
 
- 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_3_3_Core class provides all functions for OpenGL 3.3 core profile.

This class is a wrapper for functions from OpenGL 3.3 core profile. 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_3_3_core.h.

Constructor & Destructor Documentation

◆ QOpenGLFunctions_3_3_Core()

QOpenGLFunctions_3_3_Core::QOpenGLFunctions_3_3_Core ( )

Definition at line 33 of file qopenglfunctions_3_3_core.cpp.

◆ ~QOpenGLFunctions_3_3_Core()

QOpenGLFunctions_3_3_Core::~QOpenGLFunctions_3_3_Core ( )

Definition at line 50 of file qopenglfunctions_3_3_core.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ glActiveTexture()

void QOpenGLFunctions_3_3_Core::glActiveTexture ( GLenum  texture)
inline

Definition at line 750 of file qopenglfunctions_3_3_core.h.

◆ glAttachShader()

void QOpenGLFunctions_3_3_Core::glAttachShader ( GLuint  program,
GLuint  shader 
)
inline

Definition at line 1146 of file qopenglfunctions_3_3_core.h.

◆ glBeginConditionalRender()

void QOpenGLFunctions_3_3_Core::glBeginConditionalRender ( GLuint  id,
GLenum  mode 
)
inline

Definition at line 1460 of file qopenglfunctions_3_3_core.h.

◆ glBeginQuery()

void QOpenGLFunctions_3_3_Core::glBeginQuery ( GLenum  target,
GLuint  id 
)
inline

Definition at line 869 of file qopenglfunctions_3_3_core.h.

◆ glBeginTransformFeedback()

void QOpenGLFunctions_3_3_Core::glBeginTransformFeedback ( GLenum  primitiveMode)
inline

Definition at line 1495 of file qopenglfunctions_3_3_core.h.

◆ glBindAttribLocation()

void QOpenGLFunctions_3_3_Core::glBindAttribLocation ( GLuint  program,
GLuint  index,
const GLchar name 
)
inline

Definition at line 1141 of file qopenglfunctions_3_3_core.h.

◆ glBindBuffer()

void QOpenGLFunctions_3_3_Core::glBindBuffer ( GLenum  target,
GLuint  buffer 
)
inline

Definition at line 844 of file qopenglfunctions_3_3_core.h.

◆ glBindBufferBase()

void QOpenGLFunctions_3_3_Core::glBindBufferBase ( GLenum  target,
GLuint  index,
GLuint  buffer 
)
inline

Definition at line 1480 of file qopenglfunctions_3_3_core.h.

◆ glBindBufferRange()

void QOpenGLFunctions_3_3_Core::glBindBufferRange ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
)
inline

Definition at line 1485 of file qopenglfunctions_3_3_core.h.

◆ glBindFragDataLocation()

void QOpenGLFunctions_3_3_Core::glBindFragDataLocation ( GLuint  program,
GLuint  color,
const GLchar name 
)
inline

Definition at line 1430 of file qopenglfunctions_3_3_core.h.

◆ glBindFragDataLocationIndexed()

void QOpenGLFunctions_3_3_Core::glBindFragDataLocationIndexed ( GLuint  program,
GLuint  colorNumber,
GLuint  index,
const GLchar name 
)
inline

Definition at line 1821 of file qopenglfunctions_3_3_core.h.

◆ glBindFramebuffer()

void QOpenGLFunctions_3_3_Core::glBindFramebuffer ( GLenum  target,
GLuint  framebuffer 
)
inline

Definition at line 1300 of file qopenglfunctions_3_3_core.h.

◆ glBindRenderbuffer()

void QOpenGLFunctions_3_3_Core::glBindRenderbuffer ( GLenum  target,
GLuint  renderbuffer 
)
inline

Definition at line 1330 of file qopenglfunctions_3_3_core.h.

◆ glBindSampler()

void QOpenGLFunctions_3_3_Core::glBindSampler ( GLuint  unit,
GLuint  sampler 
)
inline

Definition at line 1796 of file qopenglfunctions_3_3_core.h.

◆ glBindTexture()

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

Definition at line 626 of file qopenglfunctions_3_3_core.h.

◆ glBindVertexArray()

void QOpenGLFunctions_3_3_Core::glBindVertexArray ( GLuint  array)
inline

Definition at line 1225 of file qopenglfunctions_3_3_core.h.

◆ glBlendColor()

void QOpenGLFunctions_3_3_Core::glBlendColor ( GLfloat  red,
GLfloat  green,
GLfloat  blue,
GLfloat  alpha 
)
inline

Definition at line 703 of file qopenglfunctions_3_3_core.h.

References red.

◆ glBlendEquation()

void QOpenGLFunctions_3_3_Core::glBlendEquation ( GLenum  mode)
inline

Definition at line 698 of file qopenglfunctions_3_3_core.h.

◆ glBlendEquationSeparate()

void QOpenGLFunctions_3_3_Core::glBlendEquationSeparate ( GLenum  modeRGB,
GLenum  modeAlpha 
)
inline

Definition at line 1171 of file qopenglfunctions_3_3_core.h.

◆ glBlendFunc()

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

Definition at line 479 of file qopenglfunctions_3_3_core.h.

◆ glBlendFuncSeparate()

void QOpenGLFunctions_3_3_Core::glBlendFuncSeparate ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
)
inline

Definition at line 787 of file qopenglfunctions_3_3_core.h.

◆ glBlitFramebuffer()

void QOpenGLFunctions_3_3_Core::glBlitFramebuffer ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
)
inline

Definition at line 1250 of file qopenglfunctions_3_3_core.h.

◆ glBufferData()

void QOpenGLFunctions_3_3_Core::glBufferData ( GLenum  target,
GLsizeiptr  size,
const GLvoid *  data,
GLenum  usage 
)
inline

Definition at line 824 of file qopenglfunctions_3_3_core.h.

◆ glBufferSubData()

void QOpenGLFunctions_3_3_Core::glBufferSubData ( GLenum  target,
GLintptr  offset,
GLsizeiptr  size,
const GLvoid *  data 
)
inline

Definition at line 819 of file qopenglfunctions_3_3_core.h.

◆ glCheckFramebufferStatus()

GLenum QOpenGLFunctions_3_3_Core::glCheckFramebufferStatus ( GLenum  target)
inline

Definition at line 1285 of file qopenglfunctions_3_3_core.h.

◆ glClampColor()

void QOpenGLFunctions_3_3_Core::glClampColor ( GLenum  target,
GLenum  clamp 
)
inline

Definition at line 1465 of file qopenglfunctions_3_3_core.h.

◆ glClear()

void QOpenGLFunctions_3_3_Core::glClear ( GLbitfield  mask)
inline

Definition at line 534 of file qopenglfunctions_3_3_core.h.

◆ glClearBufferfi()

void QOpenGLFunctions_3_3_Core::glClearBufferfi ( GLenum  buffer,
GLint  drawbuffer,
GLfloat  depth,
GLint  stencil 
)
inline

Definition at line 1345 of file qopenglfunctions_3_3_core.h.

◆ glClearBufferfv()

void QOpenGLFunctions_3_3_Core::glClearBufferfv ( GLenum  buffer,
GLint  drawbuffer,
const GLfloat value 
)
inline

Definition at line 1350 of file qopenglfunctions_3_3_core.h.

◆ glClearBufferiv()

void QOpenGLFunctions_3_3_Core::glClearBufferiv ( GLenum  buffer,
GLint  drawbuffer,
const GLint value 
)
inline

Definition at line 1360 of file qopenglfunctions_3_3_core.h.

◆ glClearBufferuiv()

void QOpenGLFunctions_3_3_Core::glClearBufferuiv ( GLenum  buffer,
GLint  drawbuffer,
const GLuint value 
)
inline

Definition at line 1355 of file qopenglfunctions_3_3_core.h.

◆ glClearColor()

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

Definition at line 529 of file qopenglfunctions_3_3_core.h.

References red.

◆ glClearDepth()

void QOpenGLFunctions_3_3_Core::glClearDepth ( GLdouble  depth)
inline

Definition at line 519 of file qopenglfunctions_3_3_core.h.

◆ glClearStencil()

void QOpenGLFunctions_3_3_Core::glClearStencil ( GLint  s)
inline

Definition at line 524 of file qopenglfunctions_3_3_core.h.

◆ glClientWaitSync()

GLenum QOpenGLFunctions_3_3_Core::glClientWaitSync ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
)
inline

Definition at line 1629 of file qopenglfunctions_3_3_core.h.

◆ glColorMask()

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

Definition at line 509 of file qopenglfunctions_3_3_core.h.

References red.

◆ glColorMaski()

void QOpenGLFunctions_3_3_Core::glColorMaski ( GLuint  index,
GLboolean  r,
GLboolean  g,
GLboolean  b,
GLboolean  a 
)
inline

Definition at line 1525 of file qopenglfunctions_3_3_core.h.

◆ glCompileShader()

void QOpenGLFunctions_3_3_Core::glCompileShader ( GLuint  shader)
inline

Definition at line 1136 of file qopenglfunctions_3_3_core.h.

◆ glCompressedTexImage1D()

void QOpenGLFunctions_3_3_Core::glCompressedTexImage1D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid *  data 
)
inline

Definition at line 730 of file qopenglfunctions_3_3_core.h.

◆ glCompressedTexImage2D()

void QOpenGLFunctions_3_3_Core::glCompressedTexImage2D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid *  data 
)
inline

Definition at line 735 of file qopenglfunctions_3_3_core.h.

◆ glCompressedTexImage3D()

void QOpenGLFunctions_3_3_Core::glCompressedTexImage3D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid *  data 
)
inline

Definition at line 740 of file qopenglfunctions_3_3_core.h.

◆ glCompressedTexSubImage1D()

void QOpenGLFunctions_3_3_Core::glCompressedTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid *  data 
)
inline

Definition at line 715 of file qopenglfunctions_3_3_core.h.

◆ glCompressedTexSubImage2D()

void QOpenGLFunctions_3_3_Core::glCompressedTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid *  data 
)
inline

Definition at line 720 of file qopenglfunctions_3_3_core.h.

◆ glCompressedTexSubImage3D()

void QOpenGLFunctions_3_3_Core::glCompressedTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid *  data 
)
inline

Definition at line 725 of file qopenglfunctions_3_3_core.h.

◆ glCopyBufferSubData()

void QOpenGLFunctions_3_3_Core::glCopyBufferSubData ( GLenum  readTarget,
GLenum  writeTarget,
GLintptr  readOffset,
GLintptr  writeOffset,
GLsizeiptr  size 
)
inline

Definition at line 1532 of file qopenglfunctions_3_3_core.h.

◆ glCopyTexImage1D()

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

Definition at line 656 of file qopenglfunctions_3_3_core.h.

◆ glCopyTexImage2D()

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

Definition at line 651 of file qopenglfunctions_3_3_core.h.

◆ glCopyTexSubImage1D()

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

Definition at line 646 of file qopenglfunctions_3_3_core.h.

◆ glCopyTexSubImage2D()

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

Definition at line 641 of file qopenglfunctions_3_3_core.h.

◆ glCopyTexSubImage3D()

void QOpenGLFunctions_3_3_Core::glCopyTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
)
inline

Definition at line 678 of file qopenglfunctions_3_3_core.h.

◆ glCreateProgram()

GLuint QOpenGLFunctions_3_3_Core::glCreateProgram ( )
inline

Definition at line 1131 of file qopenglfunctions_3_3_core.h.

◆ glCreateShader()

GLuint QOpenGLFunctions_3_3_Core::glCreateShader ( GLenum  type)
inline

Definition at line 1126 of file qopenglfunctions_3_3_core.h.

◆ glCullFace()

void QOpenGLFunctions_3_3_Core::glCullFace ( GLenum  mode)
inline

Definition at line 604 of file qopenglfunctions_3_3_core.h.

◆ glDeleteBuffers()

void QOpenGLFunctions_3_3_Core::glDeleteBuffers ( GLsizei  n,
const GLuint buffers 
)
inline

Definition at line 839 of file qopenglfunctions_3_3_core.h.

◆ glDeleteFramebuffers()

void QOpenGLFunctions_3_3_Core::glDeleteFramebuffers ( GLsizei  n,
const GLuint framebuffers 
)
inline

Definition at line 1295 of file qopenglfunctions_3_3_core.h.

◆ glDeleteProgram()

void QOpenGLFunctions_3_3_Core::glDeleteProgram ( GLuint  program)
inline

Definition at line 1121 of file qopenglfunctions_3_3_core.h.

◆ glDeleteQueries()

void QOpenGLFunctions_3_3_Core::glDeleteQueries ( GLsizei  n,
const GLuint ids 
)
inline

Definition at line 879 of file qopenglfunctions_3_3_core.h.

◆ glDeleteRenderbuffers()

void QOpenGLFunctions_3_3_Core::glDeleteRenderbuffers ( GLsizei  n,
const GLuint renderbuffers 
)
inline

Definition at line 1325 of file qopenglfunctions_3_3_core.h.

◆ glDeleteSamplers()

void QOpenGLFunctions_3_3_Core::glDeleteSamplers ( GLsizei  count,
const GLuint samplers 
)
inline

Definition at line 1806 of file qopenglfunctions_3_3_core.h.

◆ glDeleteShader()

void QOpenGLFunctions_3_3_Core::glDeleteShader ( GLuint  shader)
inline

Definition at line 1116 of file qopenglfunctions_3_3_core.h.

◆ glDeleteSync()

void QOpenGLFunctions_3_3_Core::glDeleteSync ( GLsync  sync)
inline

Definition at line 1634 of file qopenglfunctions_3_3_core.h.

◆ glDeleteTextures()

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

Definition at line 621 of file qopenglfunctions_3_3_core.h.

◆ glDeleteVertexArrays()

void QOpenGLFunctions_3_3_Core::glDeleteVertexArrays ( GLsizei  n,
const GLuint arrays 
)
inline

Definition at line 1220 of file qopenglfunctions_3_3_core.h.

◆ glDepthFunc()

void QOpenGLFunctions_3_3_Core::glDepthFunc ( GLenum  func)
inline

Definition at line 459 of file qopenglfunctions_3_3_core.h.

◆ glDepthMask()

void QOpenGLFunctions_3_3_Core::glDepthMask ( GLboolean  flag)
inline

Definition at line 504 of file qopenglfunctions_3_3_core.h.

◆ glDepthRange()

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

Definition at line 374 of file qopenglfunctions_3_3_core.h.

◆ glDetachShader()

void QOpenGLFunctions_3_3_Core::glDetachShader ( GLuint  program,
GLuint  shader 
)
inline

Definition at line 1111 of file qopenglfunctions_3_3_core.h.

◆ glDisable()

void QOpenGLFunctions_3_3_Core::glDisable ( GLenum  cap)
inline

Definition at line 499 of file qopenglfunctions_3_3_core.h.

◆ glDisablei()

void QOpenGLFunctions_3_3_Core::glDisablei ( GLenum  target,
GLuint  index 
)
inline

Definition at line 1505 of file qopenglfunctions_3_3_core.h.

◆ glDisableVertexAttribArray()

void QOpenGLFunctions_3_3_Core::glDisableVertexAttribArray ( GLuint  index)
inline

Definition at line 1106 of file qopenglfunctions_3_3_core.h.

◆ glDrawArrays()

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

Definition at line 671 of file qopenglfunctions_3_3_core.h.

◆ glDrawArraysInstanced()

void QOpenGLFunctions_3_3_Core::glDrawArraysInstanced ( GLenum  mode,
GLint  first,
GLsizei  count,
GLsizei  instancecount 
)
inline

Definition at line 1587 of file qopenglfunctions_3_3_core.h.

◆ glDrawBuffer()

void QOpenGLFunctions_3_3_Core::glDrawBuffer ( GLenum  mode)
inline

Definition at line 539 of file qopenglfunctions_3_3_core.h.

◆ glDrawBuffers()

void QOpenGLFunctions_3_3_Core::glDrawBuffers ( GLsizei  n,
const GLenum bufs 
)
inline

Definition at line 1166 of file qopenglfunctions_3_3_core.h.

◆ glDrawElements()

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

Definition at line 666 of file qopenglfunctions_3_3_core.h.

◆ glDrawElementsBaseVertex()

void QOpenGLFunctions_3_3_Core::glDrawElementsBaseVertex ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid *  indices,
GLint  basevertex 
)
inline

Definition at line 1669 of file qopenglfunctions_3_3_core.h.

◆ glDrawElementsInstanced()

void QOpenGLFunctions_3_3_Core::glDrawElementsInstanced ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid *  indices,
GLsizei  instancecount 
)
inline

Definition at line 1582 of file qopenglfunctions_3_3_core.h.

◆ glDrawElementsInstancedBaseVertex()

void QOpenGLFunctions_3_3_Core::glDrawElementsInstancedBaseVertex ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid *  indices,
GLsizei  instancecount,
GLint  basevertex 
)
inline

Definition at line 1659 of file qopenglfunctions_3_3_core.h.

◆ glDrawRangeElements()

void QOpenGLFunctions_3_3_Core::glDrawRangeElements ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count,
GLenum  type,
const GLvoid *  indices 
)
inline

Definition at line 693 of file qopenglfunctions_3_3_core.h.

◆ glDrawRangeElementsBaseVertex()

void QOpenGLFunctions_3_3_Core::glDrawRangeElementsBaseVertex ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count,
GLenum  type,
const GLvoid *  indices,
GLint  basevertex 
)
inline

Definition at line 1664 of file qopenglfunctions_3_3_core.h.

◆ glEnable()

void QOpenGLFunctions_3_3_Core::glEnable ( GLenum  cap)
inline

Definition at line 494 of file qopenglfunctions_3_3_core.h.

◆ glEnablei()

void QOpenGLFunctions_3_3_Core::glEnablei ( GLenum  target,
GLuint  index 
)
inline

Definition at line 1510 of file qopenglfunctions_3_3_core.h.

◆ glEnableVertexAttribArray()

void QOpenGLFunctions_3_3_Core::glEnableVertexAttribArray ( GLuint  index)
inline

Definition at line 1101 of file qopenglfunctions_3_3_core.h.

◆ glEndConditionalRender()

void QOpenGLFunctions_3_3_Core::glEndConditionalRender ( )
inline

Definition at line 1455 of file qopenglfunctions_3_3_core.h.

◆ glEndQuery()

void QOpenGLFunctions_3_3_Core::glEndQuery ( GLenum  target)
inline

Definition at line 864 of file qopenglfunctions_3_3_core.h.

◆ glEndTransformFeedback()

void QOpenGLFunctions_3_3_Core::glEndTransformFeedback ( )
inline

Definition at line 1490 of file qopenglfunctions_3_3_core.h.

◆ glFenceSync()

GLsync QOpenGLFunctions_3_3_Core::glFenceSync ( GLenum  condition,
GLbitfield  flags 
)
inline

Definition at line 1644 of file qopenglfunctions_3_3_core.h.

◆ glFinish()

void QOpenGLFunctions_3_3_Core::glFinish ( )
inline

Definition at line 489 of file qopenglfunctions_3_3_core.h.

◆ glFlush()

void QOpenGLFunctions_3_3_Core::glFlush ( )
inline

Definition at line 484 of file qopenglfunctions_3_3_core.h.

◆ glFlushMappedBufferRange()

void QOpenGLFunctions_3_3_Core::glFlushMappedBufferRange ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length 
)
inline

Definition at line 1230 of file qopenglfunctions_3_3_core.h.

◆ glFramebufferRenderbuffer()

void QOpenGLFunctions_3_3_Core::glFramebufferRenderbuffer ( GLenum  target,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
)
inline

Definition at line 1265 of file qopenglfunctions_3_3_core.h.

◆ glFramebufferTexture()

void QOpenGLFunctions_3_3_Core::glFramebufferTexture ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level 
)
inline

Definition at line 1674 of file qopenglfunctions_3_3_core.h.

◆ glFramebufferTexture1D()

void QOpenGLFunctions_3_3_Core::glFramebufferTexture1D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
)
inline

Definition at line 1280 of file qopenglfunctions_3_3_core.h.

◆ glFramebufferTexture2D()

void QOpenGLFunctions_3_3_Core::glFramebufferTexture2D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
)
inline

Definition at line 1275 of file qopenglfunctions_3_3_core.h.

◆ glFramebufferTexture3D()

void QOpenGLFunctions_3_3_Core::glFramebufferTexture3D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  zoffset 
)
inline

Definition at line 1270 of file qopenglfunctions_3_3_core.h.

◆ glFramebufferTextureLayer()

void QOpenGLFunctions_3_3_Core::glFramebufferTextureLayer ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
)
inline

Definition at line 1240 of file qopenglfunctions_3_3_core.h.

◆ glFrontFace()

void QOpenGLFunctions_3_3_Core::glFrontFace ( GLenum  mode)
inline

Definition at line 599 of file qopenglfunctions_3_3_core.h.

◆ glGenBuffers()

void QOpenGLFunctions_3_3_Core::glGenBuffers ( GLsizei  n,
GLuint buffers 
)
inline

Definition at line 834 of file qopenglfunctions_3_3_core.h.

◆ glGenerateMipmap()

void QOpenGLFunctions_3_3_Core::glGenerateMipmap ( GLenum  target)
inline

Definition at line 1255 of file qopenglfunctions_3_3_core.h.

◆ glGenFramebuffers()

void QOpenGLFunctions_3_3_Core::glGenFramebuffers ( GLsizei  n,
GLuint framebuffers 
)
inline

Definition at line 1290 of file qopenglfunctions_3_3_core.h.

◆ glGenQueries()

void QOpenGLFunctions_3_3_Core::glGenQueries ( GLsizei  n,
GLuint ids 
)
inline

Definition at line 884 of file qopenglfunctions_3_3_core.h.

◆ glGenRenderbuffers()

void QOpenGLFunctions_3_3_Core::glGenRenderbuffers ( GLsizei  n,
GLuint renderbuffers 
)
inline

Definition at line 1320 of file qopenglfunctions_3_3_core.h.

◆ glGenSamplers()

void QOpenGLFunctions_3_3_Core::glGenSamplers ( GLsizei  count,
GLuint samplers 
)
inline

Definition at line 1811 of file qopenglfunctions_3_3_core.h.

◆ glGenTextures()

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

Definition at line 616 of file qopenglfunctions_3_3_core.h.

◆ glGenVertexArrays()

void QOpenGLFunctions_3_3_Core::glGenVertexArrays ( GLsizei  n,
GLuint arrays 
)
inline

Definition at line 1215 of file qopenglfunctions_3_3_core.h.

◆ glGetActiveAttrib()

void QOpenGLFunctions_3_3_Core::glGetActiveAttrib ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLint size,
GLenum type,
GLchar name 
)
inline

Definition at line 1096 of file qopenglfunctions_3_3_core.h.

◆ glGetActiveUniform()

void QOpenGLFunctions_3_3_Core::glGetActiveUniform ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLint size,
GLenum type,
GLchar name 
)
inline

Definition at line 1091 of file qopenglfunctions_3_3_core.h.

◆ glGetActiveUniformBlockiv()

void QOpenGLFunctions_3_3_Core::glGetActiveUniformBlockiv ( GLuint  program,
GLuint  uniformBlockIndex,
GLenum  pname,
GLint params 
)
inline

Definition at line 1547 of file qopenglfunctions_3_3_core.h.

◆ glGetActiveUniformBlockName()

void QOpenGLFunctions_3_3_Core::glGetActiveUniformBlockName ( GLuint  program,
GLuint  uniformBlockIndex,
GLsizei  bufSize,
GLsizei length,
GLchar uniformBlockName 
)
inline

Definition at line 1542 of file qopenglfunctions_3_3_core.h.

◆ glGetActiveUniformName()

void QOpenGLFunctions_3_3_Core::glGetActiveUniformName ( GLuint  program,
GLuint  uniformIndex,
GLsizei  bufSize,
GLsizei length,
GLchar uniformName 
)
inline

Definition at line 1557 of file qopenglfunctions_3_3_core.h.

◆ glGetActiveUniformsiv()

void QOpenGLFunctions_3_3_Core::glGetActiveUniformsiv ( GLuint  program,
GLsizei  uniformCount,
const GLuint uniformIndices,
GLenum  pname,
GLint params 
)
inline

Definition at line 1562 of file qopenglfunctions_3_3_core.h.

◆ glGetAttachedShaders()

void QOpenGLFunctions_3_3_Core::glGetAttachedShaders ( GLuint  program,
GLsizei  maxCount,
GLsizei count,
GLuint obj 
)
inline

Definition at line 1086 of file qopenglfunctions_3_3_core.h.

◆ glGetAttribLocation()

GLint QOpenGLFunctions_3_3_Core::glGetAttribLocation ( GLuint  program,
const GLchar name 
)
inline

Definition at line 1081 of file qopenglfunctions_3_3_core.h.

◆ glGetBooleani_v()

void QOpenGLFunctions_3_3_Core::glGetBooleani_v ( GLenum  target,
GLuint  index,
GLboolean data 
)
inline

Definition at line 1520 of file qopenglfunctions_3_3_core.h.

◆ glGetBooleanv()

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

Definition at line 434 of file qopenglfunctions_3_3_core.h.

◆ glGetBufferParameteri64v()

void QOpenGLFunctions_3_3_Core::glGetBufferParameteri64v ( GLenum  target,
GLenum  pname,
GLint64 params 
)
inline

Definition at line 1679 of file qopenglfunctions_3_3_core.h.

◆ glGetBufferParameteriv()

void QOpenGLFunctions_3_3_Core::glGetBufferParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
)
inline

Definition at line 799 of file qopenglfunctions_3_3_core.h.

◆ glGetBufferPointerv()

void QOpenGLFunctions_3_3_Core::glGetBufferPointerv ( GLenum  target,
GLenum  pname,
GLvoid **  params 
)
inline

Definition at line 794 of file qopenglfunctions_3_3_core.h.

◆ glGetBufferSubData()

void QOpenGLFunctions_3_3_Core::glGetBufferSubData ( GLenum  target,
GLintptr  offset,
GLsizeiptr  size,
GLvoid *  data 
)
inline

Definition at line 814 of file qopenglfunctions_3_3_core.h.

◆ glGetCompressedTexImage()

void QOpenGLFunctions_3_3_Core::glGetCompressedTexImage ( GLenum  target,
GLint  level,
GLvoid *  img 
)
inline

Definition at line 710 of file qopenglfunctions_3_3_core.h.

◆ glGetDoublev()

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

Definition at line 429 of file qopenglfunctions_3_3_core.h.

◆ glGetError()

GLenum QOpenGLFunctions_3_3_Core::glGetError ( )
inline

Definition at line 424 of file qopenglfunctions_3_3_core.h.

◆ glGetFloatv()

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

Definition at line 419 of file qopenglfunctions_3_3_core.h.

◆ glGetFragDataIndex()

GLint QOpenGLFunctions_3_3_Core::glGetFragDataIndex ( GLuint  program,
const GLchar name 
)
inline

Definition at line 1816 of file qopenglfunctions_3_3_core.h.

◆ glGetFragDataLocation()

GLint QOpenGLFunctions_3_3_Core::glGetFragDataLocation ( GLuint  program,
const GLchar name 
)
inline

Definition at line 1425 of file qopenglfunctions_3_3_core.h.

◆ glGetFramebufferAttachmentParameteriv()

void QOpenGLFunctions_3_3_Core::glGetFramebufferAttachmentParameteriv ( GLenum  target,
GLenum  attachment,
GLenum  pname,
GLint params 
)
inline

Definition at line 1260 of file qopenglfunctions_3_3_core.h.

◆ glGetInteger64i_v()

void QOpenGLFunctions_3_3_Core::glGetInteger64i_v ( GLenum  target,
GLuint  index,
GLint64 data 
)
inline

Definition at line 1684 of file qopenglfunctions_3_3_core.h.

◆ glGetInteger64v()

void QOpenGLFunctions_3_3_Core::glGetInteger64v ( GLenum  pname,
GLint64 params 
)
inline

Definition at line 1619 of file qopenglfunctions_3_3_core.h.

◆ glGetIntegeri_v()

void QOpenGLFunctions_3_3_Core::glGetIntegeri_v ( GLenum  target,
GLuint  index,
GLint data 
)
inline

Definition at line 1515 of file qopenglfunctions_3_3_core.h.

◆ glGetIntegerv()

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

Definition at line 414 of file qopenglfunctions_3_3_core.h.

◆ glGetMultisamplefv()

void QOpenGLFunctions_3_3_Core::glGetMultisamplefv ( GLenum  pname,
GLuint  index,
GLfloat val 
)
inline

Definition at line 1599 of file qopenglfunctions_3_3_core.h.

◆ glGetProgramInfoLog()

void QOpenGLFunctions_3_3_Core::glGetProgramInfoLog ( GLuint  program,
GLsizei  bufSize,
GLsizei length,
GLchar infoLog 
)
inline

Definition at line 1071 of file qopenglfunctions_3_3_core.h.

◆ glGetProgramiv()

void QOpenGLFunctions_3_3_Core::glGetProgramiv ( GLuint  program,
GLenum  pname,
GLint params 
)
inline

Definition at line 1076 of file qopenglfunctions_3_3_core.h.

◆ glGetQueryiv()

void QOpenGLFunctions_3_3_Core::glGetQueryiv ( GLenum  target,
GLenum  pname,
GLint params 
)
inline

Definition at line 859 of file qopenglfunctions_3_3_core.h.

◆ glGetQueryObjecti64v()

void QOpenGLFunctions_3_3_Core::glGetQueryObjecti64v ( GLuint  id,
GLenum  pname,
GLint64 params 
)
inline

Definition at line 1736 of file qopenglfunctions_3_3_core.h.

◆ glGetQueryObjectiv()

void QOpenGLFunctions_3_3_Core::glGetQueryObjectiv ( GLuint  id,
GLenum  pname,
GLint params 
)
inline

Definition at line 854 of file qopenglfunctions_3_3_core.h.

◆ glGetQueryObjectui64v()

void QOpenGLFunctions_3_3_Core::glGetQueryObjectui64v ( GLuint  id,
GLenum  pname,
GLuint64 params 
)
inline

Definition at line 1731 of file qopenglfunctions_3_3_core.h.

◆ glGetQueryObjectuiv()

void QOpenGLFunctions_3_3_Core::glGetQueryObjectuiv ( GLuint  id,
GLenum  pname,
GLuint params 
)
inline

Definition at line 849 of file qopenglfunctions_3_3_core.h.

◆ glGetRenderbufferParameteriv()

void QOpenGLFunctions_3_3_Core::glGetRenderbufferParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
)
inline

Definition at line 1310 of file qopenglfunctions_3_3_core.h.

◆ glGetSamplerParameterfv()

void QOpenGLFunctions_3_3_Core::glGetSamplerParameterfv ( GLuint  sampler,
GLenum  pname,
GLfloat params 
)
inline

Definition at line 1751 of file qopenglfunctions_3_3_core.h.

◆ glGetSamplerParameterIiv()

void QOpenGLFunctions_3_3_Core::glGetSamplerParameterIiv ( GLuint  sampler,
GLenum  pname,
GLint params 
)
inline

Definition at line 1756 of file qopenglfunctions_3_3_core.h.

◆ glGetSamplerParameterIuiv()

void QOpenGLFunctions_3_3_Core::glGetSamplerParameterIuiv ( GLuint  sampler,
GLenum  pname,
GLuint params 
)
inline

Definition at line 1746 of file qopenglfunctions_3_3_core.h.

◆ glGetSamplerParameteriv()

void QOpenGLFunctions_3_3_Core::glGetSamplerParameteriv ( GLuint  sampler,
GLenum  pname,
GLint params 
)
inline

Definition at line 1761 of file qopenglfunctions_3_3_core.h.

◆ glGetShaderInfoLog()

void QOpenGLFunctions_3_3_Core::glGetShaderInfoLog ( GLuint  shader,
GLsizei  bufSize,
GLsizei length,
GLchar infoLog 
)
inline

Definition at line 1061 of file qopenglfunctions_3_3_core.h.

◆ glGetShaderiv()

void QOpenGLFunctions_3_3_Core::glGetShaderiv ( GLuint  shader,
GLenum  pname,
GLint params 
)
inline

Definition at line 1066 of file qopenglfunctions_3_3_core.h.

◆ glGetShaderSource()

void QOpenGLFunctions_3_3_Core::glGetShaderSource ( GLuint  shader,
GLsizei  bufSize,
GLsizei length,
GLchar source 
)
inline

Definition at line 1056 of file qopenglfunctions_3_3_core.h.

◆ glGetString()

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

Definition at line 409 of file qopenglfunctions_3_3_core.h.

◆ glGetStringi()

const GLubyte * QOpenGLFunctions_3_3_Core::glGetStringi ( GLenum  name,
GLuint  index 
)
inline

Definition at line 1340 of file qopenglfunctions_3_3_core.h.

◆ glGetSynciv()

void QOpenGLFunctions_3_3_Core::glGetSynciv ( GLsync  sync,
GLenum  pname,
GLsizei  bufSize,
GLsizei length,
GLint values 
)
inline

Definition at line 1614 of file qopenglfunctions_3_3_core.h.

◆ glGetTexImage()

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

Definition at line 404 of file qopenglfunctions_3_3_core.h.

◆ glGetTexLevelParameterfv()

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

Definition at line 389 of file qopenglfunctions_3_3_core.h.

◆ glGetTexLevelParameteriv()

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

Definition at line 384 of file qopenglfunctions_3_3_core.h.

◆ glGetTexParameterfv()

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

Definition at line 399 of file qopenglfunctions_3_3_core.h.

◆ glGetTexParameterIiv()

void QOpenGLFunctions_3_3_Core::glGetTexParameterIiv ( GLenum  target,
GLenum  pname,
GLint params 
)
inline

Definition at line 1370 of file qopenglfunctions_3_3_core.h.

◆ glGetTexParameterIuiv()

void QOpenGLFunctions_3_3_Core::glGetTexParameterIuiv ( GLenum  target,
GLenum  pname,
GLuint params 
)
inline

Definition at line 1365 of file qopenglfunctions_3_3_core.h.

◆ glGetTexParameteriv()

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

Definition at line 394 of file qopenglfunctions_3_3_core.h.

◆ glGetTransformFeedbackVarying()

void QOpenGLFunctions_3_3_Core::glGetTransformFeedbackVarying ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLsizei size,
GLenum type,
GLchar name 
)
inline

Definition at line 1470 of file qopenglfunctions_3_3_core.h.

◆ glGetUniformBlockIndex()

GLuint QOpenGLFunctions_3_3_Core::glGetUniformBlockIndex ( GLuint  program,
const GLchar uniformBlockName 
)
inline

Definition at line 1552 of file qopenglfunctions_3_3_core.h.

◆ glGetUniformfv()

void QOpenGLFunctions_3_3_Core::glGetUniformfv ( GLuint  program,
GLint  location,
GLfloat params 
)
inline

Definition at line 1046 of file qopenglfunctions_3_3_core.h.

◆ glGetUniformIndices()

void QOpenGLFunctions_3_3_Core::glGetUniformIndices ( GLuint  program,
GLsizei  uniformCount,
const GLchar *const *  uniformNames,
GLuint uniformIndices 
)
inline

Definition at line 1567 of file qopenglfunctions_3_3_core.h.

◆ glGetUniformiv()

void QOpenGLFunctions_3_3_Core::glGetUniformiv ( GLuint  program,
GLint  location,
GLint params 
)
inline

Definition at line 1041 of file qopenglfunctions_3_3_core.h.

◆ glGetUniformLocation()

GLint QOpenGLFunctions_3_3_Core::glGetUniformLocation ( GLuint  program,
const GLchar name 
)
inline

Definition at line 1051 of file qopenglfunctions_3_3_core.h.

◆ glGetUniformuiv()

void QOpenGLFunctions_3_3_Core::glGetUniformuiv ( GLuint  program,
GLint  location,
GLuint params 
)
inline

Definition at line 1435 of file qopenglfunctions_3_3_core.h.

◆ glGetVertexAttribdv()

void QOpenGLFunctions_3_3_Core::glGetVertexAttribdv ( GLuint  index,
GLenum  pname,
GLdouble params 
)
inline

Definition at line 1036 of file qopenglfunctions_3_3_core.h.

◆ glGetVertexAttribfv()

void QOpenGLFunctions_3_3_Core::glGetVertexAttribfv ( GLuint  index,
GLenum  pname,
GLfloat params 
)
inline

Definition at line 1031 of file qopenglfunctions_3_3_core.h.

◆ glGetVertexAttribIiv()

void QOpenGLFunctions_3_3_Core::glGetVertexAttribIiv ( GLuint  index,
GLenum  pname,
GLint params 
)
inline

Definition at line 1445 of file qopenglfunctions_3_3_core.h.

◆ glGetVertexAttribIuiv()

void QOpenGLFunctions_3_3_Core::glGetVertexAttribIuiv ( GLuint  index,
GLenum  pname,
GLuint params 
)
inline

Definition at line 1440 of file qopenglfunctions_3_3_core.h.

◆ glGetVertexAttribiv()

void QOpenGLFunctions_3_3_Core::glGetVertexAttribiv ( GLuint  index,
GLenum  pname,
GLint params 
)
inline

Definition at line 1026 of file qopenglfunctions_3_3_core.h.

◆ glGetVertexAttribPointerv()

void QOpenGLFunctions_3_3_Core::glGetVertexAttribPointerv ( GLuint  index,
GLenum  pname,
GLvoid **  pointer 
)
inline

Definition at line 1021 of file qopenglfunctions_3_3_core.h.

◆ glHint()

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

Definition at line 594 of file qopenglfunctions_3_3_core.h.

◆ glIsBuffer()

GLboolean QOpenGLFunctions_3_3_Core::glIsBuffer ( GLuint  buffer)
inline

Definition at line 829 of file qopenglfunctions_3_3_core.h.

◆ glIsEnabled()

GLboolean QOpenGLFunctions_3_3_Core::glIsEnabled ( GLenum  cap)
inline

Definition at line 379 of file qopenglfunctions_3_3_core.h.

◆ glIsEnabledi()

GLboolean QOpenGLFunctions_3_3_Core::glIsEnabledi ( GLenum  target,
GLuint  index 
)
inline

Definition at line 1500 of file qopenglfunctions_3_3_core.h.

◆ glIsFramebuffer()

GLboolean QOpenGLFunctions_3_3_Core::glIsFramebuffer ( GLuint  framebuffer)
inline

Definition at line 1305 of file qopenglfunctions_3_3_core.h.

◆ glIsProgram()

GLboolean QOpenGLFunctions_3_3_Core::glIsProgram ( GLuint  program)
inline

Definition at line 1016 of file qopenglfunctions_3_3_core.h.

◆ glIsQuery()

GLboolean QOpenGLFunctions_3_3_Core::glIsQuery ( GLuint  id)
inline

Definition at line 874 of file qopenglfunctions_3_3_core.h.

◆ glIsRenderbuffer()

GLboolean QOpenGLFunctions_3_3_Core::glIsRenderbuffer ( GLuint  renderbuffer)
inline

Definition at line 1335 of file qopenglfunctions_3_3_core.h.

◆ glIsSampler()

GLboolean QOpenGLFunctions_3_3_Core::glIsSampler ( GLuint  sampler)
inline

Definition at line 1801 of file qopenglfunctions_3_3_core.h.

◆ glIsShader()

GLboolean QOpenGLFunctions_3_3_Core::glIsShader ( GLuint  shader)
inline

Definition at line 1011 of file qopenglfunctions_3_3_core.h.

◆ glIsSync()

GLboolean QOpenGLFunctions_3_3_Core::glIsSync ( GLsync  sync)
inline

Definition at line 1639 of file qopenglfunctions_3_3_core.h.

◆ glIsTexture()

GLboolean QOpenGLFunctions_3_3_Core::glIsTexture ( GLuint  texture)
inline

Definition at line 611 of file qopenglfunctions_3_3_core.h.

◆ glIsVertexArray()

GLboolean QOpenGLFunctions_3_3_Core::glIsVertexArray ( GLuint  array)
inline

Definition at line 1210 of file qopenglfunctions_3_3_core.h.

◆ glLineWidth()

void QOpenGLFunctions_3_3_Core::glLineWidth ( GLfloat  width)
inline

Definition at line 589 of file qopenglfunctions_3_3_core.h.

◆ glLinkProgram()

void QOpenGLFunctions_3_3_Core::glLinkProgram ( GLuint  program)
inline

Definition at line 1006 of file qopenglfunctions_3_3_core.h.

◆ glLogicOp()

void QOpenGLFunctions_3_3_Core::glLogicOp ( GLenum  opcode)
inline

Definition at line 474 of file qopenglfunctions_3_3_core.h.

References opcode.

◆ glMapBuffer()

GLvoid * QOpenGLFunctions_3_3_Core::glMapBuffer ( GLenum  target,
GLenum  access 
)
inline

Definition at line 809 of file qopenglfunctions_3_3_core.h.

◆ glMapBufferRange()

GLvoid * QOpenGLFunctions_3_3_Core::glMapBufferRange ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length,
GLbitfield  access 
)
inline

Definition at line 1235 of file qopenglfunctions_3_3_core.h.

◆ glMultiDrawArrays()

void QOpenGLFunctions_3_3_Core::glMultiDrawArrays ( GLenum  mode,
const GLint first,
const GLsizei count,
GLsizei  drawcount 
)
inline

Definition at line 782 of file qopenglfunctions_3_3_core.h.

◆ glMultiDrawElements()

void QOpenGLFunctions_3_3_Core::glMultiDrawElements ( GLenum  mode,
const GLsizei count,
GLenum  type,
const GLvoid *const *  indices,
GLsizei  drawcount 
)
inline

Definition at line 777 of file qopenglfunctions_3_3_core.h.

◆ glMultiDrawElementsBaseVertex()

void QOpenGLFunctions_3_3_Core::glMultiDrawElementsBaseVertex ( GLenum  mode,
const GLsizei count,
GLenum  type,
const GLvoid *const *  indices,
GLsizei  drawcount,
const GLint basevertex 
)
inline

Definition at line 1654 of file qopenglfunctions_3_3_core.h.

◆ glPixelStoref()

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

Definition at line 454 of file qopenglfunctions_3_3_core.h.

◆ glPixelStorei()

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

Definition at line 449 of file qopenglfunctions_3_3_core.h.

◆ glPointParameterf()

void QOpenGLFunctions_3_3_Core::glPointParameterf ( GLenum  pname,
GLfloat  param 
)
inline

Definition at line 772 of file qopenglfunctions_3_3_core.h.

◆ glPointParameterfv()

void QOpenGLFunctions_3_3_Core::glPointParameterfv ( GLenum  pname,
const GLfloat params 
)
inline

Definition at line 767 of file qopenglfunctions_3_3_core.h.

◆ glPointParameteri()

void QOpenGLFunctions_3_3_Core::glPointParameteri ( GLenum  pname,
GLint  param 
)
inline

Definition at line 762 of file qopenglfunctions_3_3_core.h.

◆ glPointParameteriv()

void QOpenGLFunctions_3_3_Core::glPointParameteriv ( GLenum  pname,
const GLint params 
)
inline

Definition at line 757 of file qopenglfunctions_3_3_core.h.

◆ glPointSize()

void QOpenGLFunctions_3_3_Core::glPointSize ( GLfloat  size)
inline

Definition at line 584 of file qopenglfunctions_3_3_core.h.

◆ glPolygonMode()

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

Definition at line 579 of file qopenglfunctions_3_3_core.h.

◆ glPolygonOffset()

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

Definition at line 661 of file qopenglfunctions_3_3_core.h.

◆ glPrimitiveRestartIndex()

void QOpenGLFunctions_3_3_Core::glPrimitiveRestartIndex ( GLuint  index)
inline

Definition at line 1572 of file qopenglfunctions_3_3_core.h.

◆ glProvokingVertex()

void QOpenGLFunctions_3_3_Core::glProvokingVertex ( GLenum  mode)
inline

Definition at line 1649 of file qopenglfunctions_3_3_core.h.

◆ glQueryCounter()

void QOpenGLFunctions_3_3_Core::glQueryCounter ( GLuint  id,
GLenum  target 
)
inline

Definition at line 1741 of file qopenglfunctions_3_3_core.h.

◆ glReadBuffer()

void QOpenGLFunctions_3_3_Core::glReadBuffer ( GLenum  mode)
inline

Definition at line 444 of file qopenglfunctions_3_3_core.h.

◆ glReadPixels()

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

Definition at line 439 of file qopenglfunctions_3_3_core.h.

◆ glRenderbufferStorage()

void QOpenGLFunctions_3_3_Core::glRenderbufferStorage ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
)
inline

Definition at line 1315 of file qopenglfunctions_3_3_core.h.

◆ glRenderbufferStorageMultisample()

void QOpenGLFunctions_3_3_Core::glRenderbufferStorageMultisample ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
)
inline

Definition at line 1245 of file qopenglfunctions_3_3_core.h.

◆ glSampleCoverage()

void QOpenGLFunctions_3_3_Core::glSampleCoverage ( GLfloat  value,
GLboolean  invert 
)
inline

Definition at line 745 of file qopenglfunctions_3_3_core.h.

◆ glSampleMaski()

void QOpenGLFunctions_3_3_Core::glSampleMaski ( GLuint  index,
GLbitfield  mask 
)
inline

Definition at line 1594 of file qopenglfunctions_3_3_core.h.

◆ glSamplerParameterf()

void QOpenGLFunctions_3_3_Core::glSamplerParameterf ( GLuint  sampler,
GLenum  pname,
GLfloat  param 
)
inline

Definition at line 1781 of file qopenglfunctions_3_3_core.h.

◆ glSamplerParameterfv()

void QOpenGLFunctions_3_3_Core::glSamplerParameterfv ( GLuint  sampler,
GLenum  pname,
const GLfloat param 
)
inline

Definition at line 1776 of file qopenglfunctions_3_3_core.h.

◆ glSamplerParameteri()

void QOpenGLFunctions_3_3_Core::glSamplerParameteri ( GLuint  sampler,
GLenum  pname,
GLint  param 
)
inline

Definition at line 1791 of file qopenglfunctions_3_3_core.h.

◆ glSamplerParameterIiv()

void QOpenGLFunctions_3_3_Core::glSamplerParameterIiv ( GLuint  sampler,
GLenum  pname,
const GLint param 
)
inline

Definition at line 1771 of file qopenglfunctions_3_3_core.h.

◆ glSamplerParameterIuiv()

void QOpenGLFunctions_3_3_Core::glSamplerParameterIuiv ( GLuint  sampler,
GLenum  pname,
const GLuint param 
)
inline

Definition at line 1766 of file qopenglfunctions_3_3_core.h.

◆ glSamplerParameteriv()

void QOpenGLFunctions_3_3_Core::glSamplerParameteriv ( GLuint  sampler,
GLenum  pname,
const GLint param 
)
inline

Definition at line 1786 of file qopenglfunctions_3_3_core.h.

◆ glScissor()

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

Definition at line 574 of file qopenglfunctions_3_3_core.h.

◆ glShaderSource()

void QOpenGLFunctions_3_3_Core::glShaderSource ( GLuint  shader,
GLsizei  count,
const GLchar *const *  string,
const GLint length 
)
inline

Definition at line 1001 of file qopenglfunctions_3_3_core.h.

◆ glStencilFunc()

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

Definition at line 469 of file qopenglfunctions_3_3_core.h.

◆ glStencilFuncSeparate()

void QOpenGLFunctions_3_3_Core::glStencilFuncSeparate ( GLenum  face,
GLenum  func,
GLint  ref,
GLuint  mask 
)
inline

Definition at line 1156 of file qopenglfunctions_3_3_core.h.

◆ glStencilMask()

void QOpenGLFunctions_3_3_Core::glStencilMask ( GLuint  mask)
inline

Definition at line 514 of file qopenglfunctions_3_3_core.h.

◆ glStencilMaskSeparate()

void QOpenGLFunctions_3_3_Core::glStencilMaskSeparate ( GLenum  face,
GLuint  mask 
)
inline

Definition at line 1151 of file qopenglfunctions_3_3_core.h.

◆ glStencilOp()

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

Definition at line 464 of file qopenglfunctions_3_3_core.h.

◆ glStencilOpSeparate()

void QOpenGLFunctions_3_3_Core::glStencilOpSeparate ( GLenum  face,
GLenum  sfail,
GLenum  dpfail,
GLenum  dppass 
)
inline

Definition at line 1161 of file qopenglfunctions_3_3_core.h.

◆ glTexBuffer()

void QOpenGLFunctions_3_3_Core::glTexBuffer ( GLenum  target,
GLenum  internalformat,
GLuint  buffer 
)
inline

Definition at line 1577 of file qopenglfunctions_3_3_core.h.

◆ glTexImage1D()

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

Definition at line 549 of file qopenglfunctions_3_3_core.h.

◆ glTexImage2D()

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

Definition at line 544 of file qopenglfunctions_3_3_core.h.

◆ glTexImage2DMultisample()

void QOpenGLFunctions_3_3_Core::glTexImage2DMultisample ( GLenum  target,
GLsizei  samples,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedsamplelocations 
)
inline

Definition at line 1609 of file qopenglfunctions_3_3_core.h.

◆ glTexImage3D()

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

Definition at line 688 of file qopenglfunctions_3_3_core.h.

◆ glTexImage3DMultisample()

void QOpenGLFunctions_3_3_Core::glTexImage3DMultisample ( GLenum  target,
GLsizei  samples,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedsamplelocations 
)
inline

Definition at line 1604 of file qopenglfunctions_3_3_core.h.

◆ glTexParameterf()

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

Definition at line 569 of file qopenglfunctions_3_3_core.h.

◆ glTexParameterfv()

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

Definition at line 564 of file qopenglfunctions_3_3_core.h.

◆ glTexParameteri()

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

Definition at line 559 of file qopenglfunctions_3_3_core.h.

◆ glTexParameterIiv()

void QOpenGLFunctions_3_3_Core::glTexParameterIiv ( GLenum  target,
GLenum  pname,
const GLint params 
)
inline

Definition at line 1380 of file qopenglfunctions_3_3_core.h.

◆ glTexParameterIuiv()

void QOpenGLFunctions_3_3_Core::glTexParameterIuiv ( GLenum  target,
GLenum  pname,
const GLuint params 
)
inline

Definition at line 1375 of file qopenglfunctions_3_3_core.h.

◆ glTexParameteriv()

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

Definition at line 554 of file qopenglfunctions_3_3_core.h.

◆ glTexSubImage1D()

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

Definition at line 636 of file qopenglfunctions_3_3_core.h.

◆ glTexSubImage2D()

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

Definition at line 631 of file qopenglfunctions_3_3_core.h.

◆ glTexSubImage3D()

void QOpenGLFunctions_3_3_Core::glTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid *  pixels 
)
inline

Definition at line 683 of file qopenglfunctions_3_3_core.h.

◆ glTransformFeedbackVaryings()

void QOpenGLFunctions_3_3_Core::glTransformFeedbackVaryings ( GLuint  program,
GLsizei  count,
const GLchar *const *  varyings,
GLenum  bufferMode 
)
inline

Definition at line 1475 of file qopenglfunctions_3_3_core.h.

◆ glUniform1f()

void QOpenGLFunctions_3_3_Core::glUniform1f ( GLint  location,
GLfloat  v0 
)
inline

Definition at line 991 of file qopenglfunctions_3_3_core.h.

◆ glUniform1fv()

void QOpenGLFunctions_3_3_Core::glUniform1fv ( GLint  location,
GLsizei  count,
const GLfloat value 
)
inline

Definition at line 951 of file qopenglfunctions_3_3_core.h.

◆ glUniform1i()

void QOpenGLFunctions_3_3_Core::glUniform1i ( GLint  location,
GLint  v0 
)
inline

Definition at line 971 of file qopenglfunctions_3_3_core.h.

◆ glUniform1iv()

void QOpenGLFunctions_3_3_Core::glUniform1iv ( GLint  location,
GLsizei  count,
const GLint value 
)
inline

Definition at line 931 of file qopenglfunctions_3_3_core.h.

◆ glUniform1ui()

void QOpenGLFunctions_3_3_Core::glUniform1ui ( GLint  location,
GLuint  v0 
)
inline

Definition at line 1420 of file qopenglfunctions_3_3_core.h.

◆ glUniform1uiv()

void QOpenGLFunctions_3_3_Core::glUniform1uiv ( GLint  location,
GLsizei  count,
const GLuint value 
)
inline

Definition at line 1400 of file qopenglfunctions_3_3_core.h.

◆ glUniform2f()

void QOpenGLFunctions_3_3_Core::glUniform2f ( GLint  location,
GLfloat  v0,
GLfloat  v1 
)
inline

Definition at line 986 of file qopenglfunctions_3_3_core.h.

◆ glUniform2fv()

void QOpenGLFunctions_3_3_Core::glUniform2fv ( GLint  location,
GLsizei  count,
const GLfloat value 
)
inline

Definition at line 946 of file qopenglfunctions_3_3_core.h.

◆ glUniform2i()

void QOpenGLFunctions_3_3_Core::glUniform2i ( GLint  location,
GLint  v0,
GLint  v1 
)
inline

Definition at line 966 of file qopenglfunctions_3_3_core.h.

◆ glUniform2iv()

void QOpenGLFunctions_3_3_Core::glUniform2iv ( GLint  location,
GLsizei  count,
const GLint value 
)
inline

Definition at line 926 of file qopenglfunctions_3_3_core.h.

◆ glUniform2ui()

void QOpenGLFunctions_3_3_Core::glUniform2ui ( GLint  location,
GLuint  v0,
GLuint  v1 
)
inline

Definition at line 1415 of file qopenglfunctions_3_3_core.h.

◆ glUniform2uiv()

void QOpenGLFunctions_3_3_Core::glUniform2uiv ( GLint  location,
GLsizei  count,
const GLuint value 
)
inline

Definition at line 1395 of file qopenglfunctions_3_3_core.h.

◆ glUniform3f()

void QOpenGLFunctions_3_3_Core::glUniform3f ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2 
)
inline

Definition at line 981 of file qopenglfunctions_3_3_core.h.

◆ glUniform3fv()

void QOpenGLFunctions_3_3_Core::glUniform3fv ( GLint  location,
GLsizei  count,
const GLfloat value 
)
inline

Definition at line 941 of file qopenglfunctions_3_3_core.h.

◆ glUniform3i()

void QOpenGLFunctions_3_3_Core::glUniform3i ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2 
)
inline

Definition at line 961 of file qopenglfunctions_3_3_core.h.

◆ glUniform3iv()

void QOpenGLFunctions_3_3_Core::glUniform3iv ( GLint  location,
GLsizei  count,
const GLint value 
)
inline

Definition at line 921 of file qopenglfunctions_3_3_core.h.

◆ glUniform3ui()

void QOpenGLFunctions_3_3_Core::glUniform3ui ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2 
)
inline

Definition at line 1410 of file qopenglfunctions_3_3_core.h.

◆ glUniform3uiv()

void QOpenGLFunctions_3_3_Core::glUniform3uiv ( GLint  location,
GLsizei  count,
const GLuint value 
)
inline

Definition at line 1390 of file qopenglfunctions_3_3_core.h.

◆ glUniform4f()

void QOpenGLFunctions_3_3_Core::glUniform4f ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2,
GLfloat  v3 
)
inline

Definition at line 976 of file qopenglfunctions_3_3_core.h.

◆ glUniform4fv()

void QOpenGLFunctions_3_3_Core::glUniform4fv ( GLint  location,
GLsizei  count,
const GLfloat value 
)
inline

Definition at line 936 of file qopenglfunctions_3_3_core.h.

◆ glUniform4i()

void QOpenGLFunctions_3_3_Core::glUniform4i ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2,
GLint  v3 
)
inline

Definition at line 956 of file qopenglfunctions_3_3_core.h.

◆ glUniform4iv()

void QOpenGLFunctions_3_3_Core::glUniform4iv ( GLint  location,
GLsizei  count,
const GLint value 
)
inline

Definition at line 916 of file qopenglfunctions_3_3_core.h.

◆ glUniform4ui()

void QOpenGLFunctions_3_3_Core::glUniform4ui ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2,
GLuint  v3 
)
inline

Definition at line 1405 of file qopenglfunctions_3_3_core.h.

◆ glUniform4uiv()

void QOpenGLFunctions_3_3_Core::glUniform4uiv ( GLint  location,
GLsizei  count,
const GLuint value 
)
inline

Definition at line 1385 of file qopenglfunctions_3_3_core.h.

◆ glUniformBlockBinding()

void QOpenGLFunctions_3_3_Core::glUniformBlockBinding ( GLuint  program,
GLuint  uniformBlockIndex,
GLuint  uniformBlockBinding 
)
inline

Definition at line 1537 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix2fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 911 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix2x3fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix2x3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 1203 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix2x4fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix2x4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 1193 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix3fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 906 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix3x2fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix3x2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 1198 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix3x4fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix3x4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 1183 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix4fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 901 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix4x2fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix4x2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 1188 of file qopenglfunctions_3_3_core.h.

◆ glUniformMatrix4x3fv()

void QOpenGLFunctions_3_3_Core::glUniformMatrix4x3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
)
inline

Definition at line 1178 of file qopenglfunctions_3_3_core.h.

◆ glUnmapBuffer()

GLboolean QOpenGLFunctions_3_3_Core::glUnmapBuffer ( GLenum  target)
inline

Definition at line 804 of file qopenglfunctions_3_3_core.h.

◆ glUseProgram()

void QOpenGLFunctions_3_3_Core::glUseProgram ( GLuint  program)
inline

Definition at line 996 of file qopenglfunctions_3_3_core.h.

◆ glValidateProgram()

void QOpenGLFunctions_3_3_Core::glValidateProgram ( GLuint  program)
inline

Definition at line 896 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribDivisor()

void QOpenGLFunctions_3_3_Core::glVertexAttribDivisor ( GLuint  index,
GLuint  divisor 
)
inline

Definition at line 1826 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribIPointer()

void QOpenGLFunctions_3_3_Core::glVertexAttribIPointer ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 1450 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribP1ui()

void QOpenGLFunctions_3_3_Core::glVertexAttribP1ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
)
inline

Definition at line 1726 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribP1uiv()

void QOpenGLFunctions_3_3_Core::glVertexAttribP1uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
)
inline

Definition at line 1721 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribP2ui()

void QOpenGLFunctions_3_3_Core::glVertexAttribP2ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
)
inline

Definition at line 1716 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribP2uiv()

void QOpenGLFunctions_3_3_Core::glVertexAttribP2uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
)
inline

Definition at line 1711 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribP3ui()

void QOpenGLFunctions_3_3_Core::glVertexAttribP3ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
)
inline

Definition at line 1706 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribP3uiv()

void QOpenGLFunctions_3_3_Core::glVertexAttribP3uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
)
inline

Definition at line 1701 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribP4ui()

void QOpenGLFunctions_3_3_Core::glVertexAttribP4ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
)
inline

Definition at line 1696 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribP4uiv()

void QOpenGLFunctions_3_3_Core::glVertexAttribP4uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
)
inline

Definition at line 1691 of file qopenglfunctions_3_3_core.h.

◆ glVertexAttribPointer()

void QOpenGLFunctions_3_3_Core::glVertexAttribPointer ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
const GLvoid *  pointer 
)
inline

Definition at line 891 of file qopenglfunctions_3_3_core.h.

◆ glViewport()

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

Definition at line 369 of file qopenglfunctions_3_3_core.h.

◆ glWaitSync()

void QOpenGLFunctions_3_3_Core::glWaitSync ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
)
inline

Definition at line 1624 of file qopenglfunctions_3_3_core.h.

◆ initializeOpenGLFunctions()

Friends And Related Symbol Documentation

◆ QOpenGLVersionFunctionsFactory

friend class QOpenGLVersionFunctionsFactory
friend

Definition at line 349 of file qopenglfunctions_3_3_core.h.


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