Home
last modified time | relevance | path

Searched refs:WindowSurface (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DSurface.cpp292 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()
DSurface.hpp114 class WindowSurface : public Surface class
117 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
118 ~WindowSurface() override;
DDisplay.cpp328 Surface *surface = new WindowSurface(this, configuration, window); in createWindowSurface()
/third_party/skia/modules/androidkit/src/
DSurface.cpp24 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()
DSurface.h46 class WindowSurface final : public Surface {
48 WindowSurface(ANativeWindow* win, std::unique_ptr<sk_app::WindowContext> wctx);
68 WindowSurface* fWindowSurface = nullptr;
DSurfaceThread.h19 class WindowSurface; variable
34 WindowSurface** fWindowSurface = nullptr;
DSurfaceThread.cpp46 *message.fWindowSurface = new WindowSurface(message.fNativeWindow, std::move(winctx)); in message_callback()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSurface.h236 class WindowSurface final : public Surface
239 WindowSurface(rx::EGLImplFactory *implFactory,
243 ~WindowSurface() override;
DSurface.cpp532 WindowSurface::WindowSurface(rx::EGLImplFactory *implFactory, in WindowSurface() function in egl::WindowSurface
541 WindowSurface::~WindowSurface() {} in ~WindowSurface()
DSurface_unittest.cpp66 egl::Surface *surface = new egl::WindowSurface( in TEST()
DDisplay.cpp734 SurfacePointer surface(new WindowSurface(mImplementation, configuration, window, attribs), in createWindowSurface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.h284 class WindowSurface final : public Surface
287 WindowSurface(rx::EGLImplFactory *implFactory,
292 ~WindowSurface() override;
DSurface.cpp808 WindowSurface::WindowSurface(rx::EGLImplFactory *implFactory, in WindowSurface() function in egl::WindowSurface
818 WindowSurface::~WindowSurface() {} in ~WindowSurface()
DSurface_unittest.cpp68 egl::Surface *surface = new egl::WindowSurface( in TEST()
DDisplay.cpp1150 SurfacePointer surface(new WindowSurface(mImplementation, configuration, window, attribs, in createWindowSurface()
/third_party/EGL/extensions/KHR/
DEGL_KHR_platform_android.txt97 …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/
DEGL_KHR_platform_android.txt97 …non-platform Get*Display and Create*WindowSurface calls interchangeably. As a user of the API it w…