/frameworks/native/services/surfaceflinger/tests/ |
D | LayerUpdate_test.cpp | 161 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 …]
|
D | ScreenCapture_test.cpp | 311 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 …]
|
D | Dumpsys_test.cpp | 78 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()
|
D | LayerTransactionTest.h | 64 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()
|
D | EffectLayer_test.cpp | 54 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()
|
D | WindowInfosListener_test.cpp | 57 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()
|
D | Stress_test.cpp | 38 auto surf = client->createSurface(String8("t"), 100, 100, in TEST()
|
D | Credentials_test.cpp | 102 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/ |
D | TestContext.cpp | 79 createSurface(); in surface() 84 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext 95 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 | 187 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/ |
D | ActivityRecordInputSink.java | 59 mSurfaceControl = createSurface(transaction); in applyChangesToSurfaceIfChanged() 66 private SurfaceControl createSurface(SurfaceControl.Transaction t) { in createSurface() method in ActivityRecordInputSink
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | ISurfaceComposerClient.aidl | 49 …CreateSurfaceResult createSurface(@utf8InCpp String name, int flags, @nullable IBinder parent, in … in createSurface() method
|
/frameworks/base/libs/hwui/tests/unit/ |
D | EglManagerTests.cpp | 40 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/ |
D | Client.h | 44 binder::Status createSurface(const std::string& name, int32_t flags, const sp<IBinder>& parent,
|
/frameworks/native/opengl/tests/lib/ |
D | WindowSurface.cpp | 75 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/base/libs/hwui/renderthread/ |
D | EglManager.h | 51 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
|
/frameworks/av/camera/tests/fuzzer/ |
D | camera_c2SessionConfiguration_fuzzer.cpp | 58 sp<SurfaceControl> surfaceControl = composerClient->createSurface( in LLVMFuzzerTestOneInput()
|
/frameworks/native/libs/gui/ |
D | SurfaceControl.cpp | 142 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/ |
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 | 74 public Surface createSurface() { in createSurface() method in BLASTBufferQueue
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceControl.h | 78 sp<Surface> createSurface();
|