Home
last modified time | relevance | path

Searched refs:createSurface (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp159 createSurface(mClient, "Bufferless child", 0 /* buffer width */, 0 /* buffer height */, in TEST_F()
161 sp<SurfaceControl> childBuffer = createSurface(mClient, "Buffered child", 20, 20, in TEST_F()
234 mChild = createSurface(mClient, "Child surface", 10, 15, PIXEL_FORMAT_RGBA_8888, 0, in SetUp()
404 createSurface(mClient, "Grand Child", 10, 10, PIXEL_FORMAT_RGBA_8888, 0, mChild.get()); in TEST_F()
433 createSurface(mClient, "Grand Child", 10, 10, PIXEL_FORMAT_RGBA_8888, 0, mChild.get()); in TEST_F()
549 sp<SurfaceControl> grandchild = createSurface(mClient, "Grandchild surface", 10, 10, in TEST_F()
589 createSurface(mClient, "BufferLayer", 45, 45, PIXEL_FORMAT_RGBA_8888, 0, in TEST_F()
609 createSurface(mClient, "ColorLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
630 sp<SurfaceControl> cropLayer = createSurface(mClient, "CropLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
634 createSurface(mClient, "ColorLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
[all …]
DScreenCapture_test.cpp164 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
181 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
199 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
202 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
227 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
230 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
233 sp<SurfaceControl> child3 = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
256 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
274 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
297 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
[all …]
DLayerTransactionTest.h65 createSurface(client, name, width, height, format, flags, parent, outTransformHint);
79 virtual sp<SurfaceControl> createSurface(const sp<SurfaceComposerClient>& client,
85 auto layer = client->createSurface(String8(name), width, height, format, flags,
100 auto colorLayer = createSurface(mClient, name, 0 /* buffer width */, 0 /* buffer height */,
298 createSurface(mClient, "BaseSurface", 0 /* buffer width */, 0 /* buffer height */, in SetUpDisplay()
DEffectLayer_test.cpp52 mClient->createSurface(String8("Effect Layer"), 0 /* width */, 0 /* height */, in TEST_F()
71 mClient->createSurface(String8("Effect Layer"), 0 /* width */, 0 /* height */, in TEST_F()
92 mClient->createSurface(String8("Effect Layer"), 0 /* width */, 0 /* height */, in TEST_F()
DWindowInfosListener_test.cpp85 mClient->createSurface(String8(name.c_str()), 100, 100, PIXEL_FORMAT_RGBA_8888, in TEST_F()
113 mClient->createSurface(String8(name.c_str()), 100, 100, PIXEL_FORMAT_RGBA_8888, in TEST_F()
DStress_test.cpp38 auto surf = client->createSurface(String8("t"), 100, 100, in TEST()
/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp75 createSurface(); in surface()
80 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext
91 mSurfaceComposerClient->createSurface(String8("HwuiTest"), resolution.getWidth(), in createWindowSurface()
DTestContext.h62 void createSurface();
/frameworks/native/libs/gui/tests/
DSamplingDemo.cpp41 mButton = client->createSurface(String8(name), 0, 0, PIXEL_FORMAT_RGBA_8888, in Button()
56 mButtonBlend = client->createSurface(String8(name) + "Blend", 0, 0, PIXEL_FORMAT_RGBA_8888, in Button()
73 client->createSurface(String8("SamplingArea"), 0, 0, PIXEL_FORMAT_RGBA_8888, in Button()
DRegionSampling_test.cpp185 mSurfaceComposerClient->createSurface(String8("Background RegionSamplingTest"), 0, in SetUp()
196 mContentLayer = mSurfaceComposerClient->createSurface(String8("Content RegionSamplingTest"), in SetUp()
206 mTopLayer = mSurfaceComposerClient->createSurface(String8("TopLayer RegionSamplingTest"), 0, in SetUp()
/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp50 status_t createSurface(const String8& name, uint32_t width, uint32_t height, PixelFormat format, in createSurface() function in android::BpSurfaceComposerClient
54 return callRemote<decltype(&ISurfaceComposerClient::createSurface)>(Tag::CREATE_SURFACE, in createSurface()
112 return callLocal(data, reply, &ISurfaceComposerClient::createSurface); in onTransact()
DSurfaceControl.cpp141 mBbqChild = mClient->createSurface(String8("bbq-wrapper"), 0, 0, mFormat, in generateSurfaceLocked()
161 sp<Surface> SurfaceControl::createSurface() in createSurface() function in android::SurfaceControl
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecordInputSink.java59 mSurfaceControl = createSurface(transaction); in applyChangesToSurfaceIfChanged()
66 private SurfaceControl createSurface(SurfaceControl.Transaction t) { in createSurface() method in ActivityRecordInputSink
/frameworks/base/libs/hwui/tests/unit/
DEglManagerTests.cpp38 eglManager.createSurface(context.surface().get(), ColorMode::Default, colorSpace); in TEST()
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp53 composerClient->createSurface( in getNativeWindow_()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp357 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugOneConfig()
420 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugTwoSeparateConfigs()
473 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugTwoSeparateConfigs()
528 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugTwoConfigsSameGroup()
580 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugTwoConfigsSameGroup()
645 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugThreeConfigsMixedGroups()
697 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugThreeConfigsMixedGroups()
744 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugThreeConfigsMixedGroups()
791 mComposerClient->createSurface(String8("Display Test Surface Foo"), in Test_HotplugThreeConfigsMixedGroups()
1183 mComposerClient->createSurface(String8("BG Test Surface"), mDisplayWidth, in SetUp()
[all …]
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp68 sp<SurfaceControl> sc = surfaceComposerClient->createSurface( in WindowSurface()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustrationVideoView.java181 protected void createSurface() { in createSurface() method in IllustrationVideoView
237 createSurface(); in initVideo()
/frameworks/native/services/surfaceflinger/
DClient.h50 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
DClient.cpp75 status_t Client::createSurface(const String8& name, uint32_t /* w */, uint32_t /* h */, in createSurface() function in android::Client
/frameworks/native/libs/gui/include/gui/
DISurfaceComposerClient.h59 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
DSurfaceControl.h76 sp<Surface> createSurface();
/frameworks/base/libs/hwui/renderthread/
DEglManager.h50 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
398 if (mEglHelper.createSurface(mSurface)) { in handleMessageLocked()
/frameworks/base/graphics/java/android/graphics/
DBLASTBufferQueue.java72 public Surface createSurface() { in createSurface() method in BLASTBufferQueue

123