Searched refs:is3d (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCanvasRenderingContextCustom.cpp54 if (object->is3d())
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext.h55 virtual bool is3d() const { return false; } function in class:WebCore::CanvasRenderingContext
H A DWebGLRenderingContext.h90 virtual bool is3d() const override { return true; }
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLCanvasElement.cpp219 if (m_context && !m_context->is3d())
250 return !m_context || m_context->is3d();
421 return m_context && m_context->is3d();
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerBacking.cpp85 if (context->is3d())

Completed in 200 milliseconds