Searched defs:copyImage (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.cpp | 150 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const in copyImage() function in blink::ImageBuffer
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/ |
D | TextureD3D.cpp | 376 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/ |
D | Texture.cpp | 274 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/ |
D | Editor.cpp | 965 void Editor::copyImage(const HitTestResult& result) in copyImage() function in blink::Editor
|