Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp67 createSurface(); in surface()
72 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext
81 mSurfaceControl = mSurfaceComposerClient->createSurface(String8("HwuiTest"), in createWindowSurface()
DTestContext.h58 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
53 return callRemote<decltype(&ISurfaceComposerClient::createSurface)>(Tag::CREATE_SURFACE, in createSurface()
94 return callLocal(data, reply, &ISurfaceComposerClient::createSurface); in onTransact()
DSurfaceControl.cpp258 sp<Surface> SurfaceControl::createSurface() const in createSurface() function in android::SurfaceControl
/frameworks/native/services/surfaceflinger/tests/
DStress_test.cpp34 auto surf = client->createSurface(String8("t"), 100, 100, in TEST()
DTransaction_test.cpp128 mBGSurfaceControl = mComposerClient->createSurface( in SetUp()
136 mFGSurfaceControl = mComposerClient->createSurface( in SetUp()
144 mSyncSurfaceControl = mComposerClient->createSurface( in SetUp()
747 auto relativeSurfaceControl = mComposerClient->createSurface( in TEST_F()
784 mChild = mComposerClient->createSurface( in SetUp()
1089 mChild = mComposerClient->createSurface(String8("Child surface"), 10, 10, in TEST_F()
DSurfaceInterceptor_test.cpp145 mBGSurfaceControl = mComposerClient->createSurface( in SetUp()
357 mComposerClient->createSurface(String8(LAYER_NAME), SIZE_UPDATE, SIZE_UPDATE, in surfaceCreation()
805 sp<SurfaceControl> layerToDelete = mComposerClient->createSurface(String8(LAYER_NAME), in TEST_F()
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp53 composerClient->createSurface( in getNativeWindow_()
/frameworks/native/include/gui/
DISurfaceComposerClient.h51 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
DSurfaceControl.h138 sp<Surface> createSurface() const;
DSurfaceComposerClient.h103 sp<SurfaceControl> createSurface(
/frameworks/base/libs/hwui/renderthread/
DEglManager.h42 EGLSurface createSurface(EGLNativeWindowType window);
DVulkanManager.h85 VulkanSurface* createSurface(ANativeWindow* window);
DOpenGLPipeline.cpp157 mEglSurface = mEglManager.createSurface(surface); in setSurface()
DEglManager.cpp213 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface() function in android::uirenderer::renderthread::EglManager
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp57 sp<SurfaceControl> sc = surfaceComposerClient->createSurface( in WindowSurface()
/frameworks/native/services/surfaceflinger/
DClient.h58 virtual status_t createSurface(
DClient.cpp134 status_t Client::createSurface( in createSurface() function in android::Client
/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/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp141 mVkSurface = mVkManager.createSurface(surface); in setSurface()
DSkiaOpenGLPipeline.cpp166 mEglSurface = mEglManager.createSurface(surface); in setSurface()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height); in newTarget()
390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) { in createSurface() method in RenderTarget
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java152 if (!(createSurface() && createEglContext() && createEglSurface() && in prepare()
573 private boolean createSurface() {
/frameworks/av/camera/tests/
DCameraZSLTests.cpp249 surfaceControl = mComposerClient->createSurface( in TEST_F()
/frameworks/av/cmds/stagefright/
Dstream.cpp328 composerClient->createSurface( in main()

12