Home | History | Annotate | Download | only in src

Lines Matching refs:webContext

2433     WebGraphicsContext3D* webContext = GraphicsContext3DInternal::extractWebGraphicsContext3D(newContext.get());
2434 if (!newContext || !webContext || webContext->isContextLost())
2479 WebGraphicsContext3D* webContext = GraphicsContext3DInternal::extractWebGraphicsContext3D(m_layerRenderer->context());
2480 if (webContext && !webContext->isContextLost())
2481 return webContext;
2484 WebGraphicsContext3D* webContext = GraphicsContext3DInternal::extractWebGraphicsContext3D(m_temporaryOnscreenGraphicsContext3D.get());
2485 if (webContext && !webContext->isContextLost())
2486 return webContext;