Home
last modified time | relevance | path

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

12

/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp106 mBGSurfaceControl = mComposerClient->createSurface( in SetUp()
114 mFGSurfaceControl = mComposerClient->createSurface( in SetUp()
122 mSyncSurfaceControl = mComposerClient->createSurface( in SetUp()
/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp54 virtual status_t createSurface(const String8& name, uint32_t w, in createSurface() function in android::BpSurfaceComposerClient
114 status_t result = createSurface(name, w, h, format, flags, in onTransact()
DSurfaceComposerClient.cpp486 sp<SurfaceControl> SurfaceComposerClient::createSurface( in createSurface() function in android::SurfaceComposerClient
497 status_t err = mClient->createSurface(name, w, h, format, flags, in createSurface()
/frameworks/base/libs/hwui/tests/
DTestContext.cpp36 sp<SurfaceControl> control = gSession->createSurface(String8("HwuiTest"), in createWindow()
/frameworks/native/services/surfaceflinger/tests/resize/
Dresize.cpp41 sp<SurfaceControl> surfaceControl = client->createSurface(String8("resize"), in main()
/frameworks/native/include/gui/
DISurfaceComposerClient.h60 virtual status_t createSurface(
DSurfaceComposerClient.h92 sp<SurfaceControl> createSurface(
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp53 composerClient->createSurface( in getNativeWindow_()
/frameworks/base/libs/hwui/renderthread/
DEglManager.h41 EGLSurface createSurface(EGLNativeWindowType window);
DEglManager.cpp194 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface() function in android::uirenderer::renderthread::EglManager
DCanvasContext.cpp84 mEglSurface = mEglManager.createSurface(window); in setSurface()
/frameworks/native/services/surfaceflinger/
DClient.h55 virtual status_t createSurface(
DClient.cpp109 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/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/native/libs/gui/tests/
DSurface_test.cpp43 mSurfaceControl = mComposerClient->createSurface( in SetUp()
DGLTest.cpp64 mSurfaceControl = mComposerClient->createSurface( in SetUp()
DSRGB_test.cpp290 mSurfaceControl = mComposerClient->createSurface( in createDebugSurface()
/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.java154 if (!(createSurface() && createEglContext() && createEglSurface() && in prepare()
550 private boolean createSurface() {
/frameworks/av/cmds/stagefright/
Dstream.cpp324 composerClient->createSurface( in main()
Dcodec.cpp395 control = composerClient->createSurface( in main()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1048 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper
1471 if (mEglHelper.createSurface()) { in guardedRun()
/frameworks/native/cmds/flatland/
DGLHelper.cpp260 sp<SurfaceControl> sc = mSurfaceComposerClient->createSurface( in createWindowSurface()
/frameworks/av/camera/tests/
DProCameraTests.cpp398 mSurfaceControl = mComposerClient->createSurface( in createOnScreenSurface()
423 mDepthSurfaceControl = mDepthComposerClient->createSurface( in createDepthOnScreenSurface()

12