Home
last modified time | relevance | path

Searched refs:ExternalSourceImageStatus (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasImageSource.h44 ExternalSourceImageStatus, // Shared with another GPU context enumerator
DCanvasRenderingContext2D.cpp1545 if (sourceImageStatus == ExternalSourceImageStatus && isAccelerated() && canvas()->buffer()) in drawImageInternal()
1718 case ExternalSourceImageStatus: // should not happen when mode is CopySourceImageIfVolatile in createPattern()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp741 *status = ExternalSourceImageStatus; in getSourceImageForCanvas()