Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp80 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext
/frameworks/native/libs/gui/
DSurfaceControl.cpp140 sp<Surface> SurfaceControl::createSurface() const in createSurface() function in android::SurfaceControl
DISurfaceComposerClient.cpp50 status_t createSurface(const String8& name, uint32_t width, uint32_t height, PixelFormat format, in createSurface() function in android::BpSurfaceComposerClient
DSurfaceComposerClient.cpp1600 sp<SurfaceControl> SurfaceComposerClient::createSurface(const String8& name, uint32_t w, uint32_t h, in createSurface() function in android::SurfaceComposerClient
/frameworks/native/services/surfaceflinger/
DClient.cpp79 status_t Client::createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format, in createSurface() function in android::Client
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustrationVideoView.java181 protected void createSurface() { in createSurface() method in IllustrationVideoView
/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java276 private void createSurface(SurfaceControl.Transaction t) { in createSurface() method in Letterbox.LetterboxSurface
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp302 Result<EGLSurface, EGLint> EglManager::createSurface(EGLNativeWindowType window, in createSurface() function in android::uirenderer::renderthread::EglManager
DVulkanManager.cpp559 VulkanSurface* VulkanManager::createSurface(ANativeWindow* window, ColorMode colorMode, in createSurface() function in android::uirenderer::renderthread::VulkanManager
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) { in createSurface() method in RenderTarget
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1079 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper