Home | History | Annotate | Download | only in wrapper

Lines Matching full:levels

5359 void glwTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
5364 gl->texStorage1D(target, levels, internalformat, width);
5367 void glwTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
5372 gl->texStorage2D(target, levels, internalformat, width, height);
5383 void glwTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
5388 gl->texStorage3D(target, levels, internalformat, width, height, depth);
5607 void glwTextureStorage1D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width)
5612 gl->textureStorage1D(texture, levels, internalformat, width);
5615 void glwTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
5620 gl->textureStorage1DEXT(texture, target, levels, internalformat, width);
5623 void glwTextureStorage2D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
5628 gl->textureStorage2D(texture, levels, internalformat, width, height);
5631 void glwTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
5636 gl->textureStorage2DEXT(texture, target, levels, internalformat, width, height);
5655 void glwTextureStorage3D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
5660 gl->textureStorage3D(texture, levels, internalformat, width, height, depth);
5663 void glwTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
5668 gl->textureStorage3DEXT(texture, target, levels, internalformat, width, height, depth);