Home
last modified time | relevance | path

Searched defs:is3d (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext.h58 virtual bool is3d() const { return false; } in is3d() function
DWebGLRenderingContextBase.h105 virtual bool is3d() const OVERRIDE { return true; } in is3d() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4978 …, bool& is2d, RefPtrWillBeRawPtr<CanvasRenderingContext2D>& context2d, bool& is3d, RefPtrWillBeRaw… in getCSSCanvasContext()