Home | History | Annotate | Download | only in gl

Lines Matching full:levels

328 	static void Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format,
1488 * @param levels Number of levels
1494 void Texture::Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format,
1500 gl.texStorage1D(target, levels, internal_format, width);
1507 gl.texStorage2D(target, levels, internal_format, width, height);
1512 gl.texStorage3D(target, levels, internal_format, width, height, depth);
2844 Texture::Storage(gl, GL_TEXTURE_2D, 1 /* levels */, GL_R8UI, width, height, 0 /* depth */);
3507 Texture::Storage(gl, GL_TEXTURE_2D, 1 /* levels */, GL_RGBA8, width, height, 0 /* depth */);