D | Texture.cpp | 344 void Texture::setImage(GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, c… in setImage() argument 349 …ata(0, 0, 0, image->getWidth(), image->getHeight(), depth, format, type, unpackParameters, pixels); in setImage() 362 …zei depth, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *… in subImage() argument 371 …ImageData(xoffset, yoffset, zoffset, width, height, depth, format, type, unpackParameters, pixels); in subImage() 541 …nalformat, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *… in setImage() argument 555 Texture::setImage(format, type, unpackParameters, pixels, image[level]); in setImage() 596 …ei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *… in subImage() argument 598 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, i… in subImage() 1033 …ei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *… in subImage() argument 1035 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, i… in subImage() [all …]
|