/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Surface.cpp | 292 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window) in WindowSurface() function in egl::WindowSurface 298 WindowSurface::~WindowSurface() in ~WindowSurface() 300 WindowSurface::deleteResources(); in ~WindowSurface() 303 bool WindowSurface::initialize() in initialize() 310 void WindowSurface::swap() in swap() 320 EGLNativeWindowType WindowSurface::getWindowHandle() const in getWindowHandle() 325 bool WindowSurface::checkForResize() in checkForResize() 383 void WindowSurface::deleteResources() in deleteResources() 391 bool WindowSurface::reset(int backBufferWidth, int backBufferHeight) in reset()
|
D | Surface.hpp | 114 class WindowSurface : public Surface class 117 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window); 118 ~WindowSurface() override;
|
D | Display.cpp | 328 Surface *surface = new WindowSurface(this, configuration, window); in createWindowSurface()
|
/third_party/skia/modules/androidkit/src/ |
D | Surface.cpp | 24 WindowSurface::WindowSurface(ANativeWindow* win, std::unique_ptr<sk_app::WindowContext> wctx) in WindowSurface() function in WindowSurface 34 void WindowSurface::release(JNIEnv* env) { in release() 39 SkCanvas* WindowSurface::getCanvas() { in getCanvas() 46 void WindowSurface::flushAndSubmit() { in flushAndSubmit() 184 return reinterpret_cast<jlong>(sk_make_sp<WindowSurface>(win, std::move(winctx)).release()); in Surface_CreateVK() 203 return reinterpret_cast<jlong>(sk_make_sp<WindowSurface>(win, std::move(winctx)).release()); in Surface_CreateGL()
|
D | Surface.h | 46 class WindowSurface final : public Surface { 48 WindowSurface(ANativeWindow* win, std::unique_ptr<sk_app::WindowContext> wctx); 68 WindowSurface* fWindowSurface = nullptr;
|
D | SurfaceThread.h | 19 class WindowSurface; variable 34 WindowSurface** fWindowSurface = nullptr;
|
D | SurfaceThread.cpp | 46 *message.fWindowSurface = new WindowSurface(message.fNativeWindow, std::move(winctx)); in message_callback()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Surface.h | 236 class WindowSurface final : public Surface 239 WindowSurface(rx::EGLImplFactory *implFactory, 243 ~WindowSurface() override;
|
D | Surface.cpp | 532 WindowSurface::WindowSurface(rx::EGLImplFactory *implFactory, in WindowSurface() function in egl::WindowSurface 541 WindowSurface::~WindowSurface() {} in ~WindowSurface()
|
D | Surface_unittest.cpp | 66 egl::Surface *surface = new egl::WindowSurface( in TEST()
|
D | Display.cpp | 734 SurfacePointer surface(new WindowSurface(mImplementation, configuration, window, attribs), in createWindowSurface()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Surface.h | 284 class WindowSurface final : public Surface 287 WindowSurface(rx::EGLImplFactory *implFactory, 292 ~WindowSurface() override;
|
D | Surface.cpp | 808 WindowSurface::WindowSurface(rx::EGLImplFactory *implFactory, in WindowSurface() function in egl::WindowSurface 818 WindowSurface::~WindowSurface() {} in ~WindowSurface()
|
D | Surface_unittest.cpp | 68 egl::Surface *surface = new egl::WindowSurface( in TEST()
|
D | Display.cpp | 1150 SurfacePointer surface(new WindowSurface(mImplementation, configuration, window, attribs, in createWindowSurface()
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_platform_android.txt | 97 …non-platform Get*Display and Create*WindowSurface calls interchangeably. As a user of the API it w…
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_platform_android.txt | 97 …non-platform Get*Display and Create*WindowSurface calls interchangeably. As a user of the API it w…
|