• Home
  • Raw
  • Download

Lines Matching +defs:target +defs:pointer +defs:width

37 static bool validImageSize(GLint level, GLsizei width, GLsizei height)  in validImageSize()
47 static bool ValidateQueryTarget(GLenum target) in ValidateQueryTarget()
337 void GL_APIENTRY TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsize… in TexImage3D()
397 void GL_APIENTRY TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoff… in TexSubImage3D()
445 …ENTRY CopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G… in CopyTexSubImage3D()
508 void GL_APIENTRY CompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei wi… in CompressedTexImage3D()
565 …APIENTRY CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint z… in CompressedTexSubImage3D()
726 void GL_APIENTRY BeginQuery(GLenum target, GLuint id) in BeginQuery()
748 void GL_APIENTRY EndQuery(GLenum target) in EndQuery()
765 void GL_APIENTRY GetQueryiv(GLenum target, GLenum pname, GLint *params) in GetQueryiv()
827 GLboolean GL_APIENTRY UnmapBuffer(GLenum target) in UnmapBuffer()
859 void GL_APIENTRY GetBufferPointerv(GLenum target, GLenum pname, void **params) in GetBufferPointerv()
1213 void GL_APIENTRY FramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint le… in FramebufferTextureLayer()
1326 void *GL_APIENTRY MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield acce… in MapBufferRange()
1396 void GL_APIENTRY FlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length) in FlushMappedBufferRange()
1548 void GL_APIENTRY GetIntegeri_v(GLenum target, GLuint index, GLint *data) in GetIntegeri_v()
1668 void GL_APIENTRY BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsiz… in BindBufferRange()
1714 void GL_APIENTRY BindBufferBase(GLenum target, GLuint index, GLuint buffer) in BindBufferBase()
1810 …RY VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in VertexAttribIPointer()
2992 void GL_APIENTRY GetInteger64i_v(GLenum target, GLuint index, GLint64 *data) in GetInteger64i_v()
3051 void GL_APIENTRY GetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params) in GetBufferParameteri64v()
3315 void GL_APIENTRY BindTransformFeedback(GLenum target, GLuint id) in BindTransformFeedback()
3543 …RY InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLin… in InvalidateSubFramebuffer()
3611 void GL_APIENTRY InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachm… in InvalidateFramebuffer()
3619 void GL_APIENTRY TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, … in TexStorage2D()
3707 void GL_APIENTRY TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, … in TexStorage3D()
3780 void GL_APIENTRY GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bu… in GetInternalformativ()