HomeSort by relevance Sort by last modified time
    Searched refs:copyToPlatformTexture (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.h 106 bool copyToPlatformTexture(GraphicsContext3D&, Platform3DObject, GC3Denum, GC3Denum, GC3Dint, bool, bool);
ImageBuffer.cpp 135 bool ImageBuffer::copyToPlatformTexture(GraphicsContext3D& context, Platform3DObject texture, GC3Denum internalFormat, GC3Denum destType, GC3Dint level, bool premultiplyAlpha, bool flipY)
181 return drawingBuffer->copyToPlatformTexture(*(context3D.get()), tex, GL_RGBA,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 132 bool copyToPlatformTexture(GraphicsContext3D&, Platform3DObject texture, GC3Denum internalFormat,
DrawingBuffer.cpp 301 bool DrawingBuffer::copyToPlatformTexture(GraphicsContext3D& context, Platform3DObject texture, GC3Denum internalFormat, GC3Denum destType, GC3Dint level, bool premultiplyAlpha, bool flipY)
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 100 milliseconds