/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/api/glx/ |
H A D | mod.rs | 326 &extra_functions, in create_context() 346 &extra_functions, in create_context() 363 &extra_functions, in create_context() 380 &extra_functions, in create_context() 394 Ok((extra_functions, context)) in create_context() 439 && extra_functions.SwapIntervalEXT.is_loaded() in finish() 443 extra_functions.SwapIntervalEXT( in finish() 467 extra_functions.SwapIntervalMESA(1); in finish() 473 extra_functions.SwapIntervalSGI(1); in finish() 499 extra_functions: &ffi::glx_extra::Glx, in create_context() [all …]
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glutin-0.24.1/src/api/glx/ |
H A D | mod.rs | 308 &extra_functions, in create_context() 328 &extra_functions, in create_context() 345 &extra_functions, in create_context() 362 &extra_functions, in create_context() 376 Ok((extra_functions, context)) in create_context() 422 && extra_functions.SwapIntervalEXT.is_loaded() in finish() 426 extra_functions.SwapIntervalEXT( in finish() 450 && extra_functions.SwapIntervalMESA.is_loaded() in finish() 456 && extra_functions.SwapIntervalSGI.is_loaded() in finish() 484 extra_functions: &ffi::glx_extra::Glx, in create_context() [all …]
|
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/api/glx/ |
H A D | mod.rs | 326 &extra_functions, in create_context() 346 &extra_functions, in create_context() 363 &extra_functions, in create_context() 380 &extra_functions, in create_context() 394 Ok((extra_functions, context)) in create_context() 439 && extra_functions.SwapIntervalEXT.is_loaded() in finish() 443 extra_functions.SwapIntervalEXT( in finish() 467 extra_functions.SwapIntervalMESA(1); in finish() 473 extra_functions.SwapIntervalSGI(1); in finish() 499 extra_functions: &ffi::glx_extra::Glx, in create_context() [all …]
|
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/glutin-0.26.0/src/api/glx/ |
H A D | mod.rs | 273 &extra_functions, in create_context() 293 &extra_functions, in create_context() 310 &extra_functions, in create_context() 324 &extra_functions, in create_context() 338 Ok((extra_functions, context)) in create_context() 377 && extra_functions.SwapIntervalEXT.is_loaded() in finish() 401 && extra_functions.SwapIntervalMESA.is_loaded() in finish() 407 && extra_functions.SwapIntervalSGI.is_loaded() in finish() 410 extra_functions.SwapIntervalSGI(swap_mode); in finish() 432 extra_functions: &ffi::glx_extra::Glx, in create_context() [all …]
|
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/api/wgl/ |
H A D | mod.rs | 93 let extra_functions = load_extra_functions(win)?; in new() localVariable 96 let extensions = if extra_functions.GetExtensionsStringARB.is_loaded() { in new() 97 let data = extra_functions.GetExtensionsStringARB(hdc as *const _); in new() 100 } else if extra_functions.GetExtensionsStringEXT.is_loaded() { in new() 101 let data = extra_functions.GetExtensionsStringEXT(); in new() 118 &extra_functions, in new() 135 &extra_functions, in new() 148 Some((&extra_functions, pf_reqs, opengl, &extensions)), in new() 164 if extra_functions.SwapIntervalEXT(if opengl.vsync { 1 } else { 0 }) in new() 277 if let Some((extra_functions, _pf_reqs, opengl, extensions)) = extra { in create_context() [all …]
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glutin-0.24.1/src/api/wgl/ |
H A D | mod.rs | 93 let extra_functions = load_extra_functions(win)?; in new() localVariable 96 let extensions = if extra_functions.GetExtensionsStringARB.is_loaded() { in new() 97 let data = extra_functions.GetExtensionsStringARB(hdc as *const _); in new() 100 } else if extra_functions.GetExtensionsStringEXT.is_loaded() { in new() 101 let data = extra_functions.GetExtensionsStringEXT(); in new() 118 &extra_functions, in new() 135 &extra_functions, in new() 148 Some((&extra_functions, pf_reqs, opengl, &extensions)), in new() 164 if extra_functions.SwapIntervalEXT(if opengl.vsync { 1 } else { 0 }) in new() 277 if let Some((extra_functions, _pf_reqs, opengl, extensions)) = extra { in create_context() [all …]
|
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/api/wgl/ |
H A D | mod.rs | 93 let extra_functions = load_extra_functions(win)?; in new() localVariable 96 let extensions = if extra_functions.GetExtensionsStringARB.is_loaded() { in new() 97 let data = extra_functions.GetExtensionsStringARB(hdc as *const _); in new() 100 } else if extra_functions.GetExtensionsStringEXT.is_loaded() { in new() 101 let data = extra_functions.GetExtensionsStringEXT(); in new() 118 &extra_functions, in new() 135 &extra_functions, in new() 148 Some((&extra_functions, pf_reqs, opengl, &extensions)), in new() 164 if extra_functions.SwapIntervalEXT(if opengl.vsync { 1 } else { 0 }) in new() 277 if let Some((extra_functions, _pf_reqs, opengl, extensions)) = extra { in create_context() [all …]
|
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/glutin-0.26.0/src/api/wgl/ |
H A D | mod.rs | 93 let extra_functions = load_extra_functions(win)?; in new() localVariable 96 let extensions = if extra_functions.GetExtensionsStringARB.is_loaded() { in new() 97 let data = extra_functions.GetExtensionsStringARB(hdc as *const _); in new() 100 } else if extra_functions.GetExtensionsStringEXT.is_loaded() { in new() 101 let data = extra_functions.GetExtensionsStringEXT(); in new() 115 choose_arb_pixel_format_id(&extra_functions, &extensions, hdc, pf_reqs) in new() 127 choose_arb_pixel_format(&extra_functions, &extensions, hdc, pixel_format_id) in new() 136 create_context(Some((&extra_functions, pf_reqs, opengl, &extensions)), win, hdc)?; in new() 145 if extra_functions.SwapIntervalEXT(if opengl.vsync { 1 } else { 0 }) == 0 { in new() 236 if let Some((extra_functions, _pf_reqs, opengl, extensions)) = extra { in create_context() [all …]
|
/dports/math/mingw32-libgmp/gmp-6.0.0/ |
H A D | configure.ac | 474 extra_functions="cntlz" 1186 extra_functions="udiv_w_sdiv" 1216 extra_functions="udiv_w_sdiv" 1229 extra_functions="" 1238 extra_functions="" 1247 extra_functions="" 1256 extra_functions="" 1265 extra_functions="" 1276 extra_functions="" 2085 extra_functions="$extra_functions fat fat_entry" [all …]
|
/dports/math/gmp/gmp-6.2.1/ |
H A D | configure.ac | 490 extra_functions="cntlz" 1319 extra_functions="udiv_w_sdiv" 1372 extra_functions="" 1381 extra_functions="" 1390 extra_functions="" 1399 extra_functions="" 1408 extra_functions="" 1419 extra_functions="" 1659 extra_functions="udiv_w_sdiv" 2289 extra_functions="$extra_functions fat fat_entry" [all …]
|
/dports/math/gap/gap-4.11.0/extern/gmp/ |
H A D | configure.ac | 469 extra_functions="cntlz" 1273 extra_functions="udiv_w_sdiv" 1319 extra_functions="" 1328 extra_functions="" 1337 extra_functions="" 1346 extra_functions="" 1355 extra_functions="" 1366 extra_functions="" 1604 extra_functions="udiv_w_sdiv" 2203 extra_functions="$extra_functions fat fat_entry" [all …]
|
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/ |
H A D | configure.ac | 490 extra_functions="cntlz" 1319 extra_functions="udiv_w_sdiv" 1372 extra_functions="" 1381 extra_functions="" 1390 extra_functions="" 1399 extra_functions="" 1408 extra_functions="" 1419 extra_functions="" 1659 extra_functions="udiv_w_sdiv" 2289 extra_functions="$extra_functions fat fat_entry" [all …]
|
/dports/math/mpir/mpir-3.0.0/ |
H A D | configure.ac | 251 # extra_functions extra mpn functions 338 extra_functions="cntlz" 1159 extra_functions="$extra_functions fat fat_entry" 1655 # extra_functions, selected according to ABI 1656 eval tmp=\"\$extra_functions$abi1\" 1657 test -n "$tmp" || eval tmp=\"\$extra_functions$abi2\" 1658 extra_functions="$tmp" 2167 gmp_mpn_functions="$extra_functions \
|
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql-bench/ |
H A D | crash-me.sh | 873 @extra_functions= 1055 ["extra",\@extra_functions,0],
|
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql-bench/ |
H A D | crash-me.sh | 873 @extra_functions= 1055 ["extra",\@extra_functions,0],
|
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql-bench/ |
H A D | crash-me.sh | 873 @extra_functions= 1055 ["extra",\@extra_functions,0],
|
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql-bench/ |
H A D | crash-me.sh | 873 @extra_functions= 1055 ["extra",\@extra_functions,0],
|
/dports/databases/mysql56-client/mysql-5.6.51/sql-bench/ |
H A D | crash-me.sh | 873 @extra_functions= 1055 ["extra",\@extra_functions,0],
|
/dports/databases/mysql55-client/mysql-5.5.62/sql-bench/ |
H A D | crash-me.sh | 873 @extra_functions= 1055 ["extra",\@extra_functions,0],
|
/dports/databases/mariadb105-client/mariadb-10.5.15/sql-bench/ |
H A D | crash-me.sh | 878 @extra_functions= 1060 ["extra",\@extra_functions,0],
|
/dports/databases/mariadb104-server/mariadb-10.4.24/sql-bench/ |
H A D | crash-me.sh | 878 @extra_functions= 1060 ["extra",\@extra_functions,0],
|
/dports/databases/mariadb104-client/mariadb-10.4.24/sql-bench/ |
H A D | crash-me.sh | 878 @extra_functions= 1060 ["extra",\@extra_functions,0],
|
/dports/databases/mariadb103-server/mariadb-10.3.34/sql-bench/ |
H A D | crash-me.sh | 878 @extra_functions= 1060 ["extra",\@extra_functions,0],
|
/dports/databases/mariadb103-client/mariadb-10.3.34/sql-bench/ |
H A D | crash-me.sh | 878 @extra_functions= 1060 ["extra",\@extra_functions,0],
|
/dports/databases/mariadb105-server/mariadb-10.5.15/sql-bench/ |
H A D | crash-me.sh | 878 @extra_functions= 1060 ["extra",\@extra_functions,0],
|