Home | History | Annotate | Download | only in GLES2

Lines Matching full:levels

475 void API_ENTRY(glTexStorage1DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) {
476 CALL_GL_API(glTexStorage1DEXT, target, levels, internalformat, width);
478 void API_ENTRY(glTexStorage2DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) {
479 CALL_GL_API(glTexStorage2DEXT, target, levels, internalformat, width, height);
481 void API_ENTRY(glTexStorage3DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) {
482 CALL_GL_API(glTexStorage3DEXT, target, levels, internalformat, width, height, depth);
484 void API_ENTRY(glTextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) {
485 CALL_GL_API(glTextureStorage1DEXT, texture, target, levels, internalformat, width);
487 void API_ENTRY(glTextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) {
488 CALL_GL_API(glTextureStorage2DEXT, texture, target, levels, internalformat, width, height);
490 void API_ENTRY(glTextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) {
491 CALL_GL_API(glTextureStorage3DEXT, texture, target, levels, internalformat, width, height, depth);