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