Home
last modified time | relevance | path

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

123

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerUpdate_test.cpp161 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()
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()
634 createSurface(mClient, "ColorLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
659 createSurface(mClient, "ColorLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
686 createSurface(mClient, "BoundlessLayerLeftShift", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
690 createSurface(mClient, "ColorLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
724 mClient->createSurface(String8("ColorLayer"), 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
[all …]
H A 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 …]
H A 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 */,
300 createSurface(mClient, "BaseSurface", 0 /* buffer width */, 0 /* buffer height */, in SetUpDisplay()
H A 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()
H A DWindowInfosListener_test.cpp83 mClient->createSurface(String8(name.c_str()), 100, 100, PIXEL_FORMAT_RGBA_8888, in TEST_F()
111 mClient->createSurface(String8(name.c_str()), 100, 100, PIXEL_FORMAT_RGBA_8888, in TEST_F()
H A DStress_test.cpp38 auto surf = client->createSurface(String8("t"), 100, 100, in TEST()
/aosp12/frameworks/base/libs/hwui/tests/common/
H A 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()
H A DTestContext.h62 void createSurface();
/aosp12/frameworks/native/libs/gui/tests/
H A 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()
H A DRegionSampling_test.cpp184 mSurfaceComposerClient->createSurface(String8("Background RegionSamplingTest"), 0, in SetUp()
195 mContentLayer = mSurfaceComposerClient->createSurface(String8("Content RegionSamplingTest"), in SetUp()
205 mTopLayer = mSurfaceComposerClient->createSurface(String8("TopLayer RegionSamplingTest"), 0, in SetUp()
H A DEndToEndNativeInputTest.cpp92 scc->createSurface(String8("Test Surface"), 0 /* bufHeight */, 0 /* bufWidth */, in makeColorInputSurface()
101 scc->createSurface(String8("Test Buffer Surface"), width, height, in makeBufferInputSurface()
109 scc->createSurface(String8("Test Container Surface"), 0 /* bufHeight */, in makeContainerInputSurface()
118 scc->createSurface(String8("Test Cursor Surface"), 0 /* bufHeight */, in makeCursorInputSurface()
295 scc->createSurface(String8("Test Parent Surface"), 0 /* bufHeight */, in makeBlastInputSurface()
300 scc->createSurface(String8("Test Buffer Surface"), width, height, in makeBlastInputSurface()
/aosp12/frameworks/native/libs/gui/
H A 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()
H A DSurfaceControl.cpp140 mBbqChild = mClient->createSurface(String8("bbq-wrapper"), 0, 0, mFormat, in generateSurfaceLocked()
160 sp<Surface> SurfaceControl::createSurface() in createSurface() function in android::SurfaceControl
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoSurfaceTextureImpl.java122 if (surfaceDimensions != null && createSurface(surfaceDimensions.x, surfaceDimensions.y)) { in attachToTextureView()
147 private boolean createSurface(int width, int height) { in createSurface() method in VideoSurfaceTextureImpl
204 surfaceCreated = createSurface(width, height); in onSurfaceTextureAvailable()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A 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()
1540 mChild = Base::mComposerClient->createSurface(String8("Child surface"), 10, 10, in SetUp()
[all …]
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DEglManagerTests.cpp38 eglManager.createSurface(context.surface().get(), ColorMode::Default, colorSpace); in TEST()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustrationVideoView.java181 protected void createSurface() { in createSurface() method in IllustrationVideoView
237 createSurface(); in initVideo()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp53 composerClient->createSurface( in getNativeWindow_()
/aosp12/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp68 sp<SurfaceControl> sc = surfaceComposerClient->createSurface( in WindowSurface()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
398 if (mEglHelper.createSurface(mSurface)) { in handleMessageLocked()
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
398 if (mEglHelper.createSurface(mSurface)) { in handleMessageLocked()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposerClient.h59 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
/aosp12/frameworks/native/services/surfaceflinger/
H A DClient.h50 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h50 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBLASTBufferQueue.java73 public Surface createSurface() { in createSurface() method in BLASTBufferQueue

123