/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/ |
H A D | DisplayGL.cpp | 270 mGLContext* glBackend; in PainterGL() local 295 glBackend = static_cast<mGLContext*>(malloc(sizeof(mGLContext))); in PainterGL() 296 mGLContextCreate(glBackend); in PainterGL() 297 m_backend = &glBackend->d; in PainterGL() 609 mGLContext* glBackend = reinterpret_cast<mGLContext*>(m_backend); in glTex() local 610 return glBackend->tex[0]; in glTex()
|
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/ |
H A D | DisplayGL.cpp | 295 mGLContext* glBackend; in create() local 314 glBackend = static_cast<mGLContext*>(malloc(sizeof(mGLContext))); in create() 315 mGLContextCreate(glBackend); in create() 316 m_backend = &glBackend->d; in create() 640 mGLContext* glBackend = reinterpret_cast<mGLContext*>(m_backend); in glTex() local 641 return glBackend->tex[0]; in glTex()
|
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/bindings/cxx/include/pugl/ |
H A D | gl.hpp | 59 glBackend() noexcept in glBackend() function
|
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/bindings/cxx/include/pugl/ |
H A D | gl.hpp | 59 glBackend() noexcept in glBackend() function
|
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/bindings/cxx/include/pugl/ |
H A D | gl.hpp | 59 glBackend() noexcept in glBackend() function
|
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/bindings/cxx/include/pugl/ |
H A D | gl.hpp | 59 glBackend() noexcept in glBackend() function
|
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/bindings/cxx/include/pugl/ |
H A D | gl.hpp | 59 glBackend() noexcept in glBackend() function
|
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/bindings/cxx/include/pugl/ |
H A D | gl.hpp | 59 glBackend() noexcept in glBackend() function
|
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/examples/ |
H A D | pugl_cxx_demo.cpp | 129 view.setBackend(pugl::glBackend()); in main()
|
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/ |
H A D | pugl_cxx_demo.cpp | 129 view.setBackend(pugl::glBackend()); in main()
|
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/examples/ |
H A D | pugl_cxx_demo.cpp | 129 view.setBackend(pugl::glBackend()); in main()
|
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/ |
H A D | pugl_cxx_demo.cpp | 130 view.setBackend(pugl::glBackend()); in main()
|
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/ |
H A D | pugl_cxx_demo.cpp | 130 view.setBackend(pugl::glBackend()); in main()
|
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/examples/ |
H A D | pugl_cxx_demo.cpp | 130 view.setBackend(pugl::glBackend());
|
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/doc/cpp/ |
H A D | view.rst | 144 The OpenGL backend is provided by :func:`glBackend()`: 148 view.setBackend(pugl::glBackend());
|
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/doc/cpp/ |
H A D | view.rst | 144 The OpenGL backend is provided by :func:`glBackend()`: 148 view.setBackend(pugl::glBackend());
|
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/doc/cpp/ |
H A D | view.rst | 144 The OpenGL backend is provided by :func:`glBackend()`: 148 view.setBackend(pugl::glBackend());
|
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/doc/cpp/ |
H A D | overview.rst | 197 The OpenGL backend is provided by :func:`glBackend()`: 201 view.setBackend(pugl::glBackend());
|
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/doc/cpp/ |
H A D | overview.rst | 197 The OpenGL backend is provided by :func:`glBackend()`: 201 view.setBackend(pugl::glBackend());
|
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/doc/cpp/ |
H A D | overview.rst | 197 The OpenGL backend is provided by :func:`glBackend()`: 201 view.setBackend(pugl::glBackend());
|
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/ |
H A D | mainwindow.cpp | 1371 int glBackend = KdenliveSettings::opengl_backend(); in setupActions() local 1375 openGLAuto->setChecked(glBackend == 0); in setupActions() 1380 openGLDesktop->setChecked(glBackend == Qt::AA_UseDesktopOpenGL); in setupActions() 1385 openGLES->setChecked(glBackend == Qt::AA_UseOpenGLES); in setupActions() 1390 openGLSoftware->setChecked(glBackend == Qt::AA_UseSoftwareOpenGL); in setupActions()
|