Searched defs:webContext (Results 1 – 4 of 4) sorted by relevance
49 blink::WebGraphicsContext3D* webContext = 0; in getOrCreateContext() local
120 WebGraphicsContext3DForTests* webContext() in webContext() function in DrawingBufferTest
62 GraphicsContext3D::GraphicsContext3D(PassOwnPtr<blink::WebGraphicsContext3D> webContext, bool prese… in GraphicsContext3D()263 …OwnPtr<blink::WebGraphicsContext3D> webContext = adoptPtr(blink::Platform::current()->createOffscr… in create() local276 …hicsContext3D::createGraphicsContextFromWebContext(PassOwnPtr<blink::WebGraphicsContext3D> webCont… in createGraphicsContextFromWebContext()
132 blink::WebGraphicsContext3D* webContext() const { return m_impl; } in webContext() function