Home
last modified time | relevance | path

Searched refs:openvg (Results 1 – 25 of 132) sorted by relevance

123456

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/
H A DMakefile.am68 openvg/OpenVGRenderer.h \
69 openvg/OpenVGBitmap.h \
70 openvg/OpenVGStyle.h \
105 openvg/OpenVGRenderer.cpp \
106 openvg/OpenVGRenderer.h \
107 openvg/OpenVGBitmap.h \
108 openvg/OpenVGBitmap.cpp \
109 openvg/OpenVGStyle.h
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/common/
H A Dkhrn_client.c288 state->openvg.context = 0; in client_thread_state_init()
289 state->openvg.draw = 0; in client_thread_state_init()
290 state->openvg.read = 0; in client_thread_state_init()
380 …EGL_VG_CONTEXT_ID_T servervg = thread->openvg.context ? thread->openvg.context->servercontext : E… in client_send_make_current()
381 …EGL_SURFACE_ID_T servervgsurf = thread->openvg.draw ? thread->openvg.draw->serverbuffer : E… in client_send_make_current()
553 if (thread->opengl.context || thread->openvg.context) in client_library_send_make_current()
560 …EGL_VG_CONTEXT_ID_T servervg = thread->openvg.context ? thread->openvg.context->servercontext : E… in client_library_send_make_current()
561 …EGL_SURFACE_ID_T servervgsurf = thread->openvg.draw ? thread->openvg.draw->serverbuffer : E… in client_library_send_make_current()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/openvg/
H A Dopenvg.pro5 target.path = $$[QT_INSTALL_EXAMPLES]/openvg
6 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS openvg.pro README
7 sources.path = $$[QT_INSTALL_EXAMPLES]/openvg
H A Dopenvg.desktop7 Exec=/opt/usr/bin/openvg
8 Icon=openvg
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/
H A Dscenegraph.pro4 qtConfig(openvg): SUBDIRS += openvg
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/
H A Dscenegraph.pro4 qtConfig(openvg): SUBDIRS += openvg
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/nativeimagehandleprovider/
H A Dnativeimagehandleprovider.pro5 contains(QT_CONFIG, openvg): QT *= openvg
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/openvg/
H A Dopenvg.pro9 TRACEPOINT_PROVIDER = $$PWD/openvg.tracepoints
24 QMAKE_USE += openvg
27 OTHER_FILES += $$PWD/openvg.json
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/openvg/
H A Dopenvg.pro9 TRACEPOINT_PROVIDER = $$PWD/openvg.tracepoints
24 QMAKE_USE += openvg
27 OTHER_FILES += $$PWD/openvg.json
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/macros/
H A Dopenvg.m422 …AC_ARG_WITH(openvg_includes, AC_HELP_STRING([--with-openvg-includes], [directory where Openvg head…
25 if test -f ${with_openvg_includes}/VG/openvg.h; then
28 AC_MSG_ERROR([${with_openvg_includes} directory doesn't contain VG/openvg.h])
37 if test -f $i/VG/openvg.h; then
60 dnl AC_CHECK_HEADER([VG/openvg.h], [ac_cv_path_openvg_includes=""])
71 …AC_ARG_WITH(openvg_lib, AC_HELP_STRING([--with-openvg-lib], [directory where Openvg libraries are]…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/graphicssystems/
H A Dgraphicssystems.pro4 contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl) {
5 SUBDIRS += openvg
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qpixmap/
H A Dqpixmap.pro26 contains(QT_CONFIG, openvg) {
28 QT *= openvg
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/
H A Dexamples.pro65 contains(QT_CONFIG, openvg): SUBDIRS += openvg
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/platforms/
H A Demb-openvg-EmbLinux.qdoc29 \page qt-embeddedLinux-openvg.html
35 \input platforms/emb-openvg.qdocinc
H A Dwince-openvg.qdoc29 \page windowsce-openvg.html
34 \input platforms/emb-openvg.qdocinc
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/egl/
H A Degl_client.c1209 egl_current_release(process, &thread->openvg); in eglReleaseThread()
1481 current = &thread->openvg; in eglSwapInterval()
1765 send_pixmap(thread->openvg.draw); in egl_vg_render_callback()
1844 retrieve_pixmap(thread->openvg.draw, wait); in egl_vg_flush_callback()
1969 (thread->bound_api == EGL_OPENVG_API) ? &thread->openvg : &thread->opengl); in eglMakeCurrent()
2019 current = &thread->openvg; in eglMakeCurrent()
2054 current = &thread->openvg; in eglGetCurrentContext()
2083 current = &thread->openvg; in eglGetCurrentSurface()
2124 current = &thread->openvg; in eglGetCurrentDisplay()
2334 EGL_SURFACE_T *surface = CLIENT_GET_THREAD_STATE()->openvg.draw; in eglSwapBuffers()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/
H A DMakefile.am28 openvg \ subdir
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/
H A DMakefile.am28 openvg \ subdir
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/openvg/star/
H A Dstar.pro4 QT += openvg
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/graphicssystems/openvg/
H A Dmain.cpp69 Q_EXPORT_PLUGIN2(openvg, QVGGraphicsSystemPlugin)
H A Dopenvg.pro4 QT += openvg
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/graphicssystems/shivavg/
H A Dshivavg.pro4 QT += openvg
/dports/converters/wkhtmltopdf/qt-5db36ec/mkspecs/features/
H A Dqt.prf39 …testlib script scripttools svg qt3support sql xmlpatterns xml egl opengl openvg gui network core m…
165 else:isEqual(QTLIB, openvg):qlib = QtOpenVG
201 isEqual(QTLIB, openvg):CONFIG += openvg
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/gtk/
H A Dgtk_glue_ovg.h77 std::shared_ptr<renderer::openvg::Renderer_ovg> _renderer;
/dports/converters/wkhtmltopdf/qt-5db36ec/config.tests/unix/openvg/
H A Dopenvg.pro1 SOURCES += openvg.cpp

123456