Home
last modified time | relevance | path

Searched refs:isContextLost (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp502 if (isContextLost()) in clearIfComposited()
621 if (isContextLost()) in activeTexture()
635 if (isContextLost() || !validateWebGLObject(program) || !validateWebGLObject(shader)) in attachShader()
649 if (isContextLost() || !validateWebGLObject(program)) in bindAttribLocation()
660 if (isContextLost()) in checkObjectToBeBound()
778 if (isContextLost()) in blendColor()
786 if (isContextLost() || !validateBlendEquation(mode)) in blendEquation()
794 if (isContextLost() || !validateBlendEquation(modeRGB) || !validateBlendEquation(modeAlpha)) in blendEquationSeparate()
803 if (isContextLost() || !validateBlendFuncFactors(sfactor, dfactor)) in blendFunc()
811 if (isContextLost() || !validateBlendFuncFactors(srcRGB, dstRGB)) in blendFuncSeparate()
[all …]
DOESVertexArrayObject.cpp60 if (m_context->isContextLost()) in createVertexArrayOES()
70 if (!arrayObject || m_context->isContextLost()) in deleteVertexArrayOES()
78 if (!arrayObject || m_context->isContextLost()) in isVertexArrayOES()
91 if (m_context->isContextLost()) in bindVertexArrayOES()
DWebGLRenderingContext.h170 bool isContextLost();
DWebGLRenderingContext.idl574 [StrictTypeChecking] boolean isContextLost();
/external/webkit/Source/WebKit/chromium/src/
DExtensions3DChromium.cpp67 …return m_internal->isContextLost() ? static_cast<int>(Extensions3D::UNKNOWN_CONTEXT_RESET_ARB) : s… in getGraphicsResetStatusARB()
DWebViewImpl.cpp2434 if (!newContext || !webContext || webContext->isContextLost()) in reallocateRenderer()
2480 if (webContext && !webContext->isContextLost()) in graphicsContext3D()
2485 if (webContext && !webContext->isContextLost()) in graphicsContext3D()
DGraphicsContext3DInternal.h85 bool isContextLost();
DGraphicsContext3DChromium.cpp296 bool GraphicsContext3DInternal::isContextLost() in isContextLost() function in WebCore::GraphicsContext3DInternal
298 return m_impl->isContextLost(); in isContextLost()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h152 virtual bool isContextLost() = 0;
/external/webkit/Source/WebCore/bindings/js/
DJSWebGLRenderingContextCustom.cpp339 if (context->isContextLost()) in getSupportedExtensions()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp390 if (imp->isContextLost()) in getSupportedExtensionsCallback()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-164181 * public/WebGraphicsContext3D.h: added isContextLost()
4185 (WebCore::GraphicsContext3DInternal::isContextLost):
4188 (WebKit::WebGraphicsContext3DDefaultImpl::isContextLost):
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1647151 (WebCore::WebGLRenderingContext::isContextLost):
DChangeLog-2010-12-0618825 (WebCore::WebGLRenderingContext::isContextLost):