/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 106 mBGSurfaceControl = mComposerClient->createSurface( in SetUp() 114 mFGSurfaceControl = mComposerClient->createSurface( in SetUp() 122 mSyncSurfaceControl = mComposerClient->createSurface( in SetUp()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 54 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()
|
D | SurfaceComposerClient.cpp | 486 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/ |
D | TestContext.cpp | 36 sp<SurfaceControl> control = gSession->createSurface(String8("HwuiTest"), in createWindow()
|
/frameworks/native/services/surfaceflinger/tests/resize/ |
D | resize.cpp | 41 sp<SurfaceControl> surfaceControl = client->createSurface(String8("resize"), in main()
|
/frameworks/native/include/gui/ |
D | ISurfaceComposerClient.h | 60 virtual status_t createSurface(
|
D | SurfaceComposerClient.h | 92 sp<SurfaceControl> createSurface(
|
/frameworks/wilhelm/tests/sandbox/ |
D | nativewindow.cpp | 53 composerClient->createSurface( in getNativeWindow_()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 41 EGLSurface createSurface(EGLNativeWindowType window);
|
D | EglManager.cpp | 194 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface() function in android::uirenderer::renderthread::EglManager
|
D | CanvasContext.cpp | 84 mEglSurface = mEglManager.createSurface(window); in setSurface()
|
/frameworks/native/services/surfaceflinger/ |
D | Client.h | 55 virtual status_t createSurface(
|
D | Client.cpp | 109 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/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/native/libs/gui/tests/ |
D | Surface_test.cpp | 43 mSurfaceControl = mComposerClient->createSurface( in SetUp()
|
D | GLTest.cpp | 64 mSurfaceControl = mComposerClient->createSurface( in SetUp()
|
D | SRGB_test.cpp | 290 mSurfaceControl = mComposerClient->createSurface( in createDebugSurface()
|
/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 | 154 if (!(createSurface() && createEglContext() && createEglSurface() && in prepare() 550 private boolean createSurface() {
|
/frameworks/av/cmds/stagefright/ |
D | stream.cpp | 324 composerClient->createSurface( in main()
|
D | codec.cpp | 395 control = composerClient->createSurface( in main()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 1048 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper 1471 if (mEglHelper.createSurface()) { in guardedRun()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 260 sp<SurfaceControl> sc = mSurfaceComposerClient->createSurface( in createWindowSurface()
|
/frameworks/av/camera/tests/ |
D | ProCameraTests.cpp | 398 mSurfaceControl = mComposerClient->createSurface( in createOnScreenSurface() 423 mDepthSurfaceControl = mDepthComposerClient->createSurface( in createDepthOnScreenSurface()
|