/frameworks/base/libs/hwui/tests/common/ |
D | TestContext.cpp | 68 createSurface(); in surface() 73 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext 82 mSurfaceControl = mSurfaceComposerClient->createSurface(String8("HwuiTest"), gDisplay.w, in createWindowSurface()
|
D | TestContext.h | 57 void createSurface();
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 49 status_t createSurface(const String8& name, uint32_t width, uint32_t height, PixelFormat format, in createSurface() function in android::BpSurfaceComposerClient 52 return callRemote<decltype(&ISurfaceComposerClient::createSurface)>(Tag::CREATE_SURFACE, in createSurface() 101 return callLocal(data, reply, &ISurfaceComposerClient::createSurface); in onTransact()
|
D | SurfaceControl.cpp | 159 sp<Surface> SurfaceControl::createSurface() const in createSurface() function in android::SurfaceControl
|
/frameworks/native/libs/gui/tests/ |
D | SamplingDemo.cpp | 41 mButton = client->createSurface(String8(name), 0, 0, PIXEL_FORMAT_RGBA_8888, in Button() 57 mButtonBlend = client->createSurface(String8(name) + "Blend", 0, 0, PIXEL_FORMAT_RGBA_8888, in Button() 75 client->createSurface(String8("SamplingArea"), 0, 0, PIXEL_FORMAT_RGBA_8888, in Button()
|
D | RegionSampling_test.cpp | 184 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()
|
D | EndToEndNativeInputTest.cpp | 85 scc->createSurface(String8("Test Surface"), 0 /* bufHeight */, 0 /* bufWidth */, in makeColorInputSurface() 93 scc->createSurface(String8("Test Buffer Surface"), width, height, in makeBufferInputSurface() 101 scc->createSurface(String8("Test Container Surface"), 0 /* bufHeight */, in makeContainerInputSurface()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VectorDrawableAtlas.cpp | 38 mSurface = createSurface(mWidth, mHeight, context); in prepareForDraw() 81 newSurface = createSurface(mWidth, mHeight, context); in repack() 137 entry.surface = createSurface(newRect.width(), newRect.height(), context); in repack() 204 result.surface = createSurface(width, height, context); in requestNewEntry() 264 sk_sp<SkSurface> VectorDrawableAtlas::createSurface(int width, int height, GrContext* context) { in createSurface() function in android::uirenderer::skiapipeline::VectorDrawableAtlas
|
D | VectorDrawableAtlas.h | 199 sk_sp<SkSurface> createSurface(int width, int height, GrContext* context);
|
D | SkiaVulkanPipeline.cpp | 129 mVkManager.createSurface(surface, colorMode, mSurfaceColorSpace, mSurfaceColorType, in setSurface()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 311 mComposerClient->createSurface(String8("Display Test Surface Foo"), info.w, info.h, in TEST_F() 347 mComposerClient->createSurface(String8("Display Test Surface Bar"), info.w, info.h, in TEST_F() 492 mBGSurfaceControl = mComposerClient->createSurface(String8("BG Test Surface"), mDisplayWidth, in SetUp() 499 mFGSurfaceControl = mComposerClient->createSurface(String8("FG Test Surface"), 64, 64, in SetUp() 798 auto syncSurfaceControl = mComposerClient->createSurface(String8("Sync Test Surface"), 1, 1, in TEST_F() 867 auto relativeSurfaceControl = mComposerClient->createSurface(String8("Test Surface"), 64, 64, in TEST_F() 904 mChild = mComposerClient->createSurface(String8("Child surface"), 10, 10, in SetUp() 1089 newComposerClient->createSurface(String8("New Child Test Surface"), 10, 10, in TEST_F() 1189 mChild = mComposerClient->createSurface(String8("Child surface"), 10, 10, in TEST_F() 1224 mChild = mComposerClient->createSurface(String8("Child surface"), 0, 0, in SetUp()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | InvalidHandles_test.cpp | 53 mScc->createSurface(String8("lolcats"), 19, 47, PIXEL_FORMAT_RGBA_8888, 0, in TEST_F()
|
D | Transaction_test.cpp | 361 auto layer = createSurface(client, name, width, height, format, flags, parent); in createLayer() 375 virtual sp<SurfaceControl> createSurface(const sp<SurfaceComposerClient>& client, in createSurface() function in android::LayerTransactionTest 379 auto layer = client->createSurface(String8(name), width, height, format, flags, parent); in createSurface() 392 auto colorLayer = createSurface(mClient, name, 0 /* buffer width */, 0 /* buffer height */, in createColorLayer() 563 createSurface(mClient, "BaseSurface", 0 /* buffer width */, 0 /* buffer height */, in SetUpDisplay() 4444 createSurface(mClient, "Bufferless child", 0 /* buffer width */, 0 /* buffer height */, in TEST_F() 4446 sp<SurfaceControl> childBuffer = createSurface(mClient, "Buffered child", 20, 20, in TEST_F() 4497 mChild = createSurface(mClient, "Child surface", 10, 15, PIXEL_FORMAT_RGBA_8888, 0, in SetUp() 4699 createSurface(mClient, "Grand Child", 10, 10, PIXEL_FORMAT_RGBA_8888, 0, mChild.get()); in TEST_F() 4762 createSurface(mNewComposerClient, "New Child Test Surface", 10, 10, in TEST_F() [all …]
|
D | Stress_test.cpp | 34 auto surf = client->createSurface(String8("t"), 100, 100, in TEST()
|
D | Credentials_test.cpp | 74 mComposerClient->createSurface(SURFACE_NAME, displayWidth, displayHeight, in setupBackgroundSurface() 92 mComposerClient->createSurface(SURFACE_NAME, displayWidth, displayHeight, in setupVirtualDisplay()
|
/frameworks/wilhelm/tests/sandbox/ |
D | nativewindow.cpp | 53 composerClient->createSurface( in getNativeWindow_()
|
/frameworks/native/opengl/tests/lib/ |
D | WindowSurface.cpp | 61 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/libs/gui/include/gui/ |
D | ISurfaceComposerClient.h | 56 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
|
D | SurfaceControl.h | 75 sp<Surface> createSurface() const;
|
/frameworks/native/services/surfaceflinger/ |
D | Client.h | 54 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, PixelFormat format, in createSurface() function in android::Client
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 51 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/services/core/java/com/android/server/wm/ |
D | Letterbox.java | 247 private void createSurface() { in createSurface() method in Letterbox.LetterboxSurface 300 createSurface(); in applySurfaceChanges()
|