Lines Matching full:levels
730 void API_ENTRY(glTexStorage2D)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) {
731 CALL_GL_API(glTexStorage2D, target, levels, internalformat, width, height);
733 void API_ENTRY(glTexStorage3D)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) {
734 CALL_GL_API(glTexStorage3D, target, levels, internalformat, width, height, depth);
1609 void API_ENTRY(glTexStorage1DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) {
1610 CALL_GL_API(glTexStorage1DEXT, target, levels, internalformat, width);
1612 void API_ENTRY(glTexStorage2DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) {
1613 CALL_GL_API(glTexStorage2DEXT, target, levels, internalformat, width, height);
1615 void API_ENTRY(glTexStorage3DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) {
1616 CALL_GL_API(glTexStorage3DEXT, target, levels, internalformat, width, height, depth);
1618 void API_ENTRY(glTextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) {
1619 CALL_GL_API(glTextureStorage1DEXT, texture, target, levels, internalformat, width);
1621 void API_ENTRY(glTextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) {
1622 CALL_GL_API(glTextureStorage2DEXT, texture, target, levels, internalformat, width, height);
1624 void API_ENTRY(glTextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) {
1625 CALL_GL_API(glTextureStorage3DEXT, texture, target, levels, internalformat, width, height, depth);