Home
last modified time | relevance | path

Searched defs:webContext (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp49 blink::WebGraphicsContext3D* webContext = 0; in getOrCreateContext() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DDrawingBufferTest.cpp120 WebGraphicsContext3DForTests* webContext() in webContext() function in DrawingBufferTest
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp62 GraphicsContext3D::GraphicsContext3D(PassOwnPtr<blink::WebGraphicsContext3D> webContext, bool prese… in GraphicsContext3D()
263 …OwnPtr<blink::WebGraphicsContext3D> webContext = adoptPtr(blink::Platform::current()->createOffscr… in create() local
276 …hicsContext3D::createGraphicsContextFromWebContext(PassOwnPtr<blink::WebGraphicsContext3D> webCont… in createGraphicsContextFromWebContext()
DGraphicsContext3D.h132 blink::WebGraphicsContext3D* webContext() const { return m_impl; } in webContext() function