HomeSort by relevance Sort by last modified time
    Searched defs:subImage (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image.cpp 166 std::unique_ptr<CJBig2_Image> CJBig2_Image::subImage(int32_t x,
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcTextureFilterAnisotropicTests.cpp 144 void subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei width, GLsizei height,
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.cpp 248 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, egl::Image *image)
486 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels)
488 Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, image[level]);
  /external/ImageMagick/Magick++/lib/
Options.cpp 678 void Magick::Options::subImage(const size_t subImage_)
683 size_t Magick::Options::subImage(void) const
Image.cpp 1510 void Magick::Image::subImage(const size_t subImage_)
1513 options()->subImage(subImage_);
1516 size_t Magick::Image::subImage(void) const
1518 return(constOptions()->subImage());
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Texture.cpp 362 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels, egl::Image *image)
596 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels)
598 Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, image[level]);
1033 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels)
1035 Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, image[CubeFaceIndex(target)][level]);
    [all...]

Completed in 242 milliseconds