Home
last modified time | relevance | path

Searched refs:is3d (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.cpp198 if (m_context && !m_context->is3d()) in getContext()
254 if (m_context && m_context->is3d() && oldSize != size()) in reset()
310 return m_context && m_context->is3d(); in is3D()
373 if (!m_context || !m_context->is3d()) in getImageData()
/external/webkit/Source/WebCore/bindings/js/
DJSCanvasRenderingContextCustom.cpp46 if (object->is3d()) in toJS()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext.h57 virtual bool is3d() const { return false; } in is3d() function
DWebGLRenderingContext.h70 virtual bool is3d() const { return true; } in is3d() function
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLCanvasElementCustom.cpp91 else if (result->is3d()) in getContextCallback()
DV8DocumentCustom.cpp114 else if (result->is3d()) in getCSSCanvasContextCallback()
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DChromium.cpp240 if (m_renderOutput && context->is3d()) { in paintRenderingResultsToCanvas()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0645403 (WebCore::CanvasRenderingContext::is3d):
86176 (WebCore::WebGLRenderingContext::is3d):