Home
last modified time | relevance | path

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

123

/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp68 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()
DTestContext.h57 void createSurface();
/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp49 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()
DSurfaceControl.cpp159 sp<Surface> SurfaceControl::createSurface() const in createSurface() function in android::SurfaceControl
/frameworks/native/libs/gui/tests/
DSamplingDemo.cpp41 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()
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()
DEndToEndNativeInputTest.cpp85 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/
DVectorDrawableAtlas.cpp38 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
DVectorDrawableAtlas.h199 sk_sp<SkSurface> createSurface(int width, int height, GrContext* context);
DSkiaVulkanPipeline.cpp129 mVkManager.createSurface(surface, colorMode, mSurfaceColorSpace, mSurfaceColorType, in setSurface()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp311 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/
DInvalidHandles_test.cpp53 mScc->createSurface(String8("lolcats"), 19, 47, PIXEL_FORMAT_RGBA_8888, 0, in TEST_F()
DTransaction_test.cpp361 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 …]
DStress_test.cpp34 auto surf = client->createSurface(String8("t"), 100, 100, in TEST()
DCredentials_test.cpp74 mComposerClient->createSurface(SURFACE_NAME, displayWidth, displayHeight, in setupBackgroundSurface()
92 mComposerClient->createSurface(SURFACE_NAME, displayWidth, displayHeight, in setupVirtualDisplay()
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp53 composerClient->createSurface( in getNativeWindow_()
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp61 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/native/libs/gui/include/gui/
DISurfaceComposerClient.h56 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
DSurfaceControl.h75 sp<Surface> createSurface() const;
/frameworks/native/services/surfaceflinger/
DClient.h54 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
DClient.cpp75 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/
DEglManager.h51 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
/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/services/core/java/com/android/server/wm/
DLetterbox.java247 private void createSurface() { in createSurface() method in Letterbox.LetterboxSurface
300 createSurface(); in applySurfaceChanges()

123