Home
last modified time | relevance | path

Searched defs:createSurface (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp80 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoSurfaceTextureImpl.java147 private boolean createSurface(int width, int height) { in createSurface() method in VideoSurfaceTextureImpl
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp50 status_t createSurface(const String8& name, uint32_t width, uint32_t height, PixelFormat format, in createSurface() function in android::BpSurfaceComposerClient
H A DSurfaceControl.cpp160 sp<Surface> SurfaceControl::createSurface() in createSurface() function in android::SurfaceControl
H A DSurfaceComposerClient.cpp1875 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 DClient.cpp79 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 DBLASTBufferQueue.java73 public Surface createSurface() { in createSurface() method in BLASTBufferQueue
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustrationVideoView.java181 protected void createSurface() { in createSurface() method in IllustrationVideoView
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java348 private void createSurface(SurfaceControl.Transaction t) { in createSurface() method in Letterbox.LetterboxSurface
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp343 Result<EGLSurface, EGLint> EglManager::createSurface(EGLNativeWindowType window, in createSurface() function in android::uirenderer::renderthread::EglManager
H A DVulkanManager.cpp602 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 DRenderTarget.java390 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 DGLSurfaceView.java1079 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper