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() 554 …nalformat, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *… in setImage() argument 568 Texture::setImage(format, type, unpackParameters, pixels, image[level]); in setImage() 611 …ei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *… in subImage() argument 613 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, i… in subImage() 1079 …ei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *… in subImage() argument 1081 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, i… in subImage() [all …]
|