Searched refs:surface2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerManagerTest.cpp152 RefPtr<SkSurface> surface2 = adoptRef(SkSurface::NewRasterPMColor(1, 1)); local
153 OwnPtr<SkDeferredCanvas> canvas2 = adoptPtr(SkDeferredCanvas::Create(surface2.get()));
154 FakeCanvas2DLayerBridgePtr layer2(adoptRef(new FakeCanvas2DLayerBridge(webContext.get(), canvas2.release(), surface2.release())));
/external/chromium_org/third_party/skia/tests/
H A DSurfaceTest.cpp359 SkAutoTUnref<SkSurface> surface2(createSurface(surfaceType, context));
361 SkCanvas* canvas2 = surface2->getCanvas();
372 SkAutoTUnref<SkImage> image3(surface2->newImageSnapshot());
373 // Trigger copy on write on surface2. The new backing store should not
376 SkAutoTUnref<SkImage> image4(surface2->newImageSnapshot());
/external/skia/tests/
H A DSurfaceTest.cpp338 SkAutoTUnref<SkSurface> surface2(createSurface(surfaceType, context));
340 SkCanvas* canvas2 = surface2->getCanvas();
351 SkAutoTUnref<SkImage> image3(surface2->newImageSnapshot());
352 // Trigger copy on write on surface2. The new backing store should not
355 SkAutoTUnref<SkImage> image4(surface2->newImageSnapshot());
/external/chromium_org/cc/trees/
H A Docclusion_tracker_unittest.cc1854 typename Types::ContentLayerType* surface2 = this->CreateDrawingSurface( local
1880 this->VisitLayer(surface2, &occlusion);
1881 this->EnterContributingSurface(surface2, &occlusion);
1886 this->LeaveContributingSurface(surface2, &occlusion);
1890 // things occluding from outside the target (e.g. surface2) cannot occlude
1931 // within the surface is lost when leaving it. Only the |surface2| occlusion
1967 typename Types::ContentLayerType* surface2 = local
1974 surface2->SetOpaqueContentsRect(gfx::Rect(0, 0, 200, 200));
1980 this->VisitLayer(surface2, &occlusion);
1981 this->VisitContributingSurface(surface2,
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp3048 SharedPtr<GLES2ThreadTest::Surface> surface2; local
3056 m_threads[1]->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglConfig, 400, 400, surface2));
3060 m_threads[1]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[1], m_eglDisplay, surface2, contex2));
3109 m_threads[1]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface2));

Completed in 622 milliseconds