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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedWebGraphicsContext3D.cpp47 blink::WebGraphicsContext3D* WebGLSharedWebGraphicsContext3D::webContext() const function in class:blink::WebGLSharedWebGraphicsContext3D
H A DWebGLRenderingContextBase.h344 blink::WebGraphicsContext3D* webContext() const { return drawingBuffer()->context(); } function in class:blink::WebGLRenderingContextBase
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerManagerTest.cpp138 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); local
141 FakeCanvas2DLayerBridgePtr layer1(adoptRef(new FakeCanvas2DLayerBridge(webContext.get(), canvas1.release(), surface1.release())));
154 FakeCanvas2DLayerBridgePtr layer2(adoptRef(new FakeCanvas2DLayerBridge(webContext.get(), canvas2.release(), surface2.release())));
167 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); local
172 FakeCanvas2DLayerBridgePtr layer(adoptRef(new FakeCanvas2DLayerBridge(webContext.get(), canvas.release(), surface.release())));
185 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); local
190 FakeCanvas2DLayerBridgePtr layer(adoptRef(new FakeCanvas2DLayerBridge(webContext.get(), canvas.release(), surface.release())));
205 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); local
210 FakeCanvas2DLayerBridgePtr layer(adoptRef(new FakeCanvas2DLayerBridge(webContext.get(), canvas.release(), surface.release())));
220 OwnPtr<MockWebGraphicsContext3D> webContext local
272 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp217 WebGraphicsContext3DForTests* webContext() function in class:__anon11322::DrawingBufferTest
251 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
260 EXPECT_EQ(alternateSize, webContext()->mostRecentlyProducedSize());
269 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
275 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize());
420 EXPECT_EQ(0u, webContext()->mostRecentlyWaitedSyncPoint());
423 EXPECT_EQ(0u, webContext()->mostRecentlyWaitedSyncPoint());
425 unsigned waitSyncPoint = webContext()->insertSyncPoint();
429 EXPECT_EQ(0u, webContext()->mostRecentlyWaitedSyncPoint());
434 EXPECT_EQ(waitSyncPoint, webContext()
[all...]

Completed in 1138 milliseconds