/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 57 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()
|
D | SurfaceComposerClient.cpp | 573 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/ |
D | ISurfaceComposerClient.h | 60 virtual status_t createSurface(
|
D | SurfaceComposerClient.h | 103 sp<SurfaceControl> createSurface(
|
/frameworks/wilhelm/tests/sandbox/ |
D | nativewindow.cpp | 53 composerClient->createSurface( in getNativeWindow_()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestContext.cpp | 65 mSurfaceControl = mSurfaceComposerClient->createSurface(String8("HwuiTest"), in surface()
|
/frameworks/native/services/surfaceflinger/ |
D | Client.h | 55 virtual status_t createSurface(
|
D | Client.cpp | 106 status_t Client::createSurface( in createSurface() function in android::Client
|
/frameworks/native/opengl/tests/lib/ |
D | WindowSurface.cpp | 57 sp<SurfaceControl> sc = surfaceComposerClient->createSurface( in WindowSurface()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 117 mBGSurfaceControl = mComposerClient->createSurface( in SetUp() 125 mFGSurfaceControl = mComposerClient->createSurface( in SetUp() 133 mSyncSurfaceControl = mComposerClient->createSurface( in SetUp()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 63 EGLSurface createSurface(EGLNativeWindowType window);
|
D | EglManager.cpp | 225 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface() function in android::uirenderer::renderthread::EglManager
|
/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | RenderTarget.java | 91 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/ |
D | ColorFade.java | 152 if (!(createSurface() && createEglContext() && createEglSurface() && in prepare() 568 private boolean createSurface() {
|
/frameworks/av/cmds/stagefright/ |
D | stream.cpp | 324 composerClient->createSurface( in main()
|
D | codec.cpp | 423 control = composerClient->createSurface( in main()
|
D | sf2.cpp | 636 control = composerClient->createSurface( in main()
|
D | mediafilter.cpp | 760 control = composerClient->createSurface( in main()
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 45 mSurfaceControl = mComposerClient->createSurface( in SetUp()
|
D | GLTest.cpp | 64 mSurfaceControl = mComposerClient->createSurface( in SetUp()
|
D | SRGB_test.cpp | 297 mSurfaceControl = mComposerClient->createSurface( in createDebugSurface()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 1067 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper 1486 if (mEglHelper.createSurface()) { in guardedRun()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 260 sp<SurfaceControl> sc = mSurfaceComposerClient->createSurface( in createWindowSurface()
|
/frameworks/base/libs/input/ |
D | SpriteController.cpp | 375 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface( in obtainSurface()
|