D | Texture.cpp | 409 void Texture::setImage(GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const … in setImage() argument 414 …ImageData(0, 0, 0, image->getWidth(), image->getHeight(), depth, format, type, unpackInfo, pixels); in setImage() 427 …sizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pix… in subImage() argument 451 …image->loadImageData(xoffset, yoffset, zoffset, width, height, depth, format, type, unpackInfo, pi… in subImage() 640 …izei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pix… in setImage() argument 654 Texture::setImage(format, type, unpackInfo, pixels, image[level]); in setImage() 725 …izei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pix… in subImage() argument 727 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackInfo, pixels, image[l… in subImage() 1158 …izei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pix… in subImage() argument 1160 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackInfo, pixels, image[C… in subImage() [all …]
|