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

  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext.h 48 virtual bool is3d() const { return false; } function in class:WebCore::CanvasRenderingContext
WebGLRenderingContext.h 60 virtual bool is3d() const { return true; } function in class:WebCore::WebGLRenderingContext
  /external/webkit/WebCore/bindings/js/
JSCanvasRenderingContextCustom.cpp 46 if (object->is3d())
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 176 if (m_context && !m_context->is3d())
231 if (m_context && m_context->is3d())
264 if (m_context && m_context->is3d()) {
377 bool HTMLCanvasElement::is3D() const
379 return m_context && m_context->is3d();
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 83 else if (result->is3d())
V8DocumentCustom.cpp 106 else if (result->is3d())

Completed in 1075 milliseconds