Home
last modified time | relevance | path

Searched refs:displayfunc (Results 1 – 24 of 24) sorted by relevance

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/juliagpu-1.3.1/
H A Dinstall.sh15 cc -o juliaGPU displayfunc.h camera.h vec.h renderconfig.h juliaGPU.c displayfunc.c $CCFLAGS -lm
/dports/devel/luabind/luabind-0.9.1/examples/glut/
H A Dglut_bind.cpp25 object displayfunc; variable
29 displayfunc(); in displayfunc_callback()
35 displayfunc = fun; in set_displayfunc()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/examples/glut/
H A Dglut_bind.cpp25 object displayfunc; variable
29 displayfunc(); in displayfunc_callback()
35 displayfunc = fun; in set_displayfunc()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/smallpt-gpu-1.3.0/
H A Dinstall.sh15 …-o smallptGPU simplernd.h vec.h camera.h geom.h displayfunc.h scene.h geomfunc.h smallptGPU.c disp…
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/tests/
H A Dcheck_egl_pygame.py48 def mainloop( displayfunc ): argument
53 displayfunc()
56 def main(displayfunc, api): argument
100 displayfunc( display, surface, ctx )
/dports/www/moodle310/moodle/course/format/
H A Dformatlegacy.php196 $displayfunc = 'callback_'.$this->format.'_display_content';
197 if (function_exists($displayfunc) && !$displayfunc()) {
/dports/www/moodle311/moodle/course/format/
H A Dformatlegacy.php196 $displayfunc = 'callback_'.$this->format.'_display_content';
197 if (function_exists($displayfunc) && !$displayfunc()) {
/dports/www/moodle39/moodle/course/format/
H A Dformatlegacy.php196 $displayfunc = 'callback_'.$this->format.'_display_content';
197 if (function_exists($displayfunc) && !$displayfunc()) {
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/mandelbulbgpu-1.3.0/
H A Dinstall.sh15 gcc -o mandelbulbGPU mandelbulbGPU.c displayfunc.c $CCFLAGS
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/mandelgpu-1.3.1/
H A Dinstall.sh15 gcc -o mandelGPU mandelGPU.c displayfunc.c $CCFLAGS
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DVSlider.hpp32 std::function<double (double x)> displayfunc = [] (double x) {return x;}, in VSlider() argument
40 display_ (displayfunc),
H A DDialRange.hpp44 std::function<double (double x)> displayfunc = [] (double x) {return x;}, in DialRange() argument
48 …Dial (x, y, width, height, name, value, min, max, step, format, unit, displayfunc, revdisplayfunc,…
H A DHSlider.hpp34 std::function<double (double x)> displayfunc = [] (double x) {return x;}, in HSlider() argument
44 display_ (displayfunc),
H A DDial.hpp37 std::function<double (double x)> displayfunc = [] (double x) {return x;}, in Dial() argument
49 display_ (displayfunc),
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Data/Progress/
H A DMeter.hs156 autoDisplayMeter pm delay displayfunc =
165 loop tid = do displayfunc pm
/dports/audio/bangr-lv2/BAngr-1.6.0/src/
H A DDialRange.hpp44 std::function<double (double x)> displayfunc = [] (double x) {return x;}, in DialRange() argument
48 …Dial (x, y, width, height, name, value, min, max, step, format, unit, displayfunc, revdisplayfunc,…
H A DDial.hpp37 std::function<double (double x)> displayfunc = [] (double x) {return x;}, in Dial() argument
49 display_ (displayfunc),
/dports/www/htdigest/httpd-2.4.6/modules/ldap/
H A Dutil_ldap_cache.h195 … void (*displayfunc)(request_rec *r, util_ald_cache_t *cache, void *));
H A Dutil_ldap_cache_mgr.c330 … void (*displayfunc)(request_rec *r, util_ald_cache_t *cache, void *)) in util_ald_create_cache()
380 cache->display = displayfunc; in util_ald_create_cache()
/dports/www/apache24/httpd-2.4.53/modules/ldap/
H A Dutil_ldap_cache.h197 … void (*displayfunc)(request_rec *r, util_ald_cache_t *cache, void *));
H A Dutil_ldap_cache_mgr.c345 … void (*displayfunc)(request_rec *r, util_ald_cache_t *cache, void *)) in util_ald_create_cache()
397 cache->display = displayfunc; in util_ald_create_cache()
/dports/graphics/jasper/jasper-version-2.0.33/src/appl/
H A Djiv.c160 static void displayfunc(void);
238 glutDisplayFunc(displayfunc); in main()
350 static void displayfunc() in displayfunc() function
/dports/lang/eisl/eisl-2.35/
H A Dfast.h915 static int displayfunc; variable
919 Feval(displayfunc); in display_callback()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_list.pm2598 $store->{displayfunc}= Songs::DisplayFromHash_sub('path');
2603 $cell->set( text=> $store->{displayfunc}->($folder));
2628 my $folder= $store->{displayfunc}( ::decode_url($store->get($_[3],0)) );