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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h74 context->is3d() && WebGLRenderingContextBase::getWebGLVersion(context) == 1,
75 context.is3d() && WebGLRenderingContextBase::getWebGLVersion(&context) == 1);
H A DCanvasRenderingContext.h58 virtual bool is3d() const { return false; } function in class:blink::CanvasRenderingContext
H A DWebGLRenderingContextBase.h400 virtual bool is3d() const OVERRIDE { return true; }
960 DEFINE_TYPE_CASTS(WebGLRenderingContextBase, CanvasRenderingContext, context, context->is3d(), context.is3d());
H A DWebGLRenderingContextBase.cpp720 if (!context->is3d())
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp184 } else if (!m_context->is3d()) {
298 if (m_context && m_context->is3d() && oldSize != size())
361 return m_context && m_context->is3d();
422 if (m_context && m_context->is3d()) {
443 if (!m_context || !m_context->is3d())
648 if (m_context && m_context->is3d()) {
739 if (m_context && m_context->is3d()) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLCanvasElementCustom.cpp114 if (result->is3d()) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DImageBitmap.cpp84 if (sourceContext && sourceContext->is3d())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4979 } else if (context->is3d()) {

Completed in 1283 milliseconds