Home
last modified time | relevance | path

Searched defs:copyImage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp150 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const in copyImage() function in blink::ImageBuffer
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DTextureD3D.cpp376 void TextureD3D_2D::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei … in copyImage() function in rx::TextureD3D_2D
854 void TextureD3D_Cube::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsize… in copyImage() function in rx::TextureD3D_Cube
1411 void TextureD3D_3D::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei … in copyImage() function in rx::TextureD3D_3D
1883 void TextureD3D_2DArray::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLs… in copyImage() function in rx::TextureD3D_2DArray
/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.cpp274 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei heig… in copyImage() function in gl::Texture2D
552 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei… in copyImage() function in gl::TextureCubeMap
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp965 void Editor::copyImage(const HitTestResult& result) in copyImage() function in blink::Editor