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

/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp66 createSurface();
71 void TestContext::createSurface() { function in class:android::uirenderer::test::TestContext
80 mSurfaceControl = mSurfaceComposerClient->createSurface(String8("HwuiTest"), gDisplay.w,
/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java149 private void createSurface() { method in class:Letterbox.LetterboxSurface
186 createSurface();
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp155 sp<Surface> SurfaceControl::createSurface() const function in class:android::SurfaceControl
H A DSurfaceComposerClient.cpp616 sp<SurfaceControl> SurfaceComposerClient::createSurface( function in class:android::SurfaceComposerClient
653 err = mClient->createSurface(name, w, h, format, flags, parentHandle,
655 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));
/frameworks/base/libs/hwui/pipeline/skia/
H A DVectorDrawableAtlas.cpp38 mSurface = createSurface(mWidth, mHeight, context);
81 newSurface = createSurface(mWidth, mHeight, context);
137 entry.surface = createSurface(newRect.width(), newRect.height(), context);
204 result.surface = createSurface(width, height, context);
264 sk_sp<SkSurface> VectorDrawableAtlas::createSurface(int width, int height, GrContext* context) { function in class:android::uirenderer::skiapipeline::VectorDrawableAtlas
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp278 EGLSurface EglManager::createSurface(EGLNativeWindowType window, bool wideColorGamut) { function in class:android::uirenderer::renderthread::EglManager
H A DVulkanManager.cpp518 VulkanSurface* VulkanManager::createSurface(ANativeWindow* window) { function in class:android::uirenderer::renderthread::VulkanManager
/frameworks/native/services/surfaceflinger/
H A DClient.cpp148 status_t Client::createSurface( function in class:android::Client
174 * 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/services/core/java/com/android/server/display/
H A DColorFade.java152 if (!(createSurface() && createEglContext() && createEglSurface() &&
566 private boolean createSurface() { method in class:ColorFade
/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/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp186 std::unique_ptr<RE::Surface> RenderEngine::createSurface() { function in class:android::RE::impl::RenderEngine
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1078 public boolean createSurface() { method in class:GLSurfaceView.EglHelper
1080 Log.w("EglHelper", "createSurface() tid=" + Thread.currentThread().getId());
1507 Log.w("GLThread", "egl createSurface");
1509 if (mEglHelper.createSurface()) {

Completed in 207 milliseconds