Searched defs:subImage (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Texture.cpp | 264 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() function in gl::Texture2D 505 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wid… in subImage() function in gl::TextureCubeMap 747 void Texture3D::subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, G… in subImage() function in gl::Texture3D 905 void Texture2DArray::subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei wid… in subImage() function in gl::Texture2DArray
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/ |
D | TextureD3D.cpp | 123 bool TextureD3D::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei heigh… in subImage() function in rx::TextureD3D 339 void TextureD3D_2D::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in subImage() function in rx::TextureD3D_2D 829 void TextureD3D_Cube::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoff… in subImage() function in rx::TextureD3D_Cube 1372 void TextureD3D_3D::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in subImage() function in rx::TextureD3D_3D 1844 void TextureD3D_2DArray::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint z… in subImage() function in rx::TextureD3D_2DArray
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 709 CJBig2_Image *CJBig2_Image::subImage(FX_INT32 x, FX_INT32 y, FX_INT32 w, FX_INT32 h) in subImage() function in CJBig2_Image
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 530 CGImageRef subImage = CGImageCreateWithImageInRect(image, in GetDIBits() local
|