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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 74 context->is3d() && WebGLRenderingContextBase::getWebGLVersion(context) == 1,
75 context.is3d() && WebGLRenderingContextBase::getWebGLVersion(&context) == 1);
CanvasRenderingContext.h 58 virtual bool is3d() const { return false; } function in class:blink::CanvasRenderingContext
WebGLRenderingContextBase.h 400 virtual bool is3d() const OVERRIDE { return true; }
    [all...]
WebGLRenderingContextBase.cpp 720 if (!context->is3d())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 184 } else if (!m_context->is3d()) {
237 if (is3D()) {
298 if (m_context && m_context->is3d() && oldSize != size())
355 if (is3D())
359 bool HTMLCanvasElement::is3D() const
361 return m_context && m_context->is3d();
422 if (m_context && m_context->is3d()) {
443 if (!m_context || !m_context->is3d())
480 if (is3D()) {
546 if (is3D()) {
    [all...]
HTMLCanvasElement.h 134 bool is3D() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLCanvasElementCustom.cpp 114 if (result->is3d()) {
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.cpp 84 if (sourceContext && sourceContext->is3d())
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
processes.js 244 {title: 'System Memory Usage (MB)', is3D: true});
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 4791 milliseconds