Home
last modified time | relevance | path

Searched refs:createShmBuffer (Results 1 – 16 of 16) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/wayland/
H A Dqwaylanddisplay.h69 struct wl_buffer *createShmBuffer(int fd, int width, int height,
H A Dqwaylandshmsurface.cpp83 mBuffer = display->createShmBuffer(fd, size.width(), size.height(), in QWaylandShmBuffer()
H A Dqwaylanddisplay.cpp74 struct wl_buffer *QWaylandDisplay::createShmBuffer(int fd, in createShmBuffer() function in QWaylandDisplay
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/src/
H A Dwl_window.c176 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
269 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1238 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/src/
H A Dwl_window.c176 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
269 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1238 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dwl_window.c188 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
281 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1368 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/src/
H A Dwl_window.c188 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
281 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1368 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Divi-shell-user-interface.c792 createShmBuffer(struct wlContextStruct *p_wlCtx) in createShmBuffer() function
920 createShmBuffer(p_wlCtx); in create_ivisurface()
/dports/graphics/weston/weston-1.9.0/clients/
H A Divi-shell-user-interface.c797 createShmBuffer(struct wlContextStruct *p_wlCtx) in createShmBuffer() function
924 createShmBuffer(p_wlCtx); in create_ivisurface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Divi-shell-user-interface.c792 createShmBuffer(struct wlContextStruct *p_wlCtx) in createShmBuffer() function
920 createShmBuffer(p_wlCtx); in create_ivisurface()
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dwl_window.c188 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
281 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1368 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/src/
H A Dwl_window.c198 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
291 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1394 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dwl_window.c198 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
291 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1403 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/graphics/glfw/glfw-3.3.4/src/
H A Dwl_window.c198 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
291 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1403 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/src/
H A Dwl_window.c196 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() function
289 window->wl.decorations.buffer = createShmBuffer(&image); in createDecorations()
1392 cursor->wl.buffer = createShmBuffer(image); in _glfwPlatformCreateCursor()
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dwl_window.c47 static struct wl_buffer* createShmBuffer(const GLFWimage* image, bool is_opaque, bool init_data) in createShmBuffer() function
1224 cursor->wl.buffer = createShmBuffer(image, false, true); in _glfwPlatformCreateCursor()