/frameworks/native/services/surfaceflinger/tests/ |
D | LayerUpdate_test.cpp | 159 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 …]
|
D | ScreenCapture_test.cpp | 164 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 …]
|
D | LayerTransactionTest.h | 65 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()
|
D | EffectLayer_test.cpp | 52 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()
|
D | WindowInfosListener_test.cpp | 85 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()
|
D | Stress_test.cpp | 38 auto surf = client->createSurface(String8("t"), 100, 100, in TEST()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestContext.cpp | 75 createSurface(); in surface() 80 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext 91 mSurfaceComposerClient->createSurface(String8("HwuiTest"), resolution.getWidth(), in createWindowSurface()
|
D | TestContext.h | 62 void createSurface();
|
/frameworks/native/libs/gui/tests/ |
D | SamplingDemo.cpp | 41 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()
|
D | RegionSampling_test.cpp | 185 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/ |
D | ISurfaceComposerClient.cpp | 50 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()
|
D | SurfaceControl.cpp | 141 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/ |
D | ActivityRecordInputSink.java | 59 mSurfaceControl = createSurface(transaction); in applyChangesToSurfaceIfChanged() 66 private SurfaceControl createSurface(SurfaceControl.Transaction t) { in createSurface() method in ActivityRecordInputSink
|
/frameworks/base/libs/hwui/tests/unit/ |
D | EglManagerTests.cpp | 38 eglManager.createSurface(context.surface().get(), ColorMode::Default, colorSpace); in TEST()
|
/frameworks/wilhelm/tests/sandbox/ |
D | nativewindow.cpp | 53 composerClient->createSurface( in getNativeWindow_()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 357 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/ |
D | WindowSurface.cpp | 68 sp<SurfaceControl> sc = surfaceComposerClient->createSurface( in WindowSurface()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | IllustrationVideoView.java | 181 protected void createSurface() { in createSurface() method in IllustrationVideoView 237 createSurface(); in initVideo()
|
/frameworks/native/services/surfaceflinger/ |
D | Client.h | 50 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
|
D | Client.cpp | 75 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/ |
D | ISurfaceComposerClient.h | 59 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
|
D | SurfaceControl.h | 76 sp<Surface> createSurface();
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 50 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper 398 if (mEglHelper.createSurface(mSurface)) { in handleMessageLocked()
|
/frameworks/base/graphics/java/android/graphics/ |
D | BLASTBufferQueue.java | 72 public Surface createSurface() { in createSurface() method in BLASTBufferQueue
|