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

  /external/webkit/Source/WebCore/html/canvas/
OESVertexArrayObject.cpp 60 if (m_context->isContextLost())
70 if (!arrayObject || m_context->isContextLost())
78 if (!arrayObject || m_context->isContextLost())
91 if (m_context->isContextLost())
WebGLRenderingContext.cpp 502 if (isContextLost())
621 if (isContextLost())
635 if (isContextLost() || !validateWebGLObject(program) || !validateWebGLObject(shader))
649 if (isContextLost() || !validateWebGLObject(program))
660 if (isContextLost())
778 if (isContextLost())
786 if (isContextLost() || !validateBlendEquation(mode))
794 if (isContextLost() || !validateBlendEquation(modeRGB) || !validateBlendEquation(modeAlpha))
803 if (isContextLost() || !validateBlendFuncFactors(sfactor, dfactor))
811 if (isContextLost() || !validateBlendFuncFactors(srcRGB, dstRGB)
    [all...]
WebGLRenderingContext.h 170 bool isContextLost();
WebGLRenderingContext.idl     [all...]
  /external/webkit/Source/WebKit/chromium/src/
Extensions3DChromium.cpp 67 return m_internal->isContextLost() ? static_cast<int>(Extensions3D::UNKNOWN_CONTEXT_RESET_ARB) : static_cast<int>(GraphicsContext3D::NO_ERROR);
WebViewImpl.cpp     [all...]
GraphicsContext3DInternal.h 85 bool isContextLost();
GraphicsContext3DChromium.cpp 296 bool GraphicsContext3DInternal::isContextLost()
298 return m_impl->isContextLost();
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 152 virtual bool isContextLost() = 0;
  /external/webkit/Source/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 339 if (context->isContextLost())
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 395 if (imp->isContextLost())

Completed in 2466 milliseconds