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

12

/frameworks/base/libs/hwui/tests/
H A DTestContext.cpp36 sp<SurfaceControl> control = gSession->createSurface(String8("HwuiTest"),
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h41 EGLSurface createSurface(EGLNativeWindowType window);
H A DEglManager.cpp194 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { function in class:android::uirenderer::renderthread::EglManager
H A DCanvasContext.cpp84 mEglSurface = mEglManager.createSurface(window);
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h41 // flags for createSurface()
60 virtual status_t createSurface(
H A DSurfaceComposerClient.h92 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/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp41 sp<SurfaceControl> surfaceControl = client->createSurface(String8("resize"),
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp53 composerClient->createSurface(
/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp54 virtual status_t createSurface(const String8& name, uint32_t w, function in class:android::BpSurfaceComposerClient
114 status_t result = createSurface(name, w, h, format, flags,
H A DSurfaceComposerClient.cpp486 sp<SurfaceControl> SurfaceComposerClient::createSurface( function in class:android::SurfaceComposerClient
497 status_t err = mClient->createSurface(name, w, h, format, flags,
499 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp106 mBGSurfaceControl = mComposerClient->createSurface(
114 mFGSurfaceControl = mComposerClient->createSurface(
122 mSyncSurfaceControl = mComposerClient->createSurface(
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp43 mSurfaceControl = mComposerClient->createSurface(
H A DGLTest.cpp64 mSurfaceControl = mComposerClient->createSurface(
H A DSRGB_test.cpp290 mSurfaceControl = 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.java154 if (!(createSurface() && createEglContext() && createEglSurface() &&
550 private boolean createSurface() { method in class:ColorFade
/frameworks/av/cmds/stagefright/
H A Dstream.cpp324 composerClient->createSurface(
H A Dcodec.cpp395 control = composerClient->createSurface(
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp260 sp<SurfaceControl> sc = mSurfaceComposerClient->createSurface(
/frameworks/av/camera/tests/
H A DProCameraTests.cpp398 mSurfaceControl = mComposerClient->createSurface(
423 mDepthSurfaceControl = mDepthComposerClient->createSurface(
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1048 public boolean createSurface() { method in class:GLSurfaceView.EglHelper
1050 Log.w("EglHelper", "createSurface() tid=" + Thread.currentThread().getId());
1469 Log.w("GLThread", "egl createSurface");
1471 if (mEglHelper.createSurface()) {

Completed in 380 milliseconds

12