Home
last modified time | relevance | path

Searched refs:WindowSurface (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A 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()
365 #error "WindowSurface in checkForResize()
[all...]
H A DSurface.hpp114 class WindowSurface : public Surface class
117 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
118 ~WindowSurface() override;
H A DDisplay.cpp328 Surface *surface = new WindowSurface(this, configuration, window); in createWindowSurface()
/third_party/skia/modules/androidkit/src/
H A 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()
H A DSurface.h46 class WindowSurface final : public Surface {
48 WindowSurface(ANativeWindow* win, std::unique_ptr<sk_app::WindowContext> wctx);
68 WindowSurface* fWindowSurface = nullptr;
H A DSurfaceThread.h19 class WindowSurface;
34 WindowSurface** fWindowSurface = nullptr;
H A DSurfaceThread.cpp46 *message.fWindowSurface = new WindowSurface(message.fNativeWindow, std::move(winctx)); in message_callback()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.h284 class WindowSurface final : public Surface
287 WindowSurface(rx::EGLImplFactory *implFactory,
292 ~WindowSurface() override;
H A DSurface.cpp808 WindowSurface::WindowSurface(rx::EGLImplFactory *implFactory, in WindowSurface() function in egl::WindowSurface
818 WindowSurface::~WindowSurface() {} in ~WindowSurface()
H A DSurface_unittest.cpp68 egl::Surface *surface = new egl::WindowSurface( in TEST()
H A DDisplay.cpp1150 SurfacePointer surface(new WindowSurface(mImplementation, configuration, window, attribs, in createWindowSurface()

Completed in 9 milliseconds