Home
last modified time | relevance | path

Searched defs:subImage (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DTexture.cpp190 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, … in subImage() function in gl::Texture
407 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() function in gl::Texture2D
769 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wid… in subImage() function in gl::TextureCubeMap
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp248 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, … in subImage() function in es1::Texture
546 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() function in es1::Texture2D
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp427 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, … in subImage() function in es2::Texture
725 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() function in es2::Texture2D
1158 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wid… in subImage() function in es2::TextureCubeMap
1688 void Texture3D::subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, G… in subImage() function in es2::Texture3D
/external/ImageMagick/Magick++/lib/
DOptions.cpp671 void Magick::Options::subImage(const size_t subImage_) in subImage() function in Magick::Options
676 size_t Magick::Options::subImage(void) const in subImage() function in Magick::Options
DImage.cpp1505 void Magick::Image::subImage(const size_t subImage_) in subImage() function in Magick::Image
1511 size_t Magick::Image::subImage(void) const in subImage() function in Magick::Image
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp172 CJBig2_Image* CJBig2_Image::subImage(int32_t x, in subImage() function in CJBig2_Image