/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestContext.cpp | 80 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/ |
H A D | VideoSurfaceTextureImpl.java | 147 private boolean createSurface(int width, int height) { in createSurface() method in VideoSurfaceTextureImpl
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ISurfaceComposerClient.cpp | 50 status_t createSurface(const String8& name, uint32_t width, uint32_t height, PixelFormat format, in createSurface() function in android::BpSurfaceComposerClient
|
H A D | SurfaceControl.cpp | 160 sp<Surface> SurfaceControl::createSurface() in createSurface() function in android::SurfaceControl
|
H A D | SurfaceComposerClient.cpp | 1875 sp<SurfaceControl> SurfaceComposerClient::createSurface(const String8& name, uint32_t w, uint32_t h, in createSurface() function in android::SurfaceComposerClient
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Client.cpp | 79 status_t Client::createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format, in createSurface() function in android::Client
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | BLASTBufferQueue.java | 73 public Surface createSurface() { in createSurface() method in BLASTBufferQueue
|
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
H A D | IllustrationVideoView.java | 181 protected void createSurface() { in createSurface() method in IllustrationVideoView
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Letterbox.java | 348 private void createSurface(SurfaceControl.Transaction t) { in createSurface() method in Letterbox.LetterboxSurface
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 343 Result<EGLSurface, EGLint> EglManager::createSurface(EGLNativeWindowType window, in createSurface() function in android::uirenderer::renderthread::EglManager
|
H A D | VulkanManager.cpp | 602 VulkanSurface* VulkanManager::createSurface(ANativeWindow* window, in createSurface() function in android::uirenderer::renderthread::VulkanManager
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) { in createSurface() method in RenderTarget
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLSurfaceView.java | 1079 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper
|