Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp56 virtual status_t createSurface(const String8& name, uint32_t width, in createSurface() function in android::BpSurfaceComposerClient
DSurfaceComposerClient.cpp559 sp<SurfaceControl> SurfaceComposerClient::createSurface( in createSurface() function in android::SurfaceComposerClient
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp225 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface() function in android::uirenderer::renderthread::EglManager
/frameworks/native/services/surfaceflinger/
DClient.cpp109 status_t Client::createSurface( in createSurface() function in android::Client
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
/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/base/opengl/java/android/opengl/
DGLSurfaceView.java1061 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper