Searched refs:sharedContext (Results 1 – 6 of 6) sorted by relevance
241 RefPtr<GraphicsContext3D> sharedContext = SharedGraphicsContext3D::get(); in isValid() local242 if (!sharedContext || sharedContext->webContext()->isContextLost()) { in isValid()245 m_context = sharedContext; in isValid()
74 const void *mode, void *sharedContext,
125 const void *mode, void *sharedContext, in apple_glx_create_context() argument129 struct apple_glx_context *sharedac = sharedContext; in apple_glx_create_context()
2299 RefPtr<GraphicsContext3D> sharedContext = SharedGraphicsContext3D::get(); in loseSharedGraphicsContext3D() local2300 if (!sharedContext) in loseSharedGraphicsContext3D()2302 …sharedContext->extensions()->loseContextCHROMIUM(Extensions3D::GUILTY_CONTEXT_RESET_ARB, Extension… in loseSharedGraphicsContext3D()2306 sharedContext->finish(); in loseSharedGraphicsContext3D()