Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp116 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const in copyImage() function in WebCore::ImageBuffer
/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.cpp493 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei heig… in copyImage() function in gl::Texture2D
1279 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/angle/src/libGLESv2/renderer/
DRenderer9.cpp2614 bool Renderer9::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum des… in copyImage() function in rx::Renderer9
2626 bool Renderer9::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum des… in copyImage() function in rx::Renderer9
DRenderer11.cpp2442 bool Renderer11::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum de… in copyImage() function in rx::Renderer11
2499 bool Renderer11::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum de… in copyImage() function in rx::Renderer11
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp1003 void Editor::copyImage(const HitTestResult& result) in copyImage() function in WebCore::Editor