Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp71 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext
/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp49 status_t createSurface(const String8& name, uint32_t width, uint32_t height, PixelFormat format, in createSurface() function in android::BpSurfaceComposerClient
DSurfaceControl.cpp155 sp<Surface> SurfaceControl::createSurface() const in createSurface() function in android::SurfaceControl
DSurfaceComposerClient.cpp616 sp<SurfaceControl> SurfaceComposerClient::createSurface( in createSurface() function in android::SurfaceComposerClient
/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java149 private void createSurface() { in createSurface() method in Letterbox.LetterboxSurface
/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.cpp264 sk_sp<SkSurface> VectorDrawableAtlas::createSurface(int width, int height, GrContext* context) { in createSurface() function in android::uirenderer::skiapipeline::VectorDrawableAtlas
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp278 EGLSurface EglManager::createSurface(EGLNativeWindowType window, bool wideColorGamut) { in createSurface() function in android::uirenderer::renderthread::EglManager
DVulkanManager.cpp518 VulkanSurface* VulkanManager::createSurface(ANativeWindow* window) { in createSurface() function in android::uirenderer::renderthread::VulkanManager
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
/frameworks/native/services/surfaceflinger/
DClient.cpp148 status_t Client::createSurface( in createSurface() function in android::Client
/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/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp186 std::unique_ptr<RE::Surface> RenderEngine::createSurface() { in createSurface() function in android::RE::impl::RenderEngine
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1078 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper