HomeSort by relevance Sort by last modified time
    Searched defs:copyImage (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 150 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const
  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 274 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source)
278 mTexture->copyImage(GL_TEXTURE_2D, level, format, x, y, width, height, source);
552 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source)
554 mTexture->copyImage(target, level, format, x, y, width, height, source);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp     [all...]

Completed in 155 milliseconds