Searched defs:copyImage (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.cpp | 116 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const in copyImage() function in WebCore::ImageBuffer
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Texture.cpp | 493 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/ |
D | Renderer9.cpp | 2614 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
|
D | Renderer11.cpp | 2442 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/ |
D | Editor.cpp | 1003 void Editor::copyImage(const HitTestResult& result) in copyImage() function in WebCore::Editor
|