Searched refs:createSurface (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp67 createSurface();
72 void TestContext::createSurface() { function in class:android::uirenderer::test::TestContext
81 mSurfaceControl = mSurfaceComposerClient->createSurface(String8("HwuiTest"),
H A DTestContext.h58 void createSurface();
/frameworks/native/services/surfaceflinger/tests/
H A DStress_test.cpp34 auto surf = client->createSurface(String8("t"), 100, 100,
H A DTransaction_test.cpp128 mBGSurfaceControl = mComposerClient->createSurface(
136 mFGSurfaceControl = mComposerClient->createSurface(
144 mSyncSurfaceControl = mComposerClient->createSurface(
758 auto relativeSurfaceControl = mComposerClient->createSurface(
795 mChild = mComposerClient->createSurface(
1100 mChild = mComposerClient->createSurface(String8("Child surface"), 10, 10,
/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp49 status_t createSurface(const String8& name, uint32_t width, uint32_t height, PixelFormat format,
53 return callRemote<decltype(&ISurfaceComposerClient::createSurface)>(Tag::CREATE_SURFACE,
94 return callLocal(data, reply, &ISurfaceComposerClient::createSurface);
H A DSurfaceControl.cpp258 sp<Surface> SurfaceControl::createSurface() const function in class:android::SurfaceControl
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h42 EGLSurface createSurface(EGLNativeWindowType window, bool wideColorGamut);
H A DVulkanManager.h85 VulkanSurface* createSurface(ANativeWindow* window);
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h32 // flags for createSurface()
51 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
H A DSurfaceControl.h138 sp<Surface> createSurface() const;
/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposerClient.h32 // flags for createSurface()
51 virtual status_t createSurface(const String8& name, uint32_t w, uint32_t h, PixelFormat format,
H A DSurfaceControl.h138 sp<Surface> createSurface() const;
/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp57 sp<SurfaceControl> sc = surfaceComposerClient->createSurface(
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp53 composerClient->createSurface(
/frameworks/base/libs/hwui/pipeline/skia/
H A DVectorDrawableAtlas.cpp38 mSurface = createSurface(mWidth, mHeight, context);
81 newSurface = createSurface(mWidth, mHeight, context);
138 entry.surface = createSurface(newRect.width(), newRect.height(), context);
205 result.surface = createSurface(width, height, context);
248 sk_sp<SkSurface> VectorDrawableAtlas::createSurface(int width, int height, GrContext* context) { function in class:android::uirenderer::skiapipeline::VectorDrawableAtlas
H A DVectorDrawableAtlas.h185 sk_sp<SkSurface> createSurface(int width, int height, GrContext* context);
H A DSkiaVulkanPipeline.cpp144 mVkSurface = mVkManager.createSurface(surface);
H A DSkiaOpenGLPipeline.cpp169 mEglSurface = mEglManager.createSurface(surface, wideColorGamut);
/frameworks/native/services/surfaceflinger/
H A DClient.h58 virtual status_t createSurface(
H A DClient.cpp134 status_t Client::createSurface( function in class:android::Client
159 * createSurface must be called from the GL thread so that it can
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { method in class:BlockingGLTextureView.EglHelper
398 if (mEglHelper.createSurface(mSurface)) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height);
390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) { method in class:RenderTarget
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java152 if (!(createSurface() && createEglContext() && createEglSurface() &&
573 private boolean createSurface() { method in class:ColorFade
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp249 surfaceControl = mComposerClient->createSurface(
/frameworks/av/cmds/stagefright/
H A Dstream.cpp328 composerClient->createSurface(

Completed in 1194 milliseconds

12