Home
last modified time | relevance | path

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

12

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp57 virtual status_t createSurface(const String8& name, uint32_t width, in createSurface() function in android::BpSurfaceComposerClient
150 status_t result = createSurface(name, width, height, format, in onTransact()
DSurfaceComposerClient.cpp573 sp<SurfaceControl> SurfaceComposerClient::createSurface( in createSurface() function in android::SurfaceComposerClient
584 status_t err = mClient->createSurface(name, w, h, format, flags, in createSurface()
/frameworks/native/include/gui/
DISurfaceComposerClient.h60 virtual status_t createSurface(
DSurfaceComposerClient.h103 sp<SurfaceControl> createSurface(
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp53 composerClient->createSurface( in getNativeWindow_()
/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp65 mSurfaceControl = mSurfaceComposerClient->createSurface(String8("HwuiTest"), in surface()
/frameworks/native/services/surfaceflinger/
DClient.h55 virtual status_t createSurface(
DClient.cpp106 status_t Client::createSurface( in createSurface() function in android::Client
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp57 sp<SurfaceControl> sc = surfaceComposerClient->createSurface( in WindowSurface()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp117 mBGSurfaceControl = mComposerClient->createSurface( in SetUp()
125 mFGSurfaceControl = mComposerClient->createSurface( in SetUp()
133 mSyncSurfaceControl = mComposerClient->createSurface( in SetUp()
/frameworks/base/libs/hwui/renderthread/
DEglManager.h63 EGLSurface createSurface(EGLNativeWindowType window);
DEglManager.cpp225 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface() function in android::uirenderer::renderthread::EglManager
/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/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()
568 private boolean createSurface() {
/frameworks/av/cmds/stagefright/
Dstream.cpp324 composerClient->createSurface( in main()
Dcodec.cpp423 control = composerClient->createSurface( in main()
Dsf2.cpp636 control = composerClient->createSurface( in main()
Dmediafilter.cpp760 control = composerClient->createSurface( in main()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp45 mSurfaceControl = mComposerClient->createSurface( in SetUp()
DGLTest.cpp64 mSurfaceControl = mComposerClient->createSurface( in SetUp()
DSRGB_test.cpp297 mSurfaceControl = mComposerClient->createSurface( in createDebugSurface()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1067 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper
1486 if (mEglHelper.createSurface()) { in guardedRun()
/frameworks/native/cmds/flatland/
DGLHelper.cpp260 sp<SurfaceControl> sc = mSurfaceComposerClient->createSurface( in createWindowSurface()
/frameworks/base/libs/input/
DSpriteController.cpp375 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface( in obtainSurface()

12