Home
last modified time | relevance | path

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

123

/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp161 createSurface(mClient, "Bufferless child", 0 /* buffer width */, 0 /* buffer height */, in TEST_F()
163 sp<SurfaceControl> childBuffer = createSurface(mClient, "Buffered child", 20, 20, in TEST_F()
236 mChild = createSurface(mClient, "Child surface", 10, 15, PIXEL_FORMAT_RGBA_8888, 0, in SetUp()
406 createSurface(mClient, "Grand Child", 10, 10, PIXEL_FORMAT_RGBA_8888, 0, mChild.get()); in TEST_F()
435 createSurface(mClient, "Grand Child", 10, 10, PIXEL_FORMAT_RGBA_8888, 0, mChild.get()); in TEST_F()
551 sp<SurfaceControl> grandchild = createSurface(mClient, "Grandchild surface", 10, 10, in TEST_F()
591 createSurface(mClient, "BufferLayer", 45, 45, PIXEL_FORMAT_RGBA_8888, 0, in TEST_F()
611 createSurface(mClient, "ColorLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
632 sp<SurfaceControl> cropLayer = createSurface(mClient, "CropLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
636 createSurface(mClient, "ColorLayer", 0, 0, PIXEL_FORMAT_RGBA_8888, in TEST_F()
[all …]
DScreenCapture_test.cpp311 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
328 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
346 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
349 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
382 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
385 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
388 sp<SurfaceControl> child3 = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
411 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
429 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
452 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F()
[all …]
DDumpsys_test.cpp78 client->createSurface(String8("MY_TEST_LAYER"), 100, 100, PIXEL_FORMAT_RGBA_8888, 0); in TEST()
88 client->createSurface(String8("MY_TEST_LAYER"), 100, 100, PIXEL_FORMAT_RGBA_8888, 0); in TEST()
DLayerTransactionTest.h64 createSurface(client, name, width, height, format, flags, parent, outTransformHint);
78 virtual sp<SurfaceControl> createSurface(const sp<SurfaceComposerClient>& client,
84 auto layer = client->createSurface(String8(name), width, height, format, flags,
99 auto colorLayer = createSurface(mClient, name, 0 /* buffer width */, 0 /* buffer height */,
306 createSurface(mClient, "BaseSurface", 0 /* buffer width */, 0 /* buffer height */, in SetUpDisplay()
DEffectLayer_test.cpp54 mClient->createSurface(String8("Effect Layer"), 0 /* width */, 0 /* height */, in TEST_F()
73 mClient->createSurface(String8("Effect Layer"), 0 /* width */, 0 /* height */, in TEST_F()
94 mClient->createSurface(String8("Effect Layer"), 0 /* width */, 0 /* height */, in TEST_F()
DWindowInfosListener_test.cpp57 mClient->createSurface(String8(name.c_str()), 100, 100, PIXEL_FORMAT_RGBA_8888, in TEST_F()
87 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()
DCredentials_test.cpp102 mBGSurfaceControl = mComposerClient->createSurface(kSurfaceName, mode.resolution.getWidth(), in setupBackgroundSurface()
347 mComposerClient->createSurface(String8(name.c_str()), 100, 100, PIXEL_FORMAT_RGBA_8888, in TEST_F()
/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp79 createSurface(); in surface()
84 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext
95 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.cpp187 mSurfaceComposerClient->createSurface(String8("Background RegionSamplingTest"), 0, in SetUp()
198 mContentLayer = mSurfaceComposerClient->createSurface(String8("Content RegionSamplingTest"), in SetUp()
208 mTopLayer = mSurfaceComposerClient->createSurface(String8("TopLayer RegionSamplingTest"), 0, in SetUp()
/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/native/libs/gui/aidl/android/gui/
DISurfaceComposerClient.aidl49 …CreateSurfaceResult createSurface(@utf8InCpp String name, int flags, @nullable IBinder parent, in … in createSurface() method
/frameworks/base/libs/hwui/tests/unit/
DEglManagerTests.cpp40 eglManager.createSurface(context.surface().get(), ColorMode::Default, colorSpace); in TEST()
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp53 composerClient->createSurface( in getNativeWindow_()
/frameworks/native/services/surfaceflinger/
DClient.h44 binder::Status createSurface(const std::string& name, int32_t flags, const sp<IBinder>& parent,
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp75 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/base/libs/hwui/renderthread/
DEglManager.h51 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
/frameworks/av/camera/tests/fuzzer/
Dcamera_c2SessionConfiguration_fuzzer.cpp58 sp<SurfaceControl> surfaceControl = composerClient->createSurface( in LLVMFuzzerTestOneInput()
/frameworks/native/libs/gui/
DSurfaceControl.cpp142 mBbqChild = mClient->createSurface(String8("bbq-wrapper"), 0, 0, mFormat, in generateSurfaceLocked()
162 sp<Surface> SurfaceControl::createSurface() in createSurface() function in android::SurfaceControl
/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.java74 public Surface createSurface() { in createSurface() method in BLASTBufferQueue
/frameworks/native/libs/gui/include/gui/
DSurfaceControl.h78 sp<Surface> createSurface();

123