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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext.h 58 virtual bool is3d() const { return false; } function in class:WebCore::CanvasRenderingContext
WebGLRenderingContext.h 71 context->is3d() && WebGLRenderingContextBase::getWebGLVersion(context) == 1,
72 context.is3d() && WebGLRenderingContextBase::getWebGLVersion(&context) == 1);
WebGLRenderingContextBase.h 105 virtual bool is3d() const OVERRIDE { return true; }
    [all...]
WebGLRenderingContextBase.cpp 668 if (!context->is3d())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 186 if (m_context && !m_context->is3d()) {
264 if (m_context && m_context->is3d() && oldSize != size())
327 if (is3D())
331 bool HTMLCanvasElement::is3D() const
333 return m_context && m_context->is3d();
394 if (m_context && m_context->is3d()) {
415 if (!m_context || !m_context->is3d())
452 if (is3D())
503 if (is3D()) {
551 if (is3D())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 114 if (result->is3d()) {
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.cpp 88 if (sourceContext && sourceContext->is3d())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 7214 milliseconds