QOpenGLFunctions_4_5_Core Class

QOpenGLFunctions_4_5_Core class provides all functions for OpenGL 4.5 core profile. 更多...

头: #include <QOpenGLFunctions_4_5_Core>
qmake: QT += gui
Since: Qt 5.5
继承: QAbstractOpenGLFunctions

公共函数

QOpenGLFunctions_4_5_Core ()
~QOpenGLFunctions_4_5_Core ()
void glActiveShaderProgram (GLuint pipeline , GLuint program )
void glActiveTexture (GLenum texture )
void glAttachShader (GLuint program , GLuint shader )
void glBeginConditionalRender (GLuint id , GLenum mode )
void glBeginQuery (GLenum target , GLuint id )
void glBeginQueryIndexed (GLenum target , GLuint index , GLuint id )
void glBeginTransformFeedback (GLenum primitiveMode )
void glBindAttribLocation (GLuint program , GLuint index , const GLchar * name )
void glBindBuffer (GLenum target , GLuint buffer )
void glBindBufferBase (GLenum target , GLuint index , GLuint buffer )
void glBindBufferRange (GLenum target , GLuint index , GLuint buffer , GLintptr offset , GLsizeiptr size )
void glBindBuffersBase (GLenum target , GLuint first , GLsizei count , const GLuint * buffers )
void glBindBuffersRange (GLenum target , GLuint first , GLsizei count , const GLuint * buffers , const GLintptr * offsets , const GLsizeiptr * sizes )
void glBindFragDataLocation (GLuint program , GLuint color , const GLchar * name )
void glBindFragDataLocationIndexed (GLuint program , GLuint colorNumber , GLuint index , const GLchar * name )
void glBindFramebuffer (GLenum target , GLuint framebuffer )
void glBindImageTexture (GLuint unit , GLuint texture , GLint level , GLboolean layered , GLint layer , GLenum access , GLenum format )
void glBindImageTextures (GLuint first , GLsizei count , const GLuint * textures )
void glBindProgramPipeline (GLuint pipeline )
void glBindRenderbuffer (GLenum target , GLuint renderbuffer )
void glBindSampler (GLuint unit , GLuint sampler )
void glBindSamplers (GLuint first , GLsizei count , const GLuint * samplers )
void glBindTexture (GLenum target , GLuint texture )
void glBindTextureUnit (GLuint unit , GLuint texture )
void glBindTextures (GLuint first , GLsizei count , const GLuint * textures )
void glBindTransformFeedback (GLenum target , GLuint id )
void glBindVertexArray (GLuint array )
void glBindVertexBuffer (GLuint bindingindex , GLuint buffer , GLintptr offset , GLsizei stride )
void glBindVertexBuffers (GLuint first , GLsizei count , const GLuint * buffers , const GLintptr * offsets , const GLsizei * strides )
void glBlendColor (GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha )
void glBlendEquation (GLenum mode )
void glBlendEquationSeparate (GLenum modeRGB , GLenum modeAlpha )
void glBlendEquationSeparatei (GLuint buf , GLenum modeRGB , GLenum modeAlpha )
void glBlendEquationi (GLuint buf , GLenum mode )
void glBlendFunc (GLenum sfactor , GLenum dfactor )
void glBlendFuncSeparate (GLenum sfactorRGB , GLenum dfactorRGB , GLenum sfactorAlpha , GLenum dfactorAlpha )
void glBlendFuncSeparatei (GLuint buf , GLenum srcRGB , GLenum dstRGB , GLenum srcAlpha , GLenum dstAlpha )
void glBlendFunci (GLuint buf , GLenum src , GLenum dst )
void glBlitFramebuffer (GLint srcX0 , GLint srcY0 , GLint srcX1 , GLint srcY1 , GLint dstX0 , GLint dstY0 , GLint dstX1 , GLint dstY1 , GLbitfield mask , GLenum filter )
void glBlitNamedFramebuffer (GLuint readFramebuffer , GLuint drawFramebuffer , GLint srcX0 , GLint srcY0 , GLint srcX1 , GLint srcY1 , GLint dstX0 , GLint dstY0 , GLint dstX1 , GLint dstY1 , GLbitfield mask , GLenum filter )
void glBufferData (GLenum target , GLsizeiptr size , const void * data , GLenum usage )
void glBufferStorage (GLenum target , GLsizeiptr size , const void * data , GLbitfield flags )
void glBufferSubData (GLenum target , GLintptr offset , GLsizeiptr size , const void * data )
GLenum glCheckFramebufferStatus (GLenum target )
GLenum glCheckNamedFramebufferStatus (GLuint framebuffer , GLenum target )
void glClampColor (GLenum target , GLenum clamp )
void glClear (GLbitfield mask )
void glClearBufferData (GLenum target , GLenum internalformat , GLenum format , GLenum type , const void * data )
void glClearBufferSubData (GLenum target , GLenum internalformat , GLintptr offset , GLsizeiptr size , GLenum format , GLenum type , const void * data )
void glClearBufferfi (GLenum buffer , GLint drawbuffer , GLfloat depth , GLint stencil )
void glClearBufferfv (GLenum buffer , GLint drawbuffer , const GLfloat * value )
void glClearBufferiv (GLenum buffer , GLint drawbuffer , const GLint * value )
void glClearBufferuiv (GLenum buffer , GLint drawbuffer , const GLuint * value )
void glClearColor (GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha )
void glClearDepth (GLdouble depth )
void glClearDepthf (GLfloat dd )
void glClearNamedBufferData (GLuint buffer , GLenum internalformat , GLenum format , GLenum type , const void * data )
void glClearNamedBufferSubData (GLuint buffer , GLenum internalformat , GLintptr offset , GLsizei size , GLenum format , GLenum type , const void * data )
void glClearNamedFramebufferfi (GLuint framebuffer , GLenum buffer , GLfloat depth , GLint stencil )
void glClearNamedFramebufferfv (GLuint framebuffer , GLenum buffer , GLint drawbuffer , const GLfloat * value )
void glClearNamedFramebufferiv (GLuint framebuffer , GLenum buffer , GLint drawbuffer , const GLint * value )
void glClearNamedFramebufferuiv (GLuint framebuffer , GLenum buffer , GLint drawbuffer , const GLuint * value )
void glClearStencil (GLint s )
void glClearTexImage (GLuint texture , GLint level , GLenum format , GLenum type , const void * data )
void glClearTexSubImage (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data )
GLenum glClientWaitSync (GLsync sync , GLbitfield flags , GLuint64 timeout )
void glClipControl (GLenum origin , GLenum depth )
void glColorMask (GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha )
void glColorMaski (GLuint index , GLboolean r , GLboolean g , GLboolean b , GLboolean a )
void glCompileShader (GLuint shader )
void glCompressedTexImage1D (GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const void * data )
void glCompressedTexImage2D (GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const void * data )
void glCompressedTexImage3D (GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const void * data )
void glCompressedTexSubImage1D (GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data )
void glCompressedTexSubImage2D (GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data )
void glCompressedTexSubImage3D (GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const void * data )
void glCompressedTextureSubImage1D (GLuint texture , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data )
void glCompressedTextureSubImage2D (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data )
void glCompressedTextureSubImage3D (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const void * data )
void glCopyBufferSubData (GLenum readTarget , GLenum writeTarget , GLintptr readOffset , GLintptr writeOffset , GLsizeiptr size )
void glCopyImageSubData (GLuint srcName , GLenum srcTarget , GLint srcLevel , GLint srcX , GLint srcY , GLint srcZ , GLuint dstName , GLenum dstTarget , GLint dstLevel , GLint dstX , GLint dstY , GLint dstZ , GLsizei srcWidth , GLsizei srcHeight , GLsizei srcDepth )
void glCopyNamedBufferSubData (GLuint readBuffer , GLuint writeBuffer , GLintptr readOffset , GLintptr writeOffset , GLsizei size )
void glCopyTexImage1D (GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border )
void glCopyTexImage2D (GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border )
void glCopyTexSubImage1D (GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width )
void glCopyTexSubImage2D (GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height )
void glCopyTexSubImage3D (GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height )
void glCopyTextureSubImage1D (GLuint texture , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width )
void glCopyTextureSubImage2D (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height )
void glCopyTextureSubImage3D (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height )
void glCreateBuffers (GLsizei n , GLuint * buffers )
void glCreateFramebuffers (GLsizei n , GLuint * framebuffers )
GLuint glCreateProgram ()
void glCreateProgramPipelines (GLsizei n , GLuint * pipelines )
void glCreateQueries (GLenum target , GLsizei n , GLuint * ids )
void glCreateRenderbuffers (GLsizei n , GLuint * renderbuffers )
void glCreateSamplers (GLsizei n , GLuint * samplers )
GLuint glCreateShader (GLenum type )
GLuint glCreateShaderProgramv (GLenum type , GLsizei count , const GLchar * const * strings )
void glCreateTextures (GLenum target , GLsizei n , GLuint * textures )
void glCreateTransformFeedbacks (GLsizei n , GLuint * ids )
void glCreateVertexArrays (GLsizei n , GLuint * arrays )
void glCullFace (GLenum mode )
void glDebugMessageCallback (GLDEBUGPROC callback , const void * userParam )
void glDebugMessageControl (GLenum source , GLenum type , GLenum severity , GLsizei count , const GLuint * ids , GLboolean enabled )
void glDebugMessageInsert (GLenum source , GLenum type , GLuint id , GLenum severity , GLsizei length , const GLchar * buf )
void glDeleteBuffers (GLsizei n , const GLuint * buffers )
void glDeleteFramebuffers (GLsizei n , const GLuint * framebuffers )
void glDeleteProgram (GLuint program )
void glDeleteProgramPipelines (GLsizei n , const GLuint * pipelines )
void glDeleteQueries (GLsizei n , const GLuint * ids )
void glDeleteRenderbuffers (GLsizei n , const GLuint * renderbuffers )
void glDeleteSamplers (GLsizei count , const GLuint * samplers )
void glDeleteShader (GLuint shader )
void glDeleteSync (GLsync sync )
void glDeleteTextures (GLsizei n , const GLuint * textures )
void glDeleteTransformFeedbacks (GLsizei n , const GLuint * ids )
void glDeleteVertexArrays (GLsizei n , const GLuint * arrays )
void glDepthFunc (GLenum func )
void glDepthMask (GLboolean flag )
void glDepthRange (GLdouble nearVal , GLdouble farVal )
void glDepthRangeArrayv (GLuint first , GLsizei count , const GLdouble * v )
void glDepthRangeIndexed (GLuint index , GLdouble n , GLdouble f )
void glDepthRangef (GLfloat n , GLfloat f )
void glDetachShader (GLuint program , GLuint shader )
void glDisable (GLenum cap )
void glDisableVertexArrayAttrib (GLuint vaobj , GLuint index )
void glDisableVertexAttribArray (GLuint index )
void glDisablei (GLenum target , GLuint index )
void glDispatchCompute (GLuint num_groups_x , GLuint num_groups_y , GLuint num_groups_z )
void glDispatchComputeIndirect (GLintptr indirect )
void glDrawArrays (GLenum mode , GLint first , GLsizei count )
void glDrawArraysIndirect (GLenum mode , const void * indirect )
void glDrawArraysInstanced (GLenum mode , GLint first , GLsizei count , GLsizei instancecount )
void glDrawArraysInstancedBaseInstance (GLenum mode , GLint first , GLsizei count , GLsizei instancecount , GLuint baseinstance )
void glDrawBuffer (GLenum buf )
void glDrawBuffers (GLsizei n , const GLenum * bufs )
void glDrawElements (GLenum mode , GLsizei count , GLenum type , const void * indices )
void glDrawElementsBaseVertex (GLenum mode , GLsizei count , GLenum type , const void * indices , GLint basevertex )
void glDrawElementsIndirect (GLenum mode , GLenum type , const void * indirect )
void glDrawElementsInstanced (GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei instancecount )
void glDrawElementsInstancedBaseInstance (GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei instancecount , GLuint baseinstance )
void glDrawElementsInstancedBaseVertex (GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei instancecount , GLint basevertex )
void glDrawElementsInstancedBaseVertexBaseInstance (GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei instancecount , GLint basevertex , GLuint baseinstance )
void glDrawRangeElements (GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const void * indices )
void glDrawRangeElementsBaseVertex (GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const void * indices , GLint basevertex )
void glDrawTransformFeedback (GLenum mode , GLuint id )
void glDrawTransformFeedbackInstanced (GLenum mode , GLuint id , GLsizei instancecount )
void glDrawTransformFeedbackStream (GLenum mode , GLuint id , GLuint stream )
void glDrawTransformFeedbackStreamInstanced (GLenum mode , GLuint id , GLuint stream , GLsizei instancecount )
void glEnable (GLenum cap )
void glEnableVertexArrayAttrib (GLuint vaobj , GLuint index )
void glEnableVertexAttribArray (GLuint index )
void glEnablei (GLenum target , GLuint index )
void glEndConditionalRender ()
void glEndQuery (GLenum target )
void glEndQueryIndexed (GLenum target , GLuint index )
void glEndTransformFeedback ()
GLsync glFenceSync (GLenum condition , GLbitfield flags )
void glFinish ()
void glFlush ()
void glFlushMappedBufferRange (GLenum target , GLintptr offset , GLsizeiptr length )
void glFlushMappedNamedBufferRange (GLuint buffer , GLintptr offset , GLsizei length )
void glFramebufferParameteri (GLenum target , GLenum pname , GLint param )
void glFramebufferRenderbuffer (GLenum target , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer )
void glFramebufferTexture (GLenum target , GLenum attachment , GLuint texture , GLint level )
void glFramebufferTexture1D (GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level )
void glFramebufferTexture2D (GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level )
void glFramebufferTexture3D (GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level , GLint zoffset )
void glFramebufferTextureLayer (GLenum target , GLenum attachment , GLuint texture , GLint level , GLint layer )
void glFrontFace (GLenum mode )
void glGenBuffers (GLsizei n , GLuint * buffers )
void glGenFramebuffers (GLsizei n , GLuint * framebuffers )
void glGenProgramPipelines (GLsizei n , GLuint * pipelines )
void glGenQueries (GLsizei n , GLuint * ids )
void glGenRenderbuffers (GLsizei n , GLuint * renderbuffers )
void glGenSamplers (GLsizei count , GLuint * samplers )
void glGenTextures (GLsizei n , GLuint * textures )
void glGenTransformFeedbacks (GLsizei n , GLuint * ids )
void glGenVertexArrays (GLsizei n , GLuint * arrays )
void glGenerateMipmap (GLenum target )
void glGenerateTextureMipmap (GLuint texture )
void glGetActiveAtomicCounterBufferiv (GLuint program , GLuint bufferIndex , GLenum pname , GLint * params )
void glGetActiveAttrib (GLuint program , GLuint index , GLsizei bufSize , GLsizei * length , GLint * size , GLenum * type , GLchar * name )
void glGetActiveSubroutineName (GLuint program , GLenum shadertype , GLuint index , GLsizei bufsize , GLsizei * length , GLchar * name )
void glGetActiveSubroutineUniformName (GLuint program , GLenum shadertype , GLuint index , GLsizei bufsize , GLsizei * length , GLchar * name )
void glGetActiveSubroutineUniformiv (GLuint program , GLenum shadertype , GLuint index , GLenum pname , GLint * values )
void glGetActiveUniform (GLuint program , GLuint index , GLsizei bufSize , GLsizei * length , GLint * size , GLenum * type , GLchar * name )
void glGetActiveUniformBlockName (GLuint program , GLuint uniformBlockIndex , GLsizei bufSize , GLsizei * length , GLchar * uniformBlockName )
void glGetActiveUniformBlockiv (GLuint program , GLuint uniformBlockIndex , GLenum pname , GLint * params )
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 glGetAttachedShaders (GLuint program , GLsizei maxCount , GLsizei * count , GLuint * shaders )
GLint glGetAttribLocation (GLuint program , const GLchar * name )
void glGetBooleani_v (GLenum target , GLuint index , GLboolean * data )
void glGetBooleanv (GLenum pname , GLboolean * data )
void glGetBufferParameteri64v (GLenum target , GLenum pname , GLint64 * params )
void glGetBufferParameteriv (GLenum target , GLenum pname , GLint * params )
void glGetBufferPointerv (GLenum target , GLenum pname , void ** params )
void glGetBufferSubData (GLenum target , GLintptr offset , GLsizeiptr size , void * data )
void glGetCompressedTexImage (GLenum target , GLint level , void * img )
void glGetCompressedTextureImage (GLuint texture , GLint level , GLsizei bufSize , void * pixels )
void glGetCompressedTextureSubImage (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLsizei bufSize , void * pixels )
GLuint glGetDebugMessageLog (GLuint count , GLsizei bufSize , GLenum * sources , GLenum * types , GLuint * ids , GLenum * severities , GLsizei * lengths , GLchar * messageLog )
void glGetDoublei_v (GLenum target , GLuint index , GLdouble * data )
void glGetDoublev (GLenum pname , GLdouble * data )
GLenum glGetError ()
void glGetFloati_v (GLenum target , GLuint index , GLfloat * data )
void glGetFloatv (GLenum pname , GLfloat * data )
GLint glGetFragDataIndex (GLuint program , const GLchar * name )
GLint glGetFragDataLocation (GLuint program , const GLchar * name )
void glGetFramebufferAttachmentParameteriv (GLenum target , GLenum attachment , GLenum pname , GLint * params )
void glGetFramebufferParameteriv (GLenum target , GLenum pname , GLint * params )
GLenum glGetGraphicsResetStatus ()
void glGetInteger64i_v (GLenum target , GLuint index , GLint64 * data )
void glGetInteger64v (GLenum pname , GLint64 * data )
void glGetIntegeri_v (GLenum target , GLuint index , GLint * data )
void glGetIntegerv (GLenum pname , GLint * data )
void glGetInternalformati64v (GLenum target , GLenum internalformat , GLenum pname , GLsizei bufSize , GLint64 * params )
void glGetInternalformativ (GLenum target , GLenum internalformat , GLenum pname , GLsizei bufSize , GLint * params )
void glGetMultisamplefv (GLenum pname , GLuint index , GLfloat * val )
void glGetNamedBufferParameteri64v (GLuint buffer , GLenum pname , GLint64 * params )
void glGetNamedBufferParameteriv (GLuint buffer , GLenum pname , GLint * params )
void glGetNamedBufferPointerv (GLuint buffer , GLenum pname , void ** params )
void glGetNamedBufferSubData (GLuint buffer , GLintptr offset , GLsizei size , void * data )
void glGetNamedFramebufferAttachmentParameteriv (GLuint framebuffer , GLenum attachment , GLenum pname , GLint * params )
void glGetNamedFramebufferParameteriv (GLuint framebuffer , GLenum pname , GLint * param )
void glGetNamedRenderbufferParameteriv (GLuint renderbuffer , GLenum pname , GLint * params )
void glGetObjectLabel (GLenum identifier , GLuint name , GLsizei bufSize , GLsizei * length , GLchar * label )
void glGetObjectPtrLabel (const void * ptr , GLsizei bufSize , GLsizei * length , GLchar * label )
void glGetProgramBinary (GLuint program , GLsizei bufSize , GLsizei * length , GLenum * binaryFormat , void * binary )
void glGetProgramInfoLog (GLuint program , GLsizei bufSize , GLsizei * length , GLchar * infoLog )
void glGetProgramInterfaceiv (GLuint program , GLenum programInterface , GLenum pname , GLint * params )
void glGetProgramPipelineInfoLog (GLuint pipeline , GLsizei bufSize , GLsizei * length , GLchar * infoLog )
void glGetProgramPipelineiv (GLuint pipeline , GLenum pname , GLint * params )
GLuint glGetProgramResourceIndex (GLuint program , GLenum programInterface , const GLchar * name )
GLint glGetProgramResourceLocation (GLuint program , GLenum programInterface , const GLchar * name )
GLint glGetProgramResourceLocationIndex (GLuint program , GLenum programInterface , const GLchar * name )
void glGetProgramResourceName (GLuint program , GLenum programInterface , GLuint index , GLsizei bufSize , GLsizei * length , GLchar * name )
void glGetProgramResourceiv (GLuint program , GLenum programInterface , GLuint index , GLsizei propCount , const GLenum * props , GLsizei bufSize , GLsizei * length , GLint * params )
void glGetProgramStageiv (GLuint program , GLenum shadertype , GLenum pname , GLint * values )
void glGetProgramiv (GLuint program , GLenum pname , GLint * params )
void glGetQueryIndexediv (GLenum target , GLuint index , GLenum pname , GLint * params )
void glGetQueryObjecti64v (GLuint id , GLenum pname , GLint64 * params )
void glGetQueryObjectiv (GLuint id , GLenum pname , GLint * params )
void glGetQueryObjectui64v (GLuint id , GLenum pname , GLuint64 * params )
void glGetQueryObjectuiv (GLuint id , GLenum pname , GLuint * params )
void glGetQueryiv (GLenum target , GLenum pname , GLint * params )
void glGetRenderbufferParameteriv (GLenum target , GLenum pname , GLint * params )
void glGetSamplerParameterIiv (GLuint sampler , GLenum pname , GLint * params )
void glGetSamplerParameterIuiv (GLuint sampler , GLenum pname , GLuint * params )
void glGetSamplerParameterfv (GLuint sampler , GLenum pname , GLfloat * params )
void glGetSamplerParameteriv (GLuint sampler , GLenum pname , GLint * params )
void glGetShaderInfoLog (GLuint shader , GLsizei bufSize , GLsizei * length , GLchar * infoLog )
void glGetShaderPrecisionFormat (GLenum shadertype , GLenum precisiontype , GLint * range , GLint * precision )
void glGetShaderSource (GLuint shader , GLsizei bufSize , GLsizei * length , GLchar * source )
void glGetShaderiv (GLuint shader , GLenum pname , GLint * params )
const GLubyte * glGetString (GLenum name )
const GLubyte * glGetStringi (GLenum name , GLuint index )
GLuint glGetSubroutineIndex (GLuint program , GLenum shadertype , const GLchar * name )
GLint glGetSubroutineUniformLocation (GLuint program , GLenum shadertype , const GLchar * name )
void glGetSynciv (GLsync sync , GLenum pname , GLsizei bufSize , GLsizei * length , GLint * values )
void glGetTexImage (GLenum target , GLint level , GLenum format , GLenum type , void * pixels )
void glGetTexLevelParameterfv (GLenum target , GLint level , GLenum pname , GLfloat * params )
void glGetTexLevelParameteriv (GLenum target , GLint level , GLenum pname , GLint * params )
void glGetTexParameterIiv (GLenum target , GLenum pname , GLint * params )
void glGetTexParameterIuiv (GLenum target , GLenum pname , GLuint * params )
void glGetTexParameterfv (GLenum target , GLenum pname , GLfloat * params )
void glGetTexParameteriv (GLenum target , GLenum pname , GLint * params )
void glGetTextureImage (GLuint texture , GLint level , GLenum format , GLenum type , GLsizei bufSize , void * pixels )
void glGetTextureLevelParameterfv (GLuint texture , GLint level , GLenum pname , GLfloat * params )
void glGetTextureLevelParameteriv (GLuint texture , GLint level , GLenum pname , GLint * params )
void glGetTextureParameterIiv (GLuint texture , GLenum pname , GLint * params )
void glGetTextureParameterIuiv (GLuint texture , GLenum pname , GLuint * params )
void glGetTextureParameterfv (GLuint texture , GLenum pname , GLfloat * params )
void glGetTextureParameteriv (GLuint texture , GLenum pname , GLint * params )
void glGetTextureSubImage (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLsizei bufSize , void * pixels )
void glGetTransformFeedbackVarying (GLuint program , GLuint index , GLsizei bufSize , GLsizei * length , GLsizei * size , GLenum * type , GLchar * name )
void glGetTransformFeedbacki64_v (GLuint xfb , GLenum pname , GLuint index , GLint64 * param )
void glGetTransformFeedbacki_v (GLuint xfb , GLenum pname , GLuint index , GLint * param )
void glGetTransformFeedbackiv (GLuint xfb , GLenum pname , GLint * param )
GLuint glGetUniformBlockIndex (GLuint program , const GLchar * uniformBlockName )
void glGetUniformIndices (GLuint program , GLsizei uniformCount , const GLchar * const * uniformNames , GLuint * uniformIndices )
GLint glGetUniformLocation (GLuint program , const GLchar * name )
void glGetUniformSubroutineuiv (GLenum shadertype , GLint location , GLuint * params )
void glGetUniformdv (GLuint program , GLint location , GLdouble * params )
void glGetUniformfv (GLuint program , GLint location , GLfloat * params )
void glGetUniformiv (GLuint program , GLint location , GLint * params )
void glGetUniformuiv (GLuint program , GLint location , GLuint * params )
void glGetVertexArrayIndexed64iv (GLuint vaobj , GLuint index , GLenum pname , GLint64 * param )
void glGetVertexArrayIndexediv (GLuint vaobj , GLuint index , GLenum pname , GLint * param )
void glGetVertexArrayiv (GLuint vaobj , GLenum pname , GLint * param )
void glGetVertexAttribIiv (GLuint index , GLenum pname , GLint * params )
void glGetVertexAttribIuiv (GLuint index , GLenum pname , GLuint * params )
void glGetVertexAttribLdv (GLuint index , GLenum pname , GLdouble * params )
void glGetVertexAttribPointerv (GLuint index , GLenum pname , void ** pointer )
void glGetVertexAttribdv (GLuint index , GLenum pname , GLdouble * params )
void glGetVertexAttribfv (GLuint index , GLenum pname , GLfloat * params )
void glGetVertexAttribiv (GLuint index , GLenum pname , GLint * params )
void glGetnCompressedTexImage (GLenum target , GLint lod , GLsizei bufSize , void * pixels )
void glGetnTexImage (GLenum target , GLint level , GLenum format , GLenum type , GLsizei bufSize , void * pixels )
void glGetnUniformdv (GLuint program , GLint location , GLsizei bufSize , GLdouble * params )
void glGetnUniformfv (GLuint program , GLint location , GLsizei bufSize , GLfloat * params )
void glGetnUniformiv (GLuint program , GLint location , GLsizei bufSize , GLint * params )
void glGetnUniformuiv (GLuint program , GLint location , GLsizei bufSize , GLuint * params )
void glHint (GLenum target , GLenum mode )
void glInvalidateBufferData (GLuint buffer )
void glInvalidateBufferSubData (GLuint buffer , GLintptr offset , GLsizeiptr length )
void glInvalidateFramebuffer (GLenum target , GLsizei numAttachments , const GLenum * attachments )
void glInvalidateNamedFramebufferData (GLuint framebuffer , GLsizei numAttachments , const GLenum * attachments )
void glInvalidateNamedFramebufferSubData (GLuint framebuffer , GLsizei numAttachments , const GLenum * attachments , GLint x , GLint y , GLsizei width , GLsizei height )
void glInvalidateSubFramebuffer (GLenum target , GLsizei numAttachments , const GLenum * attachments , GLint x , GLint y , GLsizei width , GLsizei height )
void glInvalidateTexImage (GLuint texture , GLint level )
void glInvalidateTexSubImage (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth )
GLboolean glIsBuffer (GLuint buffer )
GLboolean glIsEnabled (GLenum cap )
GLboolean glIsEnabledi (GLenum target , GLuint index )
GLboolean glIsFramebuffer (GLuint framebuffer )
GLboolean glIsProgram (GLuint program )
GLboolean glIsProgramPipeline (GLuint pipeline )
GLboolean glIsQuery (GLuint id )
GLboolean glIsRenderbuffer (GLuint renderbuffer )
GLboolean glIsSampler (GLuint sampler )
GLboolean glIsShader (GLuint shader )
GLboolean glIsSync (GLsync sync )
GLboolean glIsTexture (GLuint texture )
GLboolean glIsTransformFeedback (GLuint id )
GLboolean glIsVertexArray (GLuint array )
void glLineWidth (GLfloat width )
void glLinkProgram (GLuint program )
void glLogicOp (GLenum opcode )
void * glMapBuffer (GLenum target , GLenum access )
void * glMapBufferRange (GLenum target , GLintptr offset , GLsizeiptr length , GLbitfield access )
void * glMapNamedBuffer (GLuint buffer , GLenum access )
void * glMapNamedBufferRange (GLuint buffer , GLintptr offset , GLsizei length , GLbitfield access )
void glMemoryBarrier (GLbitfield barriers )
void glMemoryBarrierByRegion (GLbitfield barriers )
void glMinSampleShading (GLfloat value )
void glMultiDrawArrays (GLenum mode , const GLint * first , const GLsizei * count , GLsizei drawcount )
void glMultiDrawArraysIndirect (GLenum mode , const void * indirect , GLsizei drawcount , GLsizei stride )
void glMultiDrawElements (GLenum mode , const GLsizei * count , GLenum type , const void * const * indices , GLsizei drawcount )
void glMultiDrawElementsBaseVertex (GLenum mode , const GLsizei * count , GLenum type , const void * const * indices , GLsizei drawcount , const GLint * basevertex )
void glMultiDrawElementsIndirect (GLenum mode , GLenum type , const void * indirect , GLsizei drawcount , GLsizei stride )
void glNamedBufferData (GLuint buffer , GLsizei size , const void * data , GLenum usage )
void glNamedBufferStorage (GLuint buffer , GLsizei size , const void * data , GLbitfield flags )
void glNamedBufferSubData (GLuint buffer , GLintptr offset , GLsizei size , const void * data )
void glNamedFramebufferDrawBuffer (GLuint framebuffer , GLenum buf )
void glNamedFramebufferDrawBuffers (GLuint framebuffer , GLsizei n , const GLenum * bufs )
void glNamedFramebufferParameteri (GLuint framebuffer , GLenum pname , GLint param )
void glNamedFramebufferReadBuffer (GLuint framebuffer , GLenum src )
void glNamedFramebufferRenderbuffer (GLuint framebuffer , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer )
void glNamedFramebufferTexture (GLuint framebuffer , GLenum attachment , GLuint texture , GLint level )
void glNamedFramebufferTextureLayer (GLuint framebuffer , GLenum attachment , GLuint texture , GLint level , GLint layer )
void glNamedRenderbufferStorage (GLuint renderbuffer , GLenum internalformat , GLsizei width , GLsizei height )
void glNamedRenderbufferStorageMultisample (GLuint renderbuffer , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height )
void glObjectLabel (GLenum identifier , GLuint name , GLsizei length , const GLchar * label )
void glObjectPtrLabel (const void * ptr , GLsizei length , const GLchar * label )
void glPatchParameterfv (GLenum pname , const GLfloat * values )
void glPatchParameteri (GLenum pname , GLint value )
void glPauseTransformFeedback ()
void glPixelStoref (GLenum pname , GLfloat param )
void glPixelStorei (GLenum pname , GLint param )
void glPointParameterf (GLenum pname , GLfloat param )
void glPointParameterfv (GLenum pname , const GLfloat * params )
void glPointParameteri (GLenum pname , GLint param )
void glPointParameteriv (GLenum pname , const GLint * params )
void glPointSize (GLfloat size )
void glPolygonMode (GLenum face , GLenum mode )
void glPolygonOffset (GLfloat factor , GLfloat units )
void glPopDebugGroup ()
void glPrimitiveRestartIndex (GLuint index )
void glProgramBinary (GLuint program , GLenum binaryFormat , const void * binary , GLsizei length )
void glProgramParameteri (GLuint program , GLenum pname , GLint value )
void glProgramUniform1d (GLuint program , GLint location , GLdouble v0 )
void glProgramUniform1dv (GLuint program , GLint location , GLsizei count , const GLdouble * value )
void glProgramUniform1f (GLuint program , GLint location , GLfloat v0 )
void glProgramUniform1fv (GLuint program , GLint location , GLsizei count , const GLfloat * value )
void glProgramUniform1i (GLuint program , GLint location , GLint v0 )
void glProgramUniform1iv (GLuint program , GLint location , GLsizei count , const GLint * value )
void glProgramUniform1ui (GLuint program , GLint location , GLuint v0 )
void glProgramUniform1uiv (GLuint program , GLint location , GLsizei count , const GLuint * value )
void glProgramUniform2d (GLuint program , GLint location , GLdouble v0 , GLdouble v1 )
void glProgramUniform2dv (GLuint program , GLint location , GLsizei count , const GLdouble * value )
void glProgramUniform2f (GLuint program , GLint location , GLfloat v0 , GLfloat v1 )
void glProgramUniform2fv (GLuint program , GLint location , GLsizei count , const GLfloat * value )
void glProgramUniform2i (GLuint program , GLint location , GLint v0 , GLint v1 )
void glProgramUniform2iv (GLuint program , GLint location , GLsizei count , const GLint * value )
void glProgramUniform2ui (GLuint program , GLint location , GLuint v0 , GLuint v1 )
void glProgramUniform2uiv (GLuint program , GLint location , GLsizei count , const GLuint * value )
void glProgramUniform3d (GLuint program , GLint location , GLdouble v0 , GLdouble v1 , GLdouble v2 )
void glProgramUniform3dv (GLuint program , GLint location , GLsizei count , const GLdouble * value )
void glProgramUniform3f (GLuint program , GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 )
void glProgramUniform3fv (GLuint program , GLint location , GLsizei count , const GLfloat * value )
void glProgramUniform3i (GLuint program , GLint location , GLint v0 , GLint v1 , GLint v2 )
void glProgramUniform3iv (GLuint program , GLint location , GLsizei count , const GLint * value )
void glProgramUniform3ui (GLuint program , GLint location , GLuint v0 , GLuint v1 , GLuint v2 )
void glProgramUniform3uiv (GLuint program , GLint location , GLsizei count , const GLuint * value )
void glProgramUniform4d (GLuint program , GLint location , GLdouble v0 , GLdouble v1 , GLdouble v2 , GLdouble v3 )
void glProgramUniform4dv (GLuint program , GLint location , GLsizei count , const GLdouble * value )
void glProgramUniform4f (GLuint program , GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 )
void glProgramUniform4fv (GLuint program , GLint location , GLsizei count , const GLfloat * value )
void glProgramUniform4i (GLuint program , GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 )
void glProgramUniform4iv (GLuint program , GLint location , GLsizei count , const GLint * value )
void glProgramUniform4ui (GLuint program , GLint location , GLuint v0 , GLuint v1 , GLuint v2 , GLuint v3 )
void glProgramUniform4uiv (GLuint program , GLint location , GLsizei count , const GLuint * value )
void glProgramUniformMatrix2dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix2fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProgramUniformMatrix2x3dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix2x3fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProgramUniformMatrix2x4dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix2x4fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProgramUniformMatrix3dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix3fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProgramUniformMatrix3x2dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix3x2fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProgramUniformMatrix3x4dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix3x4fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProgramUniformMatrix4dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix4fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProgramUniformMatrix4x2dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix4x2fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProgramUniformMatrix4x3dv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glProgramUniformMatrix4x3fv (GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glProvokingVertex (GLenum mode )
void glPushDebugGroup (GLenum source , GLuint id , GLsizei length , const GLchar * message )
void glQueryCounter (GLuint id , GLenum target )
void glReadBuffer (GLenum src )
void glReadPixels (GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , void * pixels )
void glReadnPixels (GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLsizei bufSize , void * data )
void glReleaseShaderCompiler ()
void glRenderbufferStorage (GLenum target , GLenum internalformat , GLsizei width , GLsizei height )
void glRenderbufferStorageMultisample (GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height )
void glResumeTransformFeedback ()
void glSampleCoverage (GLfloat value , GLboolean invert )
void glSampleMaski (GLuint maskNumber , GLbitfield mask )
void glSamplerParameterIiv (GLuint sampler , GLenum pname , const GLint * param )
void glSamplerParameterIuiv (GLuint sampler , GLenum pname , const GLuint * param )
void glSamplerParameterf (GLuint sampler , GLenum pname , GLfloat param )
void glSamplerParameterfv (GLuint sampler , GLenum pname , const GLfloat * param )
void glSamplerParameteri (GLuint sampler , GLenum pname , GLint param )
void glSamplerParameteriv (GLuint sampler , GLenum pname , const GLint * param )
void glScissor (GLint x , GLint y , GLsizei width , GLsizei height )
void glScissorArrayv (GLuint first , GLsizei count , const GLint * v )
void glScissorIndexed (GLuint index , GLint left , GLint bottom , GLsizei width , GLsizei height )
void glScissorIndexedv (GLuint index , const GLint * v )
void glShaderBinary (GLsizei count , const GLuint * shaders , GLenum binaryformat , const void * binary , GLsizei length )
void glShaderSource (GLuint shader , GLsizei count , const GLchar * const * string , const GLint * length )
void glShaderStorageBlockBinding (GLuint program , GLuint storageBlockIndex , GLuint storageBlockBinding )
void glStencilFunc (GLenum func , GLint ref , GLuint mask )
void glStencilFuncSeparate (GLenum face , GLenum func , GLint ref , GLuint mask )
void glStencilMask (GLuint mask )
void glStencilMaskSeparate (GLenum face , GLuint mask )
void glStencilOp (GLenum fail , GLenum zfail , GLenum zpass )
void glStencilOpSeparate (GLenum face , GLenum sfail , GLenum dpfail , GLenum dppass )
void glTexBuffer (GLenum target , GLenum internalformat , GLuint buffer )
void glTexBufferRange (GLenum target , GLenum internalformat , GLuint buffer , GLintptr offset , GLsizeiptr size )
void glTexImage1D (GLenum target , GLint level , GLint internalformat , GLsizei width , GLint border , GLenum format , GLenum type , const void * pixels )
void glTexImage2D (GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const void * pixels )
void glTexImage2DMultisample (GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLboolean fixedsamplelocations )
void glTexImage3D (GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const void * pixels )
void glTexImage3DMultisample (GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedsamplelocations )
void glTexParameterIiv (GLenum target , GLenum pname , const GLint * params )
void glTexParameterIuiv (GLenum target , GLenum pname , const GLuint * params )
void glTexParameterf (GLenum target , GLenum pname , GLfloat param )
void glTexParameterfv (GLenum target , GLenum pname , const GLfloat * params )
void glTexParameteri (GLenum target , GLenum pname , GLint param )
void glTexParameteriv (GLenum target , GLenum pname , const GLint * params )
void glTexStorage1D (GLenum target , GLsizei levels , GLenum internalformat , GLsizei width )
void glTexStorage2D (GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height )
void glTexStorage2DMultisample (GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLboolean fixedsamplelocations )
void glTexStorage3D (GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth )
void glTexStorage3DMultisample (GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedsamplelocations )
void glTexSubImage1D (GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels )
void glTexSubImage2D (GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels )
void glTexSubImage3D (GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * pixels )
void glTextureBarrier ()
void glTextureBuffer (GLuint texture , GLenum internalformat , GLuint buffer )
void glTextureBufferRange (GLuint texture , GLenum internalformat , GLuint buffer , GLintptr offset , GLsizei size )
void glTextureParameterIiv (GLuint texture , GLenum pname , const GLint * params )
void glTextureParameterIuiv (GLuint texture , GLenum pname , const GLuint * params )
void glTextureParameterf (GLuint texture , GLenum pname , GLfloat param )
void glTextureParameterfv (GLuint texture , GLenum pname , const GLfloat * param )
void glTextureParameteri (GLuint texture , GLenum pname , GLint param )
void glTextureParameteriv (GLuint texture , GLenum pname , const GLint * param )
void glTextureStorage1D (GLuint texture , GLsizei levels , GLenum internalformat , GLsizei width )
void glTextureStorage2D (GLuint texture , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height )
void glTextureStorage2DMultisample (GLuint texture , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLboolean fixedsamplelocations )
void glTextureStorage3D (GLuint texture , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth )
void glTextureStorage3DMultisample (GLuint texture , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedsamplelocations )
void glTextureSubImage1D (GLuint texture , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels )
void glTextureSubImage2D (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels )
void glTextureSubImage3D (GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * pixels )
void glTextureView (GLuint texture , GLenum target , GLuint origtexture , GLenum internalformat , GLuint minlevel , GLuint numlevels , GLuint minlayer , GLuint numlayers )
void glTransformFeedbackBufferBase (GLuint xfb , GLuint index , GLuint buffer )
void glTransformFeedbackBufferRange (GLuint xfb , GLuint index , GLuint buffer , GLintptr offset , GLsizei size )
void glTransformFeedbackVaryings (GLuint program , GLsizei count , const GLchar * const * varyings , GLenum bufferMode )
void glUniform1d (GLint location , GLdouble x )
void glUniform1dv (GLint location , GLsizei count , const GLdouble * value )
void glUniform1f (GLint location , GLfloat v0 )
void glUniform1fv (GLint location , GLsizei count , const GLfloat * value )
void glUniform1i (GLint location , GLint v0 )
void glUniform1iv (GLint location , GLsizei count , const GLint * value )
void glUniform1ui (GLint location , GLuint v0 )
void glUniform1uiv (GLint location , GLsizei count , const GLuint * value )
void glUniform2d (GLint location , GLdouble x , GLdouble y )
void glUniform2dv (GLint location , GLsizei count , const GLdouble * value )
void glUniform2f (GLint location , GLfloat v0 , GLfloat v1 )
void glUniform2fv (GLint location , GLsizei count , const GLfloat * value )
void glUniform2i (GLint location , GLint v0 , GLint v1 )
void glUniform2iv (GLint location , GLsizei count , const GLint * value )
void glUniform2ui (GLint location , GLuint v0 , GLuint v1 )
void glUniform2uiv (GLint location , GLsizei count , const GLuint * value )
void glUniform3d (GLint location , GLdouble x , GLdouble y , GLdouble z )
void glUniform3dv (GLint location , GLsizei count , const GLdouble * value )
void glUniform3f (GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 )
void glUniform3fv (GLint location , GLsizei count , const GLfloat * value )
void glUniform3i (GLint location , GLint v0 , GLint v1 , GLint v2 )
void glUniform3iv (GLint location , GLsizei count , const GLint * value )
void glUniform3ui (GLint location , GLuint v0 , GLuint v1 , GLuint v2 )
void glUniform3uiv (GLint location , GLsizei count , const GLuint * value )
void glUniform4d (GLint location , GLdouble x , GLdouble y , GLdouble z , GLdouble w )
void glUniform4dv (GLint location , GLsizei count , const GLdouble * value )
void glUniform4f (GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 )
void glUniform4fv (GLint location , GLsizei count , const GLfloat * value )
void glUniform4i (GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 )
void glUniform4iv (GLint location , GLsizei count , const GLint * value )
void glUniform4ui (GLint location , GLuint v0 , GLuint v1 , GLuint v2 , GLuint v3 )
void glUniform4uiv (GLint location , GLsizei count , const GLuint * value )
void glUniformBlockBinding (GLuint program , GLuint uniformBlockIndex , GLuint uniformBlockBinding )
void glUniformMatrix2dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix2fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformMatrix2x3dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix2x3fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformMatrix2x4dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix2x4fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformMatrix3dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix3fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformMatrix3x2dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix3x2fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformMatrix3x4dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix3x4fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformMatrix4dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix4fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformMatrix4x2dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix4x2fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformMatrix4x3dv (GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )
void glUniformMatrix4x3fv (GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )
void glUniformSubroutinesuiv (GLenum shadertype , GLsizei count , const GLuint * indices )
GLboolean glUnmapBuffer (GLenum target )
GLboolean glUnmapNamedBuffer (GLuint buffer )
void glUseProgram (GLuint program )
void glUseProgramStages (GLuint pipeline , GLbitfield stages , GLuint program )
void glValidateProgram (GLuint program )
void glValidateProgramPipeline (GLuint pipeline )
void glVertexArrayAttribBinding (GLuint vaobj , GLuint attribindex , GLuint bindingindex )
void glVertexArrayAttribFormat (GLuint vaobj , GLuint attribindex , GLint size , GLenum type , GLboolean normalized , GLuint relativeoffset )
void glVertexArrayAttribIFormat (GLuint vaobj , GLuint attribindex , GLint size , GLenum type , GLuint relativeoffset )
void glVertexArrayAttribLFormat (GLuint vaobj , GLuint attribindex , GLint size , GLenum type , GLuint relativeoffset )
void glVertexArrayBindingDivisor (GLuint vaobj , GLuint bindingindex , GLuint divisor )
void glVertexArrayElementBuffer (GLuint vaobj , GLuint buffer )
void glVertexArrayVertexBuffer (GLuint vaobj , GLuint bindingindex , GLuint buffer , GLintptr offset , GLsizei stride )
void glVertexArrayVertexBuffers (GLuint vaobj , GLuint first , GLsizei count , const GLuint * buffers , const GLintptr * offsets , const GLsizei * strides )
void glVertexAttrib1d (GLuint index , GLdouble x )
void glVertexAttrib1dv (GLuint index , const GLdouble * v )
void glVertexAttrib1f (GLuint index , GLfloat x )
void glVertexAttrib1fv (GLuint index , const GLfloat * v )
void glVertexAttrib1s (GLuint index , GLshort x )
void glVertexAttrib1sv (GLuint index , const GLshort * v )
void glVertexAttrib2d (GLuint index , GLdouble x , GLdouble y )
void glVertexAttrib2dv (GLuint index , const GLdouble * v )
void glVertexAttrib2f (GLuint index , GLfloat x , GLfloat y )
void glVertexAttrib2fv (GLuint index , const GLfloat * v )
void glVertexAttrib2s (GLuint index , GLshort x , GLshort y )
void glVertexAttrib2sv (GLuint index , const GLshort * v )
void glVertexAttrib3d (GLuint index , GLdouble x , GLdouble y , GLdouble z )
void glVertexAttrib3dv (GLuint index , const GLdouble * v )
void glVertexAttrib3f (GLuint index , GLfloat x , GLfloat y , GLfloat z )
void glVertexAttrib3fv (GLuint index , const GLfloat * v )
void glVertexAttrib3s (GLuint index , GLshort x , GLshort y , GLshort z )
void glVertexAttrib3sv (GLuint index , const GLshort * v )
void glVertexAttrib4Nbv (GLuint index , const GLbyte * v )
void glVertexAttrib4Niv (GLuint index , const GLint * v )
void glVertexAttrib4Nsv (GLuint index , const GLshort * v )
void glVertexAttrib4Nub (GLuint index , GLubyte x , GLubyte y , GLubyte z , GLubyte w )
void glVertexAttrib4Nubv (GLuint index , const GLubyte * v )
void glVertexAttrib4Nuiv (GLuint index , const GLuint * v )
void glVertexAttrib4Nusv (GLuint index , const GLushort * v )
void glVertexAttrib4bv (GLuint index , const GLbyte * v )
void glVertexAttrib4d (GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w )
void glVertexAttrib4dv (GLuint index , const GLdouble * v )
void glVertexAttrib4f (GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w )
void glVertexAttrib4fv (GLuint index , const GLfloat * v )
void glVertexAttrib4iv (GLuint index , const GLint * v )
void glVertexAttrib4s (GLuint index , GLshort x , GLshort y , GLshort z , GLshort w )
void glVertexAttrib4sv (GLuint index , const GLshort * v )
void glVertexAttrib4ubv (GLuint index , const GLubyte * v )
void glVertexAttrib4uiv (GLuint index , const GLuint * v )
void glVertexAttrib4usv (GLuint index , const GLushort * v )
void glVertexAttribBinding (GLuint attribindex , GLuint bindingindex )
void glVertexAttribDivisor (GLuint index , GLuint divisor )
void glVertexAttribFormat (GLuint attribindex , GLint size , GLenum type , GLboolean normalized , GLuint relativeoffset )
void glVertexAttribI1i (GLuint index , GLint x )
void glVertexAttribI1iv (GLuint index , const GLint * v )
void glVertexAttribI1ui (GLuint index , GLuint x )
void glVertexAttribI1uiv (GLuint index , const GLuint * v )
void glVertexAttribI2i (GLuint index , GLint x , GLint y )
void glVertexAttribI2iv (GLuint index , const GLint * v )
void glVertexAttribI2ui (GLuint index , GLuint x , GLuint y )
void glVertexAttribI2uiv (GLuint index , const GLuint * v )
void glVertexAttribI3i (GLuint index , GLint x , GLint y , GLint z )
void glVertexAttribI3iv (GLuint index , const GLint * v )
void glVertexAttribI3ui (GLuint index , GLuint x , GLuint y , GLuint z )
void glVertexAttribI3uiv (GLuint index , const GLuint * v )
void glVertexAttribI4bv (GLuint index , const GLbyte * v )
void glVertexAttribI4i (GLuint index , GLint x , GLint y , GLint z , GLint w )
void glVertexAttribI4iv (GLuint index , const GLint * v )
void glVertexAttribI4sv (GLuint index , const GLshort * v )
void glVertexAttribI4ubv (GLuint index , const GLubyte * v )
void glVertexAttribI4ui (GLuint index , GLuint x , GLuint y , GLuint z , GLuint w )
void glVertexAttribI4uiv (GLuint index , const GLuint * v )
void glVertexAttribI4usv (GLuint index , const GLushort * v )
void glVertexAttribIFormat (GLuint attribindex , GLint size , GLenum type , GLuint relativeoffset )
void glVertexAttribIPointer (GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer )
void glVertexAttribL1d (GLuint index , GLdouble x )
void glVertexAttribL1dv (GLuint index , const GLdouble * v )
void glVertexAttribL2d (GLuint index , GLdouble x , GLdouble y )
void glVertexAttribL2dv (GLuint index , const GLdouble * v )
void glVertexAttribL3d (GLuint index , GLdouble x , GLdouble y , GLdouble z )
void glVertexAttribL3dv (GLuint index , const GLdouble * v )
void glVertexAttribL4d (GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w )
void glVertexAttribL4dv (GLuint index , const GLdouble * v )
void glVertexAttribLFormat (GLuint attribindex , GLint size , GLenum type , GLuint relativeoffset )
void glVertexAttribLPointer (GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer )
void glVertexAttribP1ui (GLuint index , GLenum type , GLboolean normalized , GLuint value )
void glVertexAttribP1uiv (GLuint index , GLenum type , GLboolean normalized , const GLuint * value )
void glVertexAttribP2ui (GLuint index , GLenum type , GLboolean normalized , GLuint value )
void glVertexAttribP2uiv (GLuint index , GLenum type , GLboolean normalized , const GLuint * value )
void glVertexAttribP3ui (GLuint index , GLenum type , GLboolean normalized , GLuint value )
void glVertexAttribP3uiv (GLuint index , GLenum type , GLboolean normalized , const GLuint * value )
void glVertexAttribP4ui (GLuint index , GLenum type , GLboolean normalized , GLuint value )
void glVertexAttribP4uiv (GLuint index , GLenum type , GLboolean normalized , const GLuint * value )
void glVertexAttribPointer (GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , const void * pointer )
void glVertexBindingDivisor (GLuint bindingindex , GLuint divisor )
void glViewport (GLint x , GLint y , GLsizei width , GLsizei height )
void glViewportArrayv (GLuint first , GLsizei count , const GLfloat * v )
void glViewportIndexedf (GLuint index , GLfloat x , GLfloat y , GLfloat w , GLfloat h )
void glViewportIndexedfv (GLuint index , const GLfloat * v )
void glWaitSync (GLsync sync , GLbitfield flags , GLuint64 timeout )

重实现公共函数

virtual bool initializeOpenGLFunctions ()

详细描述

QOpenGLFunctions_4_5_Core class provides all functions for OpenGL 4.5 core profile.

This class is a wrapper for functions from OpenGL 4.5 core profile. See reference pages on opengl.org for function documentation.

另请参阅 QAbstractOpenGLFunctions .

成员函数文档编制

QOpenGLFunctions_4_5_Core:: QOpenGLFunctions_4_5_Core ()

Default constructs an instance of QOpenGLFunctions_4_5_Core.

QOpenGLFunctions_4_5_Core:: ~QOpenGLFunctions_4_5_Core ()

Destroys the instance of QOpenGLFunctions_4_5_Core.

void QOpenGLFunctions_4_5_Core:: glActiveShaderProgram ( GLuint pipeline , GLuint program )

void QOpenGLFunctions_4_5_Core:: glActiveTexture ( GLenum texture )

void QOpenGLFunctions_4_5_Core:: glAttachShader ( GLuint program , GLuint shader )

void QOpenGLFunctions_4_5_Core:: glBeginConditionalRender ( GLuint id , GLenum mode )

void QOpenGLFunctions_4_5_Core:: glBeginQuery ( GLenum target , GLuint id )

void QOpenGLFunctions_4_5_Core:: glBeginQueryIndexed ( GLenum target , GLuint index , GLuint id )

void QOpenGLFunctions_4_5_Core:: glBeginTransformFeedback ( GLenum primitiveMode )

void QOpenGLFunctions_4_5_Core:: glBindAttribLocation ( GLuint program , GLuint index , const GLchar * name )

void QOpenGLFunctions_4_5_Core:: glBindBuffer ( GLenum target , GLuint buffer )

void QOpenGLFunctions_4_5_Core:: glBindBufferBase ( GLenum target , GLuint index , GLuint buffer )

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

void QOpenGLFunctions_4_5_Core:: glBindBuffersBase ( GLenum target , GLuint first , GLsizei count , const GLuint * buffers )

void QOpenGLFunctions_4_5_Core:: glBindBuffersRange ( GLenum target , GLuint first , GLsizei count , const GLuint * buffers , const GLintptr * offsets , const GLsizeiptr * sizes )

void QOpenGLFunctions_4_5_Core:: glBindFragDataLocation ( GLuint program , GLuint color , const GLchar * name )

void QOpenGLFunctions_4_5_Core:: glBindFragDataLocationIndexed ( GLuint program , GLuint colorNumber , GLuint index , const GLchar * name )

void QOpenGLFunctions_4_5_Core:: glBindFramebuffer ( GLenum target , GLuint framebuffer )

void QOpenGLFunctions_4_5_Core:: glBindImageTexture ( GLuint unit , GLuint texture , GLint level , GLboolean layered , GLint layer , GLenum access , GLenum format )

void QOpenGLFunctions_4_5_Core:: glBindImageTextures ( GLuint first , GLsizei count , const GLuint * textures )

void QOpenGLFunctions_4_5_Core:: glBindProgramPipeline ( GLuint pipeline )

void QOpenGLFunctions_4_5_Core:: glBindRenderbuffer ( GLenum target , GLuint renderbuffer )

void QOpenGLFunctions_4_5_Core:: glBindSampler ( GLuint unit , GLuint sampler )

void QOpenGLFunctions_4_5_Core:: glBindSamplers ( GLuint first , GLsizei count , const GLuint * samplers )

void QOpenGLFunctions_4_5_Core:: glBindTexture ( GLenum target , GLuint texture )

void QOpenGLFunctions_4_5_Core:: glBindTextureUnit ( GLuint unit , GLuint texture )

void QOpenGLFunctions_4_5_Core:: glBindTextures ( GLuint first , GLsizei count , const GLuint * textures )

void QOpenGLFunctions_4_5_Core:: glBindTransformFeedback ( GLenum target , GLuint id )

void QOpenGLFunctions_4_5_Core:: glBindVertexArray ( GLuint array )

void QOpenGLFunctions_4_5_Core:: glBindVertexBuffer ( GLuint bindingindex , GLuint buffer , GLintptr offset , GLsizei stride )

void QOpenGLFunctions_4_5_Core:: glBindVertexBuffers ( GLuint first , GLsizei count , const GLuint * buffers , const GLintptr * offsets , const GLsizei * strides )

void QOpenGLFunctions_4_5_Core:: glBlendColor ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha )

void QOpenGLFunctions_4_5_Core:: glBlendEquation ( GLenum mode )

void QOpenGLFunctions_4_5_Core:: glBlendEquationSeparate ( GLenum modeRGB , GLenum modeAlpha )

void QOpenGLFunctions_4_5_Core:: glBlendEquationSeparatei ( GLuint buf , GLenum modeRGB , GLenum modeAlpha )

void QOpenGLFunctions_4_5_Core:: glBlendEquationi ( GLuint buf , GLenum mode )

void QOpenGLFunctions_4_5_Core:: glBlendFunc ( GLenum sfactor , GLenum dfactor )

void QOpenGLFunctions_4_5_Core:: glBlendFuncSeparate ( GLenum sfactorRGB , GLenum dfactorRGB , GLenum sfactorAlpha , GLenum dfactorAlpha )

void QOpenGLFunctions_4_5_Core:: glBlendFuncSeparatei ( GLuint buf , GLenum srcRGB , GLenum dstRGB , GLenum srcAlpha , GLenum dstAlpha )

void QOpenGLFunctions_4_5_Core:: glBlendFunci ( GLuint buf , GLenum src , GLenum dst )

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

void QOpenGLFunctions_4_5_Core:: glBlitNamedFramebuffer ( GLuint readFramebuffer , GLuint drawFramebuffer , GLint srcX0 , GLint srcY0 , GLint srcX1 , GLint srcY1 , GLint dstX0 , GLint dstY0 , GLint dstX1 , GLint dstY1 , GLbitfield mask , GLenum filter )

void QOpenGLFunctions_4_5_Core:: glBufferData ( GLenum target , GLsizeiptr size , const void * data , GLenum usage )

void QOpenGLFunctions_4_5_Core:: glBufferStorage ( GLenum target , GLsizeiptr size , const void * data , GLbitfield flags )

void QOpenGLFunctions_4_5_Core:: glBufferSubData ( GLenum target , GLintptr offset , GLsizeiptr size , const void * data )

GLenum QOpenGLFunctions_4_5_Core:: glCheckFramebufferStatus ( GLenum target )

GLenum QOpenGLFunctions_4_5_Core:: glCheckNamedFramebufferStatus ( GLuint framebuffer , GLenum target )

void QOpenGLFunctions_4_5_Core:: glClampColor ( GLenum target , GLenum clamp )

void QOpenGLFunctions_4_5_Core:: glClear ( GLbitfield mask )

void QOpenGLFunctions_4_5_Core:: glClearBufferData ( GLenum target , GLenum internalformat , GLenum format , GLenum type , const void * data )

void QOpenGLFunctions_4_5_Core:: glClearBufferSubData ( GLenum target , GLenum internalformat , GLintptr offset , GLsizeiptr size , GLenum format , GLenum type , const void * data )

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

void QOpenGLFunctions_4_5_Core:: glClearBufferfv ( GLenum buffer , GLint drawbuffer , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glClearBufferiv ( GLenum buffer , GLint drawbuffer , const GLint * value )

void QOpenGLFunctions_4_5_Core:: glClearBufferuiv ( GLenum buffer , GLint drawbuffer , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glClearColor ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha )

void QOpenGLFunctions_4_5_Core:: glClearDepth ( GLdouble depth )

void QOpenGLFunctions_4_5_Core:: glClearDepthf ( GLfloat dd )

void QOpenGLFunctions_4_5_Core:: glClearNamedBufferData ( GLuint buffer , GLenum internalformat , GLenum format , GLenum type , const void * data )

void QOpenGLFunctions_4_5_Core:: glClearNamedBufferSubData ( GLuint buffer , GLenum internalformat , GLintptr offset , GLsizei size , GLenum format , GLenum type , const void * data )

void QOpenGLFunctions_4_5_Core:: glClearNamedFramebufferfi ( GLuint framebuffer , GLenum buffer , GLfloat depth , GLint stencil )

void QOpenGLFunctions_4_5_Core:: glClearNamedFramebufferfv ( GLuint framebuffer , GLenum buffer , GLint drawbuffer , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glClearNamedFramebufferiv ( GLuint framebuffer , GLenum buffer , GLint drawbuffer , const GLint * value )

void QOpenGLFunctions_4_5_Core:: glClearNamedFramebufferuiv ( GLuint framebuffer , GLenum buffer , GLint drawbuffer , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glClearStencil ( GLint s )

void QOpenGLFunctions_4_5_Core:: glClearTexImage ( GLuint texture , GLint level , GLenum format , GLenum type , const void * data )

void QOpenGLFunctions_4_5_Core:: glClearTexSubImage ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data )

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

void QOpenGLFunctions_4_5_Core:: glClipControl ( GLenum origin , GLenum depth )

void QOpenGLFunctions_4_5_Core:: glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha )

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

void QOpenGLFunctions_4_5_Core:: glCompileShader ( GLuint shader )

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

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

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

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

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

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

void QOpenGLFunctions_4_5_Core:: glCompressedTextureSubImage1D ( GLuint texture , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data )

void QOpenGLFunctions_4_5_Core:: glCompressedTextureSubImage2D ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data )

void QOpenGLFunctions_4_5_Core:: glCompressedTextureSubImage3D ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const void * data )

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

void QOpenGLFunctions_4_5_Core:: glCopyImageSubData ( GLuint srcName , GLenum srcTarget , GLint srcLevel , GLint srcX , GLint srcY , GLint srcZ , GLuint dstName , GLenum dstTarget , GLint dstLevel , GLint dstX , GLint dstY , GLint dstZ , GLsizei srcWidth , GLsizei srcHeight , GLsizei srcDepth )

void QOpenGLFunctions_4_5_Core:: glCopyNamedBufferSubData ( GLuint readBuffer , GLuint writeBuffer , GLintptr readOffset , GLintptr writeOffset , GLsizei size )

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

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

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

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

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

void QOpenGLFunctions_4_5_Core:: glCopyTextureSubImage1D ( GLuint texture , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width )

void QOpenGLFunctions_4_5_Core:: glCopyTextureSubImage2D ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glCopyTextureSubImage3D ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glCreateBuffers ( GLsizei n , GLuint * buffers )

void QOpenGLFunctions_4_5_Core:: glCreateFramebuffers ( GLsizei n , GLuint * framebuffers )

GLuint QOpenGLFunctions_4_5_Core:: glCreateProgram ()

void QOpenGLFunctions_4_5_Core:: glCreateProgramPipelines ( GLsizei n , GLuint * pipelines )

void QOpenGLFunctions_4_5_Core:: glCreateQueries ( GLenum target , GLsizei n , GLuint * ids )

void QOpenGLFunctions_4_5_Core:: glCreateRenderbuffers ( GLsizei n , GLuint * renderbuffers )

void QOpenGLFunctions_4_5_Core:: glCreateSamplers ( GLsizei n , GLuint * samplers )

GLuint QOpenGLFunctions_4_5_Core:: glCreateShader ( GLenum type )

GLuint QOpenGLFunctions_4_5_Core:: glCreateShaderProgramv ( GLenum type , GLsizei count , const GLchar * const * strings )

void QOpenGLFunctions_4_5_Core:: glCreateTextures ( GLenum target , GLsizei n , GLuint * textures )

void QOpenGLFunctions_4_5_Core:: glCreateTransformFeedbacks ( GLsizei n , GLuint * ids )

void QOpenGLFunctions_4_5_Core:: glCreateVertexArrays ( GLsizei n , GLuint * arrays )

void QOpenGLFunctions_4_5_Core:: glCullFace ( GLenum mode )

void QOpenGLFunctions_4_5_Core:: glDebugMessageCallback ( GLDEBUGPROC callback , const void * userParam )

void QOpenGLFunctions_4_5_Core:: glDebugMessageControl ( GLenum source , GLenum type , GLenum severity , GLsizei count , const GLuint * ids , GLboolean enabled )

void QOpenGLFunctions_4_5_Core:: glDebugMessageInsert ( GLenum source , GLenum type , GLuint id , GLenum severity , GLsizei length , const GLchar * buf )

void QOpenGLFunctions_4_5_Core:: glDeleteBuffers ( GLsizei n , const GLuint * buffers )

void QOpenGLFunctions_4_5_Core:: glDeleteFramebuffers ( GLsizei n , const GLuint * framebuffers )

void QOpenGLFunctions_4_5_Core:: glDeleteProgram ( GLuint program )

void QOpenGLFunctions_4_5_Core:: glDeleteProgramPipelines ( GLsizei n , const GLuint * pipelines )

void QOpenGLFunctions_4_5_Core:: glDeleteQueries ( GLsizei n , const GLuint * ids )

void QOpenGLFunctions_4_5_Core:: glDeleteRenderbuffers ( GLsizei n , const GLuint * renderbuffers )

void QOpenGLFunctions_4_5_Core:: glDeleteSamplers ( GLsizei count , const GLuint * samplers )

void QOpenGLFunctions_4_5_Core:: glDeleteShader ( GLuint shader )

void QOpenGLFunctions_4_5_Core:: glDeleteSync ( GLsync sync )

void QOpenGLFunctions_4_5_Core:: glDeleteTextures ( GLsizei n , const GLuint * textures )

void QOpenGLFunctions_4_5_Core:: glDeleteTransformFeedbacks ( GLsizei n , const GLuint * ids )

void QOpenGLFunctions_4_5_Core:: glDeleteVertexArrays ( GLsizei n , const GLuint * arrays )

void QOpenGLFunctions_4_5_Core:: glDepthFunc ( GLenum func )

void QOpenGLFunctions_4_5_Core:: glDepthMask ( GLboolean flag )

void QOpenGLFunctions_4_5_Core:: glDepthRange ( GLdouble nearVal , GLdouble farVal )

void QOpenGLFunctions_4_5_Core:: glDepthRangeArrayv ( GLuint first , GLsizei count , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glDepthRangeIndexed ( GLuint index , GLdouble n , GLdouble f )

void QOpenGLFunctions_4_5_Core:: glDepthRangef ( GLfloat n , GLfloat f )

void QOpenGLFunctions_4_5_Core:: glDetachShader ( GLuint program , GLuint shader )

void QOpenGLFunctions_4_5_Core:: glDisable ( GLenum cap )

void QOpenGLFunctions_4_5_Core:: glDisableVertexArrayAttrib ( GLuint vaobj , GLuint index )

void QOpenGLFunctions_4_5_Core:: glDisableVertexAttribArray ( GLuint index )

void QOpenGLFunctions_4_5_Core:: glDisablei ( GLenum target , GLuint index )

void QOpenGLFunctions_4_5_Core:: glDispatchCompute ( GLuint num_groups_x , GLuint num_groups_y , GLuint num_groups_z )

void QOpenGLFunctions_4_5_Core:: glDispatchComputeIndirect ( GLintptr indirect )

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

void QOpenGLFunctions_4_5_Core:: glDrawArraysIndirect ( GLenum mode , const void * indirect )

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

void QOpenGLFunctions_4_5_Core:: glDrawArraysInstancedBaseInstance ( GLenum mode , GLint first , GLsizei count , GLsizei instancecount , GLuint baseinstance )

void QOpenGLFunctions_4_5_Core:: glDrawBuffer ( GLenum buf )

void QOpenGLFunctions_4_5_Core:: glDrawBuffers ( GLsizei n , const GLenum * bufs )

void QOpenGLFunctions_4_5_Core:: glDrawElements ( GLenum mode , GLsizei count , GLenum type , const void * indices )

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

void QOpenGLFunctions_4_5_Core:: glDrawElementsIndirect ( GLenum mode , GLenum type , const void * indirect )

void QOpenGLFunctions_4_5_Core:: glDrawElementsInstanced ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei instancecount )

void QOpenGLFunctions_4_5_Core:: glDrawElementsInstancedBaseInstance ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei instancecount , GLuint baseinstance )

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

void QOpenGLFunctions_4_5_Core:: glDrawElementsInstancedBaseVertexBaseInstance ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei instancecount , GLint basevertex , GLuint baseinstance )

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

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

void QOpenGLFunctions_4_5_Core:: glDrawTransformFeedback ( GLenum mode , GLuint id )

void QOpenGLFunctions_4_5_Core:: glDrawTransformFeedbackInstanced ( GLenum mode , GLuint id , GLsizei instancecount )

void QOpenGLFunctions_4_5_Core:: glDrawTransformFeedbackStream ( GLenum mode , GLuint id , GLuint stream )

void QOpenGLFunctions_4_5_Core:: glDrawTransformFeedbackStreamInstanced ( GLenum mode , GLuint id , GLuint stream , GLsizei instancecount )

void QOpenGLFunctions_4_5_Core:: glEnable ( GLenum cap )

void QOpenGLFunctions_4_5_Core:: glEnableVertexArrayAttrib ( GLuint vaobj , GLuint index )

void QOpenGLFunctions_4_5_Core:: glEnableVertexAttribArray ( GLuint index )

void QOpenGLFunctions_4_5_Core:: glEnablei ( GLenum target , GLuint index )

void QOpenGLFunctions_4_5_Core:: glEndConditionalRender ()

void QOpenGLFunctions_4_5_Core:: glEndQuery ( GLenum target )

void QOpenGLFunctions_4_5_Core:: glEndQueryIndexed ( GLenum target , GLuint index )

void QOpenGLFunctions_4_5_Core:: glEndTransformFeedback ()

GLsync QOpenGLFunctions_4_5_Core:: glFenceSync ( GLenum condition , GLbitfield flags )

void QOpenGLFunctions_4_5_Core:: glFinish ()

void QOpenGLFunctions_4_5_Core:: glFlush ()

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

void QOpenGLFunctions_4_5_Core:: glFlushMappedNamedBufferRange ( GLuint buffer , GLintptr offset , GLsizei length )

void QOpenGLFunctions_4_5_Core:: glFramebufferParameteri ( GLenum target , GLenum pname , GLint param )

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

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

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

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

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

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

void QOpenGLFunctions_4_5_Core:: glFrontFace ( GLenum mode )

void QOpenGLFunctions_4_5_Core:: glGenBuffers ( GLsizei n , GLuint * buffers )

void QOpenGLFunctions_4_5_Core:: glGenFramebuffers ( GLsizei n , GLuint * framebuffers )

void QOpenGLFunctions_4_5_Core:: glGenProgramPipelines ( GLsizei n , GLuint * pipelines )

void QOpenGLFunctions_4_5_Core:: glGenQueries ( GLsizei n , GLuint * ids )

void QOpenGLFunctions_4_5_Core:: glGenRenderbuffers ( GLsizei n , GLuint * renderbuffers )

void QOpenGLFunctions_4_5_Core:: glGenSamplers ( GLsizei count , GLuint * samplers )

void QOpenGLFunctions_4_5_Core:: glGenTextures ( GLsizei n , GLuint * textures )

void QOpenGLFunctions_4_5_Core:: glGenTransformFeedbacks ( GLsizei n , GLuint * ids )

void QOpenGLFunctions_4_5_Core:: glGenVertexArrays ( GLsizei n , GLuint * arrays )

void QOpenGLFunctions_4_5_Core:: glGenerateMipmap ( GLenum target )

void QOpenGLFunctions_4_5_Core:: glGenerateTextureMipmap ( GLuint texture )

void QOpenGLFunctions_4_5_Core:: glGetActiveAtomicCounterBufferiv ( GLuint program , GLuint bufferIndex , GLenum pname , GLint * params )

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

void QOpenGLFunctions_4_5_Core:: glGetActiveSubroutineName ( GLuint program , GLenum shadertype , GLuint index , GLsizei bufsize , GLsizei * length , GLchar * name )

void QOpenGLFunctions_4_5_Core:: glGetActiveSubroutineUniformName ( GLuint program , GLenum shadertype , GLuint index , GLsizei bufsize , GLsizei * length , GLchar * name )

void QOpenGLFunctions_4_5_Core:: glGetActiveSubroutineUniformiv ( GLuint program , GLenum shadertype , GLuint index , GLenum pname , GLint * values )

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

void QOpenGLFunctions_4_5_Core:: glGetActiveUniformBlockName ( GLuint program , GLuint uniformBlockIndex , GLsizei bufSize , GLsizei * length , GLchar * uniformBlockName )

void QOpenGLFunctions_4_5_Core:: glGetActiveUniformBlockiv ( GLuint program , GLuint uniformBlockIndex , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetActiveUniformName ( GLuint program , GLuint uniformIndex , GLsizei bufSize , GLsizei * length , GLchar * uniformName )

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

void QOpenGLFunctions_4_5_Core:: glGetAttachedShaders ( GLuint program , GLsizei maxCount , GLsizei * count , GLuint * shaders )

GLint QOpenGLFunctions_4_5_Core:: glGetAttribLocation ( GLuint program , const GLchar * name )

void QOpenGLFunctions_4_5_Core:: glGetBooleani_v ( GLenum target , GLuint index , GLboolean * data )

void QOpenGLFunctions_4_5_Core:: glGetBooleanv ( GLenum pname , GLboolean * data )

void QOpenGLFunctions_4_5_Core:: glGetBufferParameteri64v ( GLenum target , GLenum pname , GLint64 * params )

void QOpenGLFunctions_4_5_Core:: glGetBufferParameteriv ( GLenum target , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetBufferPointerv ( GLenum target , GLenum pname , void ** params )

void QOpenGLFunctions_4_5_Core:: glGetBufferSubData ( GLenum target , GLintptr offset , GLsizeiptr size , void * data )

void QOpenGLFunctions_4_5_Core:: glGetCompressedTexImage ( GLenum target , GLint level , void * img )

void QOpenGLFunctions_4_5_Core:: glGetCompressedTextureImage ( GLuint texture , GLint level , GLsizei bufSize , void * pixels )

void QOpenGLFunctions_4_5_Core:: glGetCompressedTextureSubImage ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLsizei bufSize , void * pixels )

GLuint QOpenGLFunctions_4_5_Core:: glGetDebugMessageLog ( GLuint count , GLsizei bufSize , GLenum * sources , GLenum * types , GLuint * ids , GLenum * severities , GLsizei * lengths , GLchar * messageLog )

void QOpenGLFunctions_4_5_Core:: glGetDoublei_v ( GLenum target , GLuint index , GLdouble * data )

void QOpenGLFunctions_4_5_Core:: glGetDoublev ( GLenum pname , GLdouble * data )

GLenum QOpenGLFunctions_4_5_Core:: glGetError ()

void QOpenGLFunctions_4_5_Core:: glGetFloati_v ( GLenum target , GLuint index , GLfloat * data )

void QOpenGLFunctions_4_5_Core:: glGetFloatv ( GLenum pname , GLfloat * data )

GLint QOpenGLFunctions_4_5_Core:: glGetFragDataIndex ( GLuint program , const GLchar * name )

GLint QOpenGLFunctions_4_5_Core:: glGetFragDataLocation ( GLuint program , const GLchar * name )

void QOpenGLFunctions_4_5_Core:: glGetFramebufferAttachmentParameteriv ( GLenum target , GLenum attachment , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetFramebufferParameteriv ( GLenum target , GLenum pname , GLint * params )

GLenum QOpenGLFunctions_4_5_Core:: glGetGraphicsResetStatus ()

void QOpenGLFunctions_4_5_Core:: glGetInteger64i_v ( GLenum target , GLuint index , GLint64 * data )

void QOpenGLFunctions_4_5_Core:: glGetInteger64v ( GLenum pname , GLint64 * data )

void QOpenGLFunctions_4_5_Core:: glGetIntegeri_v ( GLenum target , GLuint index , GLint * data )

void QOpenGLFunctions_4_5_Core:: glGetIntegerv ( GLenum pname , GLint * data )

void QOpenGLFunctions_4_5_Core:: glGetInternalformati64v ( GLenum target , GLenum internalformat , GLenum pname , GLsizei bufSize , GLint64 * params )

void QOpenGLFunctions_4_5_Core:: glGetInternalformativ ( GLenum target , GLenum internalformat , GLenum pname , GLsizei bufSize , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetMultisamplefv ( GLenum pname , GLuint index , GLfloat * val )

void QOpenGLFunctions_4_5_Core:: glGetNamedBufferParameteri64v ( GLuint buffer , GLenum pname , GLint64 * params )

void QOpenGLFunctions_4_5_Core:: glGetNamedBufferParameteriv ( GLuint buffer , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetNamedBufferPointerv ( GLuint buffer , GLenum pname , void ** params )

void QOpenGLFunctions_4_5_Core:: glGetNamedBufferSubData ( GLuint buffer , GLintptr offset , GLsizei size , void * data )

void QOpenGLFunctions_4_5_Core:: glGetNamedFramebufferAttachmentParameteriv ( GLuint framebuffer , GLenum attachment , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetNamedFramebufferParameteriv ( GLuint framebuffer , GLenum pname , GLint * param )

void QOpenGLFunctions_4_5_Core:: glGetNamedRenderbufferParameteriv ( GLuint renderbuffer , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetObjectLabel ( GLenum identifier , GLuint name , GLsizei bufSize , GLsizei * length , GLchar * label )

void QOpenGLFunctions_4_5_Core:: glGetObjectPtrLabel (const void * ptr , GLsizei bufSize , GLsizei * length , GLchar * label )

void QOpenGLFunctions_4_5_Core:: glGetProgramBinary ( GLuint program , GLsizei bufSize , GLsizei * length , GLenum * binaryFormat , void * binary )

void QOpenGLFunctions_4_5_Core:: glGetProgramInfoLog ( GLuint program , GLsizei bufSize , GLsizei * length , GLchar * infoLog )

void QOpenGLFunctions_4_5_Core:: glGetProgramInterfaceiv ( GLuint program , GLenum programInterface , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetProgramPipelineInfoLog ( GLuint pipeline , GLsizei bufSize , GLsizei * length , GLchar * infoLog )

void QOpenGLFunctions_4_5_Core:: glGetProgramPipelineiv ( GLuint pipeline , GLenum pname , GLint * params )

GLuint QOpenGLFunctions_4_5_Core:: glGetProgramResourceIndex ( GLuint program , GLenum programInterface , const GLchar * name )

GLint QOpenGLFunctions_4_5_Core:: glGetProgramResourceLocation ( GLuint program , GLenum programInterface , const GLchar * name )

GLint QOpenGLFunctions_4_5_Core:: glGetProgramResourceLocationIndex ( GLuint program , GLenum programInterface , const GLchar * name )

void QOpenGLFunctions_4_5_Core:: glGetProgramResourceName ( GLuint program , GLenum programInterface , GLuint index , GLsizei bufSize , GLsizei * length , GLchar * name )

void QOpenGLFunctions_4_5_Core:: glGetProgramResourceiv ( GLuint program , GLenum programInterface , GLuint index , GLsizei propCount , const GLenum * props , GLsizei bufSize , GLsizei * length , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetProgramStageiv ( GLuint program , GLenum shadertype , GLenum pname , GLint * values )

void QOpenGLFunctions_4_5_Core:: glGetProgramiv ( GLuint program , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetQueryIndexediv ( GLenum target , GLuint index , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetQueryObjecti64v ( GLuint id , GLenum pname , GLint64 * params )

void QOpenGLFunctions_4_5_Core:: glGetQueryObjectiv ( GLuint id , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetQueryObjectui64v ( GLuint id , GLenum pname , GLuint64 * params )

void QOpenGLFunctions_4_5_Core:: glGetQueryObjectuiv ( GLuint id , GLenum pname , GLuint * params )

void QOpenGLFunctions_4_5_Core:: glGetQueryiv ( GLenum target , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetRenderbufferParameteriv ( GLenum target , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetSamplerParameterIiv ( GLuint sampler , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetSamplerParameterIuiv ( GLuint sampler , GLenum pname , GLuint * params )

void QOpenGLFunctions_4_5_Core:: glGetSamplerParameterfv ( GLuint sampler , GLenum pname , GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glGetSamplerParameteriv ( GLuint sampler , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetShaderInfoLog ( GLuint shader , GLsizei bufSize , GLsizei * length , GLchar * infoLog )

void QOpenGLFunctions_4_5_Core:: glGetShaderPrecisionFormat ( GLenum shadertype , GLenum precisiontype , GLint * range , GLint * precision )

void QOpenGLFunctions_4_5_Core:: glGetShaderSource ( GLuint shader , GLsizei bufSize , GLsizei * length , GLchar * source )

void QOpenGLFunctions_4_5_Core:: glGetShaderiv ( GLuint shader , GLenum pname , GLint * params )

const GLubyte *QOpenGLFunctions_4_5_Core:: glGetString ( GLenum name )

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

GLuint QOpenGLFunctions_4_5_Core:: glGetSubroutineIndex ( GLuint program , GLenum shadertype , const GLchar * name )

GLint QOpenGLFunctions_4_5_Core:: glGetSubroutineUniformLocation ( GLuint program , GLenum shadertype , const GLchar * name )

void QOpenGLFunctions_4_5_Core:: glGetSynciv ( GLsync sync , GLenum pname , GLsizei bufSize , GLsizei * length , GLint * values )

void QOpenGLFunctions_4_5_Core:: glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , void * pixels )

void QOpenGLFunctions_4_5_Core:: glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetTexParameterIiv ( GLenum target , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetTexParameterIuiv ( GLenum target , GLenum pname , GLuint * params )

void QOpenGLFunctions_4_5_Core:: glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetTextureImage ( GLuint texture , GLint level , GLenum format , GLenum type , GLsizei bufSize , void * pixels )

void QOpenGLFunctions_4_5_Core:: glGetTextureLevelParameterfv ( GLuint texture , GLint level , GLenum pname , GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glGetTextureLevelParameteriv ( GLuint texture , GLint level , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetTextureParameterIiv ( GLuint texture , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetTextureParameterIuiv ( GLuint texture , GLenum pname , GLuint * params )

void QOpenGLFunctions_4_5_Core:: glGetTextureParameterfv ( GLuint texture , GLenum pname , GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glGetTextureParameteriv ( GLuint texture , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetTextureSubImage ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLsizei bufSize , void * pixels )

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

void QOpenGLFunctions_4_5_Core:: glGetTransformFeedbacki64_v ( GLuint xfb , GLenum pname , GLuint index , GLint64 * param )

void QOpenGLFunctions_4_5_Core:: glGetTransformFeedbacki_v ( GLuint xfb , GLenum pname , GLuint index , GLint * param )

void QOpenGLFunctions_4_5_Core:: glGetTransformFeedbackiv ( GLuint xfb , GLenum pname , GLint * param )

GLuint QOpenGLFunctions_4_5_Core:: glGetUniformBlockIndex ( GLuint program , const GLchar * uniformBlockName )

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

GLint QOpenGLFunctions_4_5_Core:: glGetUniformLocation ( GLuint program , const GLchar * name )

void QOpenGLFunctions_4_5_Core:: glGetUniformSubroutineuiv ( GLenum shadertype , GLint location , GLuint * params )

void QOpenGLFunctions_4_5_Core:: glGetUniformdv ( GLuint program , GLint location , GLdouble * params )

void QOpenGLFunctions_4_5_Core:: glGetUniformfv ( GLuint program , GLint location , GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glGetUniformiv ( GLuint program , GLint location , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetUniformuiv ( GLuint program , GLint location , GLuint * params )

void QOpenGLFunctions_4_5_Core:: glGetVertexArrayIndexed64iv ( GLuint vaobj , GLuint index , GLenum pname , GLint64 * param )

void QOpenGLFunctions_4_5_Core:: glGetVertexArrayIndexediv ( GLuint vaobj , GLuint index , GLenum pname , GLint * param )

void QOpenGLFunctions_4_5_Core:: glGetVertexArrayiv ( GLuint vaobj , GLenum pname , GLint * param )

void QOpenGLFunctions_4_5_Core:: glGetVertexAttribIiv ( GLuint index , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetVertexAttribIuiv ( GLuint index , GLenum pname , GLuint * params )

void QOpenGLFunctions_4_5_Core:: glGetVertexAttribLdv ( GLuint index , GLenum pname , GLdouble * params )

void QOpenGLFunctions_4_5_Core:: glGetVertexAttribPointerv ( GLuint index , GLenum pname , void ** pointer )

void QOpenGLFunctions_4_5_Core:: glGetVertexAttribdv ( GLuint index , GLenum pname , GLdouble * params )

void QOpenGLFunctions_4_5_Core:: glGetVertexAttribfv ( GLuint index , GLenum pname , GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glGetVertexAttribiv ( GLuint index , GLenum pname , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetnCompressedTexImage ( GLenum target , GLint lod , GLsizei bufSize , void * pixels )

void QOpenGLFunctions_4_5_Core:: glGetnTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLsizei bufSize , void * pixels )

void QOpenGLFunctions_4_5_Core:: glGetnUniformdv ( GLuint program , GLint location , GLsizei bufSize , GLdouble * params )

void QOpenGLFunctions_4_5_Core:: glGetnUniformfv ( GLuint program , GLint location , GLsizei bufSize , GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glGetnUniformiv ( GLuint program , GLint location , GLsizei bufSize , GLint * params )

void QOpenGLFunctions_4_5_Core:: glGetnUniformuiv ( GLuint program , GLint location , GLsizei bufSize , GLuint * params )

void QOpenGLFunctions_4_5_Core:: glHint ( GLenum target , GLenum mode )

void QOpenGLFunctions_4_5_Core:: glInvalidateBufferData ( GLuint buffer )

void QOpenGLFunctions_4_5_Core:: glInvalidateBufferSubData ( GLuint buffer , GLintptr offset , GLsizeiptr length )

void QOpenGLFunctions_4_5_Core:: glInvalidateFramebuffer ( GLenum target , GLsizei numAttachments , const GLenum * attachments )

void QOpenGLFunctions_4_5_Core:: glInvalidateNamedFramebufferData ( GLuint framebuffer , GLsizei numAttachments , const GLenum * attachments )

void QOpenGLFunctions_4_5_Core:: glInvalidateNamedFramebufferSubData ( GLuint framebuffer , GLsizei numAttachments , const GLenum * attachments , GLint x , GLint y , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glInvalidateSubFramebuffer ( GLenum target , GLsizei numAttachments , const GLenum * attachments , GLint x , GLint y , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glInvalidateTexImage ( GLuint texture , GLint level )

void QOpenGLFunctions_4_5_Core:: glInvalidateTexSubImage ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth )

GLboolean QOpenGLFunctions_4_5_Core:: glIsBuffer ( GLuint buffer )

GLboolean QOpenGLFunctions_4_5_Core:: glIsEnabled ( GLenum cap )

GLboolean QOpenGLFunctions_4_5_Core:: glIsEnabledi ( GLenum target , GLuint index )

GLboolean QOpenGLFunctions_4_5_Core:: glIsFramebuffer ( GLuint framebuffer )

GLboolean QOpenGLFunctions_4_5_Core:: glIsProgram ( GLuint program )

GLboolean QOpenGLFunctions_4_5_Core:: glIsProgramPipeline ( GLuint pipeline )

GLboolean QOpenGLFunctions_4_5_Core:: glIsQuery ( GLuint id )

GLboolean QOpenGLFunctions_4_5_Core:: glIsRenderbuffer ( GLuint renderbuffer )

GLboolean QOpenGLFunctions_4_5_Core:: glIsSampler ( GLuint sampler )

GLboolean QOpenGLFunctions_4_5_Core:: glIsShader ( GLuint shader )

GLboolean QOpenGLFunctions_4_5_Core:: glIsSync ( GLsync sync )

GLboolean QOpenGLFunctions_4_5_Core:: glIsTexture ( GLuint texture )

GLboolean QOpenGLFunctions_4_5_Core:: glIsTransformFeedback ( GLuint id )

GLboolean QOpenGLFunctions_4_5_Core:: glIsVertexArray ( GLuint array )

void QOpenGLFunctions_4_5_Core:: glLineWidth ( GLfloat width )

void QOpenGLFunctions_4_5_Core:: glLinkProgram ( GLuint program )

void QOpenGLFunctions_4_5_Core:: glLogicOp ( GLenum opcode )

void *QOpenGLFunctions_4_5_Core:: glMapBuffer ( GLenum target , GLenum access )

void *QOpenGLFunctions_4_5_Core:: glMapBufferRange ( GLenum target , GLintptr offset , GLsizeiptr length , GLbitfield access )

void *QOpenGLFunctions_4_5_Core:: glMapNamedBuffer ( GLuint buffer , GLenum access )

void *QOpenGLFunctions_4_5_Core:: glMapNamedBufferRange ( GLuint buffer , GLintptr offset , GLsizei length , GLbitfield access )

void QOpenGLFunctions_4_5_Core:: glMemoryBarrier ( GLbitfield barriers )

void QOpenGLFunctions_4_5_Core:: glMemoryBarrierByRegion ( GLbitfield barriers )

void QOpenGLFunctions_4_5_Core:: glMinSampleShading ( GLfloat value )

void QOpenGLFunctions_4_5_Core:: glMultiDrawArrays ( GLenum mode , const GLint * first , const GLsizei * count , GLsizei drawcount )

void QOpenGLFunctions_4_5_Core:: glMultiDrawArraysIndirect ( GLenum mode , const void * indirect , GLsizei drawcount , GLsizei stride )

void QOpenGLFunctions_4_5_Core:: glMultiDrawElements ( GLenum mode , const GLsizei * count , GLenum type , const void * const * indices , GLsizei drawcount )

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

void QOpenGLFunctions_4_5_Core:: glMultiDrawElementsIndirect ( GLenum mode , GLenum type , const void * indirect , GLsizei drawcount , GLsizei stride )

void QOpenGLFunctions_4_5_Core:: glNamedBufferData ( GLuint buffer , GLsizei size , const void * data , GLenum usage )

void QOpenGLFunctions_4_5_Core:: glNamedBufferStorage ( GLuint buffer , GLsizei size , const void * data , GLbitfield flags )

void QOpenGLFunctions_4_5_Core:: glNamedBufferSubData ( GLuint buffer , GLintptr offset , GLsizei size , const void * data )

void QOpenGLFunctions_4_5_Core:: glNamedFramebufferDrawBuffer ( GLuint framebuffer , GLenum buf )

void QOpenGLFunctions_4_5_Core:: glNamedFramebufferDrawBuffers ( GLuint framebuffer , GLsizei n , const GLenum * bufs )

void QOpenGLFunctions_4_5_Core:: glNamedFramebufferParameteri ( GLuint framebuffer , GLenum pname , GLint param )

void QOpenGLFunctions_4_5_Core:: glNamedFramebufferReadBuffer ( GLuint framebuffer , GLenum src )

void QOpenGLFunctions_4_5_Core:: glNamedFramebufferRenderbuffer ( GLuint framebuffer , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer )

void QOpenGLFunctions_4_5_Core:: glNamedFramebufferTexture ( GLuint framebuffer , GLenum attachment , GLuint texture , GLint level )

void QOpenGLFunctions_4_5_Core:: glNamedFramebufferTextureLayer ( GLuint framebuffer , GLenum attachment , GLuint texture , GLint level , GLint layer )

void QOpenGLFunctions_4_5_Core:: glNamedRenderbufferStorage ( GLuint renderbuffer , GLenum internalformat , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glNamedRenderbufferStorageMultisample ( GLuint renderbuffer , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glObjectLabel ( GLenum identifier , GLuint name , GLsizei length , const GLchar * label )

void QOpenGLFunctions_4_5_Core:: glObjectPtrLabel (const void * ptr , GLsizei length , const GLchar * label )

void QOpenGLFunctions_4_5_Core:: glPatchParameterfv ( GLenum pname , const GLfloat * values )

void QOpenGLFunctions_4_5_Core:: glPatchParameteri ( GLenum pname , GLint value )

void QOpenGLFunctions_4_5_Core:: glPauseTransformFeedback ()

void QOpenGLFunctions_4_5_Core:: glPixelStoref ( GLenum pname , GLfloat param )

void QOpenGLFunctions_4_5_Core:: glPixelStorei ( GLenum pname , GLint param )

void QOpenGLFunctions_4_5_Core:: glPointParameterf ( GLenum pname , GLfloat param )

void QOpenGLFunctions_4_5_Core:: glPointParameterfv ( GLenum pname , const GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glPointParameteri ( GLenum pname , GLint param )

void QOpenGLFunctions_4_5_Core:: glPointParameteriv ( GLenum pname , const GLint * params )

void QOpenGLFunctions_4_5_Core:: glPointSize ( GLfloat size )

void QOpenGLFunctions_4_5_Core:: glPolygonMode ( GLenum face , GLenum mode )

void QOpenGLFunctions_4_5_Core:: glPolygonOffset ( GLfloat factor , GLfloat units )

void QOpenGLFunctions_4_5_Core:: glPopDebugGroup ()

void QOpenGLFunctions_4_5_Core:: glPrimitiveRestartIndex ( GLuint index )

void QOpenGLFunctions_4_5_Core:: glProgramBinary ( GLuint program , GLenum binaryFormat , const void * binary , GLsizei length )

void QOpenGLFunctions_4_5_Core:: glProgramParameteri ( GLuint program , GLenum pname , GLint value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform1d ( GLuint program , GLint location , GLdouble v0 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform1dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform1f ( GLuint program , GLint location , GLfloat v0 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform1fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform1i ( GLuint program , GLint location , GLint v0 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform1iv ( GLuint program , GLint location , GLsizei count , const GLint * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform1ui ( GLuint program , GLint location , GLuint v0 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform1uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform2d ( GLuint program , GLint location , GLdouble v0 , GLdouble v1 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform2dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform2f ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform2fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform2i ( GLuint program , GLint location , GLint v0 , GLint v1 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform2iv ( GLuint program , GLint location , GLsizei count , const GLint * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform2ui ( GLuint program , GLint location , GLuint v0 , GLuint v1 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform2uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform3d ( GLuint program , GLint location , GLdouble v0 , GLdouble v1 , GLdouble v2 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform3dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform3f ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform3fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform3i ( GLuint program , GLint location , GLint v0 , GLint v1 , GLint v2 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform3iv ( GLuint program , GLint location , GLsizei count , const GLint * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform3ui ( GLuint program , GLint location , GLuint v0 , GLuint v1 , GLuint v2 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform3uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform4d ( GLuint program , GLint location , GLdouble v0 , GLdouble v1 , GLdouble v2 , GLdouble v3 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform4dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform4f ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform4fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform4i ( GLuint program , GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform4iv ( GLuint program , GLint location , GLsizei count , const GLint * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniform4ui ( GLuint program , GLint location , GLuint v0 , GLuint v1 , GLuint v2 , GLuint v3 )

void QOpenGLFunctions_4_5_Core:: glProgramUniform4uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix2x3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix2x3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix2x4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix2x4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix3x2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix3x2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix3x4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix3x4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix4x2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix4x2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix4x3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glProgramUniformMatrix4x3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glProvokingVertex ( GLenum mode )

void QOpenGLFunctions_4_5_Core:: glPushDebugGroup ( GLenum source , GLuint id , GLsizei length , const GLchar * message )

void QOpenGLFunctions_4_5_Core:: glQueryCounter ( GLuint id , GLenum target )

void QOpenGLFunctions_4_5_Core:: glReadBuffer ( GLenum src )

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

void QOpenGLFunctions_4_5_Core:: glReadnPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLsizei bufSize , void * data )

void QOpenGLFunctions_4_5_Core:: glReleaseShaderCompiler ()

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

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

void QOpenGLFunctions_4_5_Core:: glResumeTransformFeedback ()

void QOpenGLFunctions_4_5_Core:: glSampleCoverage ( GLfloat value , GLboolean invert )

void QOpenGLFunctions_4_5_Core:: glSampleMaski ( GLuint maskNumber , GLbitfield mask )

void QOpenGLFunctions_4_5_Core:: glSamplerParameterIiv ( GLuint sampler , GLenum pname , const GLint * param )

void QOpenGLFunctions_4_5_Core:: glSamplerParameterIuiv ( GLuint sampler , GLenum pname , const GLuint * param )

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

void QOpenGLFunctions_4_5_Core:: glSamplerParameterfv ( GLuint sampler , GLenum pname , const GLfloat * param )

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

void QOpenGLFunctions_4_5_Core:: glSamplerParameteriv ( GLuint sampler , GLenum pname , const GLint * param )

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

void QOpenGLFunctions_4_5_Core:: glScissorArrayv ( GLuint first , GLsizei count , const GLint * v )

void QOpenGLFunctions_4_5_Core:: glScissorIndexed ( GLuint index , GLint left , GLint bottom , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glScissorIndexedv ( GLuint index , const GLint * v )

void QOpenGLFunctions_4_5_Core:: glShaderBinary ( GLsizei count , const GLuint * shaders , GLenum binaryformat , const void * binary , GLsizei length )

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

void QOpenGLFunctions_4_5_Core:: glShaderStorageBlockBinding ( GLuint program , GLuint storageBlockIndex , GLuint storageBlockBinding )

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

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

void QOpenGLFunctions_4_5_Core:: glStencilMask ( GLuint mask )

void QOpenGLFunctions_4_5_Core:: glStencilMaskSeparate ( GLenum face , GLuint mask )

void QOpenGLFunctions_4_5_Core:: glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass )

void QOpenGLFunctions_4_5_Core:: glStencilOpSeparate ( GLenum face , GLenum sfail , GLenum dpfail , GLenum dppass )

void QOpenGLFunctions_4_5_Core:: glTexBuffer ( GLenum target , GLenum internalformat , GLuint buffer )

void QOpenGLFunctions_4_5_Core:: glTexBufferRange ( GLenum target , GLenum internalformat , GLuint buffer , GLintptr offset , GLsizeiptr size )

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

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

void QOpenGLFunctions_4_5_Core:: glTexImage2DMultisample ( GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLboolean fixedsamplelocations )

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

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

void QOpenGLFunctions_4_5_Core:: glTexParameterIiv ( GLenum target , GLenum pname , const GLint * params )

void QOpenGLFunctions_4_5_Core:: glTexParameterIuiv ( GLenum target , GLenum pname , const GLuint * params )

void QOpenGLFunctions_4_5_Core:: glTexParameterf ( GLenum target , GLenum pname , GLfloat param )

void QOpenGLFunctions_4_5_Core:: glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params )

void QOpenGLFunctions_4_5_Core:: glTexParameteri ( GLenum target , GLenum pname , GLint param )

void QOpenGLFunctions_4_5_Core:: glTexParameteriv ( GLenum target , GLenum pname , const GLint * params )

void QOpenGLFunctions_4_5_Core:: glTexStorage1D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width )

void QOpenGLFunctions_4_5_Core:: glTexStorage2D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glTexStorage2DMultisample ( GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLboolean fixedsamplelocations )

void QOpenGLFunctions_4_5_Core:: glTexStorage3D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth )

void QOpenGLFunctions_4_5_Core:: glTexStorage3DMultisample ( GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedsamplelocations )

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

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

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

void QOpenGLFunctions_4_5_Core:: glTextureBarrier ()

void QOpenGLFunctions_4_5_Core:: glTextureBuffer ( GLuint texture , GLenum internalformat , GLuint buffer )

void QOpenGLFunctions_4_5_Core:: glTextureBufferRange ( GLuint texture , GLenum internalformat , GLuint buffer , GLintptr offset , GLsizei size )

void QOpenGLFunctions_4_5_Core:: glTextureParameterIiv ( GLuint texture , GLenum pname , const GLint * params )

void QOpenGLFunctions_4_5_Core:: glTextureParameterIuiv ( GLuint texture , GLenum pname , const GLuint * params )

void QOpenGLFunctions_4_5_Core:: glTextureParameterf ( GLuint texture , GLenum pname , GLfloat param )

void QOpenGLFunctions_4_5_Core:: glTextureParameterfv ( GLuint texture , GLenum pname , const GLfloat * param )

void QOpenGLFunctions_4_5_Core:: glTextureParameteri ( GLuint texture , GLenum pname , GLint param )

void QOpenGLFunctions_4_5_Core:: glTextureParameteriv ( GLuint texture , GLenum pname , const GLint * param )

void QOpenGLFunctions_4_5_Core:: glTextureStorage1D ( GLuint texture , GLsizei levels , GLenum internalformat , GLsizei width )

void QOpenGLFunctions_4_5_Core:: glTextureStorage2D ( GLuint texture , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height )

void QOpenGLFunctions_4_5_Core:: glTextureStorage2DMultisample ( GLuint texture , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLboolean fixedsamplelocations )

void QOpenGLFunctions_4_5_Core:: glTextureStorage3D ( GLuint texture , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth )

void QOpenGLFunctions_4_5_Core:: glTextureStorage3DMultisample ( GLuint texture , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedsamplelocations )

void QOpenGLFunctions_4_5_Core:: glTextureSubImage1D ( GLuint texture , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels )

void QOpenGLFunctions_4_5_Core:: glTextureSubImage2D ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels )

void QOpenGLFunctions_4_5_Core:: glTextureSubImage3D ( GLuint texture , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * pixels )

void QOpenGLFunctions_4_5_Core:: glTextureView ( GLuint texture , GLenum target , GLuint origtexture , GLenum internalformat , GLuint minlevel , GLuint numlevels , GLuint minlayer , GLuint numlayers )

void QOpenGLFunctions_4_5_Core:: glTransformFeedbackBufferBase ( GLuint xfb , GLuint index , GLuint buffer )

void QOpenGLFunctions_4_5_Core:: glTransformFeedbackBufferRange ( GLuint xfb , GLuint index , GLuint buffer , GLintptr offset , GLsizei size )

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

void QOpenGLFunctions_4_5_Core:: glUniform1d ( GLint location , GLdouble x )

void QOpenGLFunctions_4_5_Core:: glUniform1dv ( GLint location , GLsizei count , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniform1f ( GLint location , GLfloat v0 )

void QOpenGLFunctions_4_5_Core:: glUniform1fv ( GLint location , GLsizei count , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniform1i ( GLint location , GLint v0 )

void QOpenGLFunctions_4_5_Core:: glUniform1iv ( GLint location , GLsizei count , const GLint * value )

void QOpenGLFunctions_4_5_Core:: glUniform1ui ( GLint location , GLuint v0 )

void QOpenGLFunctions_4_5_Core:: glUniform1uiv ( GLint location , GLsizei count , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glUniform2d ( GLint location , GLdouble x , GLdouble y )

void QOpenGLFunctions_4_5_Core:: glUniform2dv ( GLint location , GLsizei count , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniform2f ( GLint location , GLfloat v0 , GLfloat v1 )

void QOpenGLFunctions_4_5_Core:: glUniform2fv ( GLint location , GLsizei count , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniform2i ( GLint location , GLint v0 , GLint v1 )

void QOpenGLFunctions_4_5_Core:: glUniform2iv ( GLint location , GLsizei count , const GLint * value )

void QOpenGLFunctions_4_5_Core:: glUniform2ui ( GLint location , GLuint v0 , GLuint v1 )

void QOpenGLFunctions_4_5_Core:: glUniform2uiv ( GLint location , GLsizei count , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glUniform3d ( GLint location , GLdouble x , GLdouble y , GLdouble z )

void QOpenGLFunctions_4_5_Core:: glUniform3dv ( GLint location , GLsizei count , const GLdouble * value )

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

void QOpenGLFunctions_4_5_Core:: glUniform3fv ( GLint location , GLsizei count , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniform3i ( GLint location , GLint v0 , GLint v1 , GLint v2 )

void QOpenGLFunctions_4_5_Core:: glUniform3iv ( GLint location , GLsizei count , const GLint * value )

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

void QOpenGLFunctions_4_5_Core:: glUniform3uiv ( GLint location , GLsizei count , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glUniform4d ( GLint location , GLdouble x , GLdouble y , GLdouble z , GLdouble w )

void QOpenGLFunctions_4_5_Core:: glUniform4dv ( GLint location , GLsizei count , const GLdouble * value )

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

void QOpenGLFunctions_4_5_Core:: glUniform4fv ( GLint location , GLsizei count , const GLfloat * value )

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

void QOpenGLFunctions_4_5_Core:: glUniform4iv ( GLint location , GLsizei count , const GLint * value )

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

void QOpenGLFunctions_4_5_Core:: glUniform4uiv ( GLint location , GLsizei count , const GLuint * value )

void QOpenGLFunctions_4_5_Core:: glUniformBlockBinding ( GLuint program , GLuint uniformBlockIndex , GLuint uniformBlockBinding )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix2x3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix2x3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix2x4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix2x4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix3x2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix3x2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix3x4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix3x4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix4x2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix4x2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix4x3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value )

void QOpenGLFunctions_4_5_Core:: glUniformMatrix4x3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value )

void QOpenGLFunctions_4_5_Core:: glUniformSubroutinesuiv ( GLenum shadertype , GLsizei count , const GLuint * indices )

GLboolean QOpenGLFunctions_4_5_Core:: glUnmapBuffer ( GLenum target )

GLboolean QOpenGLFunctions_4_5_Core:: glUnmapNamedBuffer ( GLuint buffer )

void QOpenGLFunctions_4_5_Core:: glUseProgram ( GLuint program )

void QOpenGLFunctions_4_5_Core:: glUseProgramStages ( GLuint pipeline , GLbitfield stages , GLuint program )

void QOpenGLFunctions_4_5_Core:: glValidateProgram ( GLuint program )

void QOpenGLFunctions_4_5_Core:: glValidateProgramPipeline ( GLuint pipeline )

void QOpenGLFunctions_4_5_Core:: glVertexArrayAttribBinding ( GLuint vaobj , GLuint attribindex , GLuint bindingindex )

void QOpenGLFunctions_4_5_Core:: glVertexArrayAttribFormat ( GLuint vaobj , GLuint attribindex , GLint size , GLenum type , GLboolean normalized , GLuint relativeoffset )

void QOpenGLFunctions_4_5_Core:: glVertexArrayAttribIFormat ( GLuint vaobj , GLuint attribindex , GLint size , GLenum type , GLuint relativeoffset )

void QOpenGLFunctions_4_5_Core:: glVertexArrayAttribLFormat ( GLuint vaobj , GLuint attribindex , GLint size , GLenum type , GLuint relativeoffset )

void QOpenGLFunctions_4_5_Core:: glVertexArrayBindingDivisor ( GLuint vaobj , GLuint bindingindex , GLuint divisor )

void QOpenGLFunctions_4_5_Core:: glVertexArrayElementBuffer ( GLuint vaobj , GLuint buffer )

void QOpenGLFunctions_4_5_Core:: glVertexArrayVertexBuffer ( GLuint vaobj , GLuint bindingindex , GLuint buffer , GLintptr offset , GLsizei stride )

void QOpenGLFunctions_4_5_Core:: glVertexArrayVertexBuffers ( GLuint vaobj , GLuint first , GLsizei count , const GLuint * buffers , const GLintptr * offsets , const GLsizei * strides )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib1d ( GLuint index , GLdouble x )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib1dv ( GLuint index , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib1f ( GLuint index , GLfloat x )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib1fv ( GLuint index , const GLfloat * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib1s ( GLuint index , GLshort x )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib1sv ( GLuint index , const GLshort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib2d ( GLuint index , GLdouble x , GLdouble y )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib2dv ( GLuint index , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib2f ( GLuint index , GLfloat x , GLfloat y )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib2fv ( GLuint index , const GLfloat * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib2s ( GLuint index , GLshort x , GLshort y )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib2sv ( GLuint index , const GLshort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib3d ( GLuint index , GLdouble x , GLdouble y , GLdouble z )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib3dv ( GLuint index , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib3f ( GLuint index , GLfloat x , GLfloat y , GLfloat z )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib3fv ( GLuint index , const GLfloat * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib3s ( GLuint index , GLshort x , GLshort y , GLshort z )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib3sv ( GLuint index , const GLshort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4Nbv ( GLuint index , const GLbyte * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4Niv ( GLuint index , const GLint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4Nsv ( GLuint index , const GLshort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4Nub ( GLuint index , GLubyte x , GLubyte y , GLubyte z , GLubyte w )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4Nubv ( GLuint index , const GLubyte * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4Nuiv ( GLuint index , const GLuint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4Nusv ( GLuint index , const GLushort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4bv ( GLuint index , const GLbyte * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4d ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4dv ( GLuint index , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4f ( GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4fv ( GLuint index , const GLfloat * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4iv ( GLuint index , const GLint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4s ( GLuint index , GLshort x , GLshort y , GLshort z , GLshort w )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4sv ( GLuint index , const GLshort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4ubv ( GLuint index , const GLubyte * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4uiv ( GLuint index , const GLuint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttrib4usv ( GLuint index , const GLushort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribBinding ( GLuint attribindex , GLuint bindingindex )

void QOpenGLFunctions_4_5_Core:: glVertexAttribDivisor ( GLuint index , GLuint divisor )

void QOpenGLFunctions_4_5_Core:: glVertexAttribFormat ( GLuint attribindex , GLint size , GLenum type , GLboolean normalized , GLuint relativeoffset )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI1i ( GLuint index , GLint x )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI1iv ( GLuint index , const GLint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI1ui ( GLuint index , GLuint x )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI1uiv ( GLuint index , const GLuint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI2i ( GLuint index , GLint x , GLint y )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI2iv ( GLuint index , const GLint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI2ui ( GLuint index , GLuint x , GLuint y )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI2uiv ( GLuint index , const GLuint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI3i ( GLuint index , GLint x , GLint y , GLint z )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI3iv ( GLuint index , const GLint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI3ui ( GLuint index , GLuint x , GLuint y , GLuint z )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI3uiv ( GLuint index , const GLuint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI4bv ( GLuint index , const GLbyte * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI4i ( GLuint index , GLint x , GLint y , GLint z , GLint w )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI4iv ( GLuint index , const GLint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI4sv ( GLuint index , const GLshort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI4ubv ( GLuint index , const GLubyte * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI4ui ( GLuint index , GLuint x , GLuint y , GLuint z , GLuint w )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI4uiv ( GLuint index , const GLuint * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribI4usv ( GLuint index , const GLushort * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribIFormat ( GLuint attribindex , GLint size , GLenum type , GLuint relativeoffset )

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

void QOpenGLFunctions_4_5_Core:: glVertexAttribL1d ( GLuint index , GLdouble x )

void QOpenGLFunctions_4_5_Core:: glVertexAttribL1dv ( GLuint index , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribL2d ( GLuint index , GLdouble x , GLdouble y )

void QOpenGLFunctions_4_5_Core:: glVertexAttribL2dv ( GLuint index , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribL3d ( GLuint index , GLdouble x , GLdouble y , GLdouble z )

void QOpenGLFunctions_4_5_Core:: glVertexAttribL3dv ( GLuint index , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribL4d ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w )

void QOpenGLFunctions_4_5_Core:: glVertexAttribL4dv ( GLuint index , const GLdouble * v )

void QOpenGLFunctions_4_5_Core:: glVertexAttribLFormat ( GLuint attribindex , GLint size , GLenum type , GLuint relativeoffset )

void QOpenGLFunctions_4_5_Core:: glVertexAttribLPointer ( GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer )

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

void QOpenGLFunctions_4_5_Core:: glVertexAttribP1uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value )

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

void QOpenGLFunctions_4_5_Core:: glVertexAttribP2uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value )

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

void QOpenGLFunctions_4_5_Core:: glVertexAttribP3uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value )

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

void QOpenGLFunctions_4_5_Core:: glVertexAttribP4uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value )

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

void QOpenGLFunctions_4_5_Core:: glVertexBindingDivisor ( GLuint bindingindex , GLuint divisor )

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

void QOpenGLFunctions_4_5_Core:: glViewportArrayv ( GLuint first , GLsizei count , const GLfloat * v )

void QOpenGLFunctions_4_5_Core:: glViewportIndexedf ( GLuint index , GLfloat x , GLfloat y , GLfloat w , GLfloat h )

void QOpenGLFunctions_4_5_Core:: glViewportIndexedfv ( GLuint index , const GLfloat * v )

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

[virtual] bool QOpenGLFunctions_4_5_Core:: initializeOpenGLFunctions ()