Home
last modified time | relevance | path

Searched refs:TestGfx (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/sdl2_gfx/SDL2_gfx-1.0.4/
H A DChangeLog25 - update TestThickLine accuracy test in TestGfx
31 - fix bugs in TestGfx
H A DSDL2_gfx.sln6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestGfx", "test\TestGfx.vcxproj", "{AE22EFD3-6…
/dports/graphics/sdl2_gfx/SDL2_gfx-1.0.4/test/
H A DMakefile.in43 rm -rf TestGfx TestRotozoom TestImageFilter TestFramerate Win32
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/tools_libyuv/valgrind/
H A Dchrome_tests.py381 def TestGfx(self): member in ChromeTests
688 "gfx": TestGfx, "gfx_unittests": TestGfx,
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libyuv/tools_libyuv/valgrind/
H A Dchrome_tests.py381 def TestGfx(self): member in ChromeTests
688 "gfx": TestGfx, "gfx_unittests": TestGfx,
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libyuv/tools_libyuv/valgrind/
H A Dchrome_tests.py381 def TestGfx(self): member in ChromeTests
688 "gfx": TestGfx, "gfx_unittests": TestGfx,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libyuv/tools_libyuv/valgrind/
H A Dchrome_tests.py381 def TestGfx(self): member in ChromeTests
688 "gfx": TestGfx, "gfx_unittests": TestGfx,
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/tools_libyuv/valgrind/
H A Dchrome_tests.py381 def TestGfx(self): member in ChromeTests
688 "gfx": TestGfx, "gfx_unittests": TestGfx,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/tools_libyuv/valgrind/
H A Dchrome_tests.py381 def TestGfx(self): member in ChromeTests
688 "gfx": TestGfx, "gfx_unittests": TestGfx,
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/libyuv/tools_libyuv/valgrind/
H A Dchrome_tests.py381 def TestGfx(self): member in ChromeTests
688 "gfx": TestGfx, "gfx_unittests": TestGfx,
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/libyuv/tools_libyuv/valgrind/
H A Dchrome_tests.py381 def TestGfx(self): member in ChromeTests
688 "gfx": TestGfx, "gfx_unittests": TestGfx,
/dports/security/keepass/KeePass-2.49-Source/KeePass/App/
H A DAppDefs.cs220 public static readonly string TestGfx = "testgfx"; field in KeePass.App.AppDefs.CommandLineOptions
/dports/security/keepass/KeePass-2.49-Source/KeePass/
H A DProgram.cs457 if(m_cmdLineArgs[AppDefs.CommandLineOptions.TestGfx] != null) in MainPriv()