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

12

/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp66 mSurfaceControl = mSurfaceComposerClient->createSurface(String8("HwuiTest"),
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h41 // flags for createSurface()
60 virtual status_t createSurface(
H A DSurfaceComposerClient.h93 sp<SurfaceControl> createSurface(
/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp57 sp<SurfaceControl> sc = surfaceComposerClient->createSurface(
/frameworks/native/services/surfaceflinger/
H A DClient.h55 virtual status_t createSurface(
H A DClient.cpp109 status_t Client::createSurface( function in class:android::Client
116 * createSurface must be called from the GL thread so that it can
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp53 composerClient->createSurface(
/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp56 virtual status_t createSurface(const String8& name, uint32_t width, function in class:android::BpSurfaceComposerClient
120 status_t result = createSurface(name, width, height, format,
H A DSurfaceComposerClient.cpp559 sp<SurfaceControl> SurfaceComposerClient::createSurface( function in class:android::SurfaceComposerClient
570 status_t err = mClient->createSurface(name, w, h, format, flags,
572 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h63 EGLSurface createSurface(EGLNativeWindowType window);
H A DEglManager.cpp225 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { function in class:android::uirenderer::renderthread::EglManager
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp117 mBGSurfaceControl = mComposerClient->createSurface(
125 mFGSurfaceControl = mComposerClient->createSurface(
133 mSyncSurfaceControl = mComposerClient->createSurface(
/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() &&
568 private boolean createSurface() { method in class:ColorFade
/frameworks/av/cmds/stagefright/
H A Dstream.cpp324 composerClient->createSurface(
H A Dcodec.cpp423 control = composerClient->createSurface(
H A Dmediafilter.cpp760 control = composerClient->createSurface(
H A Dsf2.cpp636 control = composerClient->createSurface(
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp64 mSurfaceControl = mComposerClient->createSurface(
H A DSurface_test.cpp45 mSurfaceControl = mComposerClient->createSurface(
H A DSRGB_test.cpp297 mSurfaceControl = mComposerClient->createSurface(
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp260 sp<SurfaceControl> sc = mSurfaceComposerClient->createSurface(
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1061 public boolean createSurface() { method in class:GLSurfaceView.EglHelper
1063 Log.w("EglHelper", "createSurface() tid=" + Thread.currentThread().getId());
1488 Log.w("GLThread", "egl createSurface");
1490 if (mEglHelper.createSurface()) {
/frameworks/base/libs/input/
H A DSpriteController.cpp375 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface(

Completed in 2733 milliseconds

12