HomeSort by relevance Sort by last modified time
    Searched refs:is3d (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContextCustom.cpp 46 if (object->is3d())
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext.h 57 virtual bool is3d() const { return false; } function in class:WebCore::CanvasRenderingContext
WebGLRenderingContext.h 70 virtual bool is3d() const { return true; } function in class:WebCore::WebGLRenderingContext
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 199 if (m_context && !m_context->is3d())
260 if (m_context && m_context->is3d() && oldSize != size())
308 if (is3D())
314 bool HTMLCanvasElement::is3D() const
316 return m_context && m_context->is3d();
379 if (!m_context || !m_context->is3d())
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DocumentCustom.cpp 115 else if (result->is3d())
V8HTMLCanvasElementCustom.cpp 91 else if (result->is3d())
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 240 if (m_renderOutput && context->is3d()) {
    [all...]

Completed in 185 milliseconds