Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerManagerTest.cpp138 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); in storageAllocationTrackingTest() local
167 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); in evictionTest() local
185 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); in hiddenCanvasTest() local
205 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); in addRemoveLayerTest() local
220 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); in flushEvictionTest() local
272 OwnPtr<MockWebGraphicsContext3D> webContext = adoptPtr(new MockWebGraphicsContext3D); in deferredFrameTest() local
DCanvas2DLayerBridge.cpp407 WebGraphicsContext3D* webContext = context(); in prepareMailbox() local
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLSharedWebGraphicsContext3D.cpp47 blink::WebGraphicsContext3D* WebGLSharedWebGraphicsContext3D::webContext() const in webContext() function in blink::WebGLSharedWebGraphicsContext3D
DWebGLRenderingContextBase.h344 blink::WebGraphicsContext3D* webContext() const { return drawingBuffer()->context(); } in webContext() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBufferTest.cpp217 WebGraphicsContext3DForTests* webContext() in webContext() function in __anon48999fb60111::DrawingBufferTest