Lines Matching +defs:target +defs:pointer +defs:width
43 static bool validImageSize(GLint level, GLsizei width, GLsizei height) in validImageSize()
119 void GL_APIENTRY BeginQueryEXT(GLenum target, GLuint name) in BeginQueryEXT()
181 void GL_APIENTRY BindBuffer(GLenum target, GLuint buffer) in BindBuffer()
221 void GL_APIENTRY BindFramebuffer(GLenum target, GLuint framebuffer) in BindFramebuffer()
246 void GL_APIENTRY BindRenderbuffer(GLenum target, GLuint renderbuffer) in BindRenderbuffer()
267 void GL_APIENTRY BindTexture(GLenum target, GLuint texture) in BindTexture()
470 void GL_APIENTRY BufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in BufferData()
519 void GL_APIENTRY BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in BufferSubData()
563 GLenum GL_APIENTRY CheckFramebufferStatus(GLenum target) in CheckFramebufferStatus()
690 void GL_APIENTRY CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei wi… in CompressedTexImage2D()
789 void GL_APIENTRY CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, … in CompressedTexSubImage2D()
866 void GL_APIENTRY CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y… in CopyTexImage2D()
1014 …d GL_APIENTRY CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x,… in CopyTexSubImage2D()
1808 void GL_APIENTRY EndQueryEXT(GLenum target) in EndQueryEXT()
1872 void GL_APIENTRY FramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarge… in FramebufferRenderbuffer()
1946 void GL_APIENTRY FramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint te… in FramebufferTexture2D()
2103 void GL_APIENTRY GenerateMipmap(GLenum target) in GenerateMipmap()
2441 void GL_APIENTRY GetBufferParameteriv(GLenum target, GLenum pname, GLint* params) in GetBufferParameteriv()
2573 void GL_APIENTRY GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname… in GetFramebufferAttachmentParameteriv()
3008 void GL_APIENTRY GetQueryivEXT(GLenum target, GLenum pname, GLint *params) in GetQueryivEXT()
3071 void GL_APIENTRY GetRenderbufferParameteriv(GLenum target, GLenum pname, GLint* params) in GetRenderbufferParameteriv()
3284 void GL_APIENTRY GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) in GetTexParameterfv()
3364 void GL_APIENTRY GetTexParameteriv(GLenum target, GLenum pname, GLint* params) in GetTexParameteriv()
3737 void GL_APIENTRY GetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid** pointer) in GetVertexAttribPointerv()
3759 void GL_APIENTRY Hint(GLenum target, GLenum mode) in Hint()
3982 void GL_APIENTRY LineWidth(GLfloat width) in LineWidth()
4132 void GL_APIENTRY ReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, in ReadnPixelsEXT()
4152 void GL_APIENTRY ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum … in ReadPixels()
4178 …L_APIENTRY RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, G… in RenderbufferStorageMultisample()
4234 …ENTRY RenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, G… in RenderbufferStorageMultisampleANGLE()
4239 void GL_APIENTRY RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei h… in RenderbufferStorage()
4280 void GL_APIENTRY Scissor(GLint x, GLint y, GLsizei width, GLsizei height) in Scissor()
4526 void GL_APIENTRY TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsize… in TexImage2D()
4629 void GL_APIENTRY TexParameterf(GLenum target, GLenum pname, GLfloat param) in TexParameterf()
4748 void GL_APIENTRY TexParameterfv(GLenum target, GLenum pname, const GLfloat* params) in TexParameterfv()
4753 void GL_APIENTRY TexParameteri(GLenum target, GLenum pname, GLint param) in TexParameteri()
4876 void GL_APIENTRY TexParameteriv(GLenum target, GLenum pname, const GLint* params) in TexParameteriv()
4881 void GL_APIENTRY TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in TexSubImage2D()
5627 void GL_APIENTRY Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport()
5695 void GL_APIENTRY TexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GL… in TexImage3DOES()
5768 …oid GL_APIENTRY TexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint z… in TexSubImage3DOES()
5815 …RY CopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G… in CopyTexSubImage3DOES()
5864 void GL_APIENTRY CompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei… in CompressedTexImage3DOES()
5921 …ENTRY CompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint z… in CompressedTexSubImage3DOES()
5977 void GL_APIENTRY FramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint… in FramebufferTexture3DOES()
6066 void GL_APIENTRY EGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image) in EGLImageTargetTexture2DOES()
6107 void GL_APIENTRY EGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) in EGLImageTargetRenderbufferStorageOES()
6119 void GL_APIENTRY BindRenderbufferOES(GLenum target, GLuint renderbuffer) in BindRenderbufferOES()
6134 void GL_APIENTRY RenderbufferStorageOES(GLenum target, GLenum internalformat, GLsizei width, GLsize… in RenderbufferStorageOES()
6139 void GL_APIENTRY GetRenderbufferParameterivOES(GLenum target, GLenum pname, GLint* params) in GetRenderbufferParameterivOES()
6149 void GL_APIENTRY BindFramebufferOES(GLenum target, GLuint framebuffer) in BindFramebufferOES()
6164 GLenum GL_APIENTRY CheckFramebufferStatusOES(GLenum target) in CheckFramebufferStatusOES()
6169 void GL_APIENTRY FramebufferRenderbufferOES(GLenum target, GLenum attachment, GLenum renderbufferta… in FramebufferRenderbufferOES()
6174 void GL_APIENTRY FramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint… in FramebufferTexture2DOES()
6179 void GL_APIENTRY GetFramebufferAttachmentParameterivOES(GLenum target, GLenum attachment, GLenum pn… in GetFramebufferAttachmentParameterivOES()
6184 void GL_APIENTRY GenerateMipmapOES(GLenum target) in GenerateMipmapOES()