Home
last modified time | relevance | path

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

/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
486 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.cpp362 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, … in subImage() function in es2::Texture
596 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() function in es2::Texture2D
1033 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wid… in subImage() function in es2::TextureCubeMap
1561 void Texture3D::subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, G… in subImage() function in es2::Texture3D
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp144 void subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei w… in subImage() function
/external/ImageMagick/Magick++/lib/
DOptions.cpp678 void Magick::Options::subImage(const size_t subImage_) in subImage() function in Magick::Options
683 size_t Magick::Options::subImage(void) const in subImage() function in Magick::Options
DImage.cpp1510 void Magick::Image::subImage(const size_t subImage_) in subImage() function in Magick::Image
1516 size_t Magick::Image::subImage(void) const in subImage() function in Magick::Image
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp166 std::unique_ptr<CJBig2_Image> CJBig2_Image::subImage(int32_t x, in subImage() function in CJBig2_Image