Searched refs:isContextLost (Results 1 – 14 of 14) sorted by relevance
502 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 …]
60 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()
170 bool isContextLost();
574 [StrictTypeChecking] boolean isContextLost();
67 …return m_internal->isContextLost() ? static_cast<int>(Extensions3D::UNKNOWN_CONTEXT_RESET_ARB) : s… in getGraphicsResetStatusARB()
2434 if (!newContext || !webContext || webContext->isContextLost()) in reallocateRenderer()2480 if (webContext && !webContext->isContextLost()) in graphicsContext3D()2485 if (webContext && !webContext->isContextLost()) in graphicsContext3D()
85 bool isContextLost();
296 bool GraphicsContext3DInternal::isContextLost() in isContextLost() function in WebCore::GraphicsContext3DInternal298 return m_impl->isContextLost(); in isContextLost()
152 virtual bool isContextLost() = 0;
339 if (context->isContextLost()) in getSupportedExtensions()
390 if (imp->isContextLost()) in getSupportedExtensionsCallback()
4181 * public/WebGraphicsContext3D.h: added isContextLost()4185 (WebCore::GraphicsContext3DInternal::isContextLost):4188 (WebKit::WebGraphicsContext3DDefaultImpl::isContextLost):
47151 (WebCore::WebGLRenderingContext::isContextLost):
18825 (WebCore::WebGLRenderingContext::isContextLost):