Lines Matching refs:levels
1145 void glwTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
1146 void glwTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1148 void glwTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
1162 void glwTextureStorage1D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width);
1163 void glwTextureStorage2D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
1165 void glwTextureStorage3D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);