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

/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext.h48 virtual bool is3d() const { return false; } function in class:WebCore::CanvasRenderingContext
H A DWebGLRenderingContext.h60 virtual bool is3d() const { return true; } function in class:WebCore::WebGLRenderingContext
/external/webkit/WebCore/bindings/js/
H A DJSCanvasRenderingContextCustom.cpp46 if (object->is3d())
/external/webkit/WebCore/html/
H A DHTMLCanvasElement.cpp176 if (m_context && !m_context->is3d())
231 if (m_context && m_context->is3d())
264 if (m_context && m_context->is3d()) {
379 return m_context && m_context->is3d();
/external/webkit/WebCore/bindings/v8/custom/
H A DV8HTMLCanvasElementCustom.cpp83 else if (result->is3d())
H A DV8DocumentCustom.cpp106 else if (result->is3d())

Completed in 32 milliseconds