Home
last modified time | relevance | path

Searched refs:sdl (Results 151 – 175 of 7492) sorted by relevance

12345678910>>...300

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/audio/
H A Dsdlaudio.c280 if (audio_bug(__func__, sdl->live < 0 || sdl->live > hw->samples)) { in sdl_callback()
286 if (!sdl->live) { in sdl_callback()
305 sdl->rpos = (sdl->rpos + chunk) % hw->samples; in sdl_callback()
313 sdl->live -= decr; in sdl_callback()
314 sdl->decr += decr; in sdl_callback()
350 sdl->decr, in sdl_run_out()
356 sdl->decr -= decr; in sdl_run_out()
360 hw->rpos = sdl->rpos; in sdl_run_out()
362 sdl->live = live; in sdl_run_out()
365 if (sdl->live > 0) { in sdl_run_out()
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/module/
H A Dsetup.py102 sdl = [ 'SDL2', 'GLESv2', 'log' ] variable
105 sdl = [ 'SDL2' ]
133 sdl + [ png, 'z', 'm' ])
182 libs=sdl + sound,
205 cython("renpy.uguu.gl", libs=sdl)
206 cython("renpy.uguu.uguu", libs=sdl)
208 cython("renpy.gl.gldraw", libs=sdl)
209 cython("renpy.gl.gltexture", libs=sdl)
211 cython("renpy.gl.glrtt_copy", libs=sdl)
212 cython("renpy.gl.glrtt_fbo", libs=sdl)
[all …]
/dports/games/lbreakout/lbreakout-010315/lbreakout/
H A Dsdl.c325 Sdl sdl; variable
329 sdl.scr = 0; in Sdl_Init()
340 if (sdl.scr) SDL_FreeSurface(sdl.scr); in Sdl_Quit()
349 if (sdl.scr) SDL_FreeSurface(sdl.scr); in Sdl_SetVideoMode()
415 buffer = SSur_Create(sdl.scr->w, sdl.scr->h, SDL_SWSURFACE); in Sdl_Dim()
422 SC_Opq(sdl.scr->pixels, sdl.scr->w, 0, 0, in Sdl_Dim()
424 0, 0, sdl.scr->w, sdl.scr->h); in Sdl_Dim()
425 SD_CBx(sdl.scr->pixels, sdl.scr->w, 0, 0, sdl.scr->w, sdl.scr->h, 0x0, i); in Sdl_Dim()
459 SC_Opq(sdl.scr->pixels, sdl.scr->w, 0, 0, in Sdl_UnDim()
461 0, 0, sdl.scr->w, sdl.scr->h); in Sdl_UnDim()
[all …]
/dports/games/3omns/3omns-0.2/b3/
H A DMakefile.in109 libb3_a-util.$(OBJEXT) sdl/libb3_a-sdl.$(OBJEXT)
271 libb3_a_SOURCES = b3.h entity.c map.c util.c sdl/sdl.c
309 sdl/$(am__dirstamp):
310 @$(MKDIR_P) sdl
315 sdl/libb3_a-sdl.$(OBJEXT): sdl/$(am__dirstamp) \
325 -rm -f sdl/*.$(OBJEXT)
393 sdl/libb3_a-sdl.o: sdl/sdl.c
394 …LAGS) -MT sdl/libb3_a-sdl.o -MD -MP -MF sdl/$(DEPDIR)/libb3_a-sdl.Tpo -c -o sdl/libb3_a-sdl.o `tes…
395 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sdl/$(DEPDIR)/libb3_a-sdl.Tpo sdl/$(DEPDIR)/libb3_a-sdl.Po
400 sdl/libb3_a-sdl.obj: sdl/sdl.c
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/bfin/
H A Dgui.c47 } sdl; variable
78 if (sdl.handle) in bfin_gui_sdl_setup()
82 if (sdl.handle == NULL) in bfin_gui_sdl_setup()
85 funcs = (void *) &sdl.Init; in bfin_gui_sdl_setup()
91 dlclose (sdl.handle); in bfin_gui_sdl_setup()
92 sdl.handle = NULL; in bfin_gui_sdl_setup()
125 sdl.Quit(); in bfin_gui_setup()
130 sdl.ShowCursor (0); in bfin_gui_setup()
144 sdl.Quit(); in bfin_gui_setup()
162 if (sdl.LockSurface (dst)) in SDL_ConvertBlitLineFrom()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/bfin/
H A Dgui.c47 } sdl; variable
78 if (sdl.handle) in bfin_gui_sdl_setup()
82 if (sdl.handle == NULL) in bfin_gui_sdl_setup()
85 funcs = (void *) &sdl.Init; in bfin_gui_sdl_setup()
91 dlclose (sdl.handle); in bfin_gui_sdl_setup()
92 sdl.handle = NULL; in bfin_gui_sdl_setup()
125 sdl.Quit(); in bfin_gui_setup()
130 sdl.ShowCursor (0); in bfin_gui_setup()
144 sdl.Quit(); in bfin_gui_setup()
162 if (sdl.LockSurface (dst)) in SDL_ConvertBlitLineFrom()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/
H A Dsdl_audio.c162 e->buffer = r->fragments[sdl->fragment]; in recorder_callback()
166 sdl->fragment++; in recorder_callback()
168 sdl->fragment = 0; in recorder_callback()
178 SDL_RECORDER *sdl; in sdl_allocate_recorder() local
180 sdl = al_calloc(1, sizeof(*sdl)); in sdl_allocate_recorder()
181 if (!sdl) { in sdl_allocate_recorder()
196 sdl->device = SDL_OpenAudioDevice(NULL, 1, &want, &sdl->spec, 0); in sdl_allocate_recorder()
197 sdl->fragment = 0; in sdl_allocate_recorder()
198 r->extra = sdl; in sdl_allocate_recorder()
200 SDL_PauseAudioDevice(sdl->device, 0); in sdl_allocate_recorder()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/render/metal/
H A Dbuild-metal-shaders.sh10 …forms/MacOSX.platform/usr/bin/metal -std=$platform-metal1.1 -Wall -O3 -o ./sdl.air ./SDL_shaders_m…
11 …app/Contents/Developer/Platforms/MacOSX.platform/usr/bin/metal-ar rc sdl.metalar sdl.air || exit $?
12 …pp/Contents/Developer/Platforms/MacOSX.platform/usr/bin/metallib -o sdl.metallib sdl.metalar || ex…
13 …xxd -i sdl.metallib | perl -w -p -e 's/\Aunsigned /const unsigned /;' >./SDL_shaders_metal_$platfo…
14 rm -f sdl.air sdl.metalar sdl.metallib
/dports/x11/controllermap/SDL2-2.0.18/src/render/metal/
H A Dbuild-metal-shaders.sh13 …ileplatform-metal1.1 -m$sdkplatform-version-min=$minversion -Wall -O3 -o ./sdl.air ./SDL_shaders_m…
14 xcrun -sdk $sdkplatform metal-ar rc sdl.metalar sdl.air || exit $?
15 xcrun -sdk $sdkplatform metallib -o sdl.metallib sdl.metalar || exit $?
16 …xxd -i sdl.metallib | perl -w -p -e 's/\Aunsigned /const unsigned /;' >./SDL_shaders_metal_$filepl…
17 rm -f sdl.air sdl.metalar sdl.metallib
/dports/devel/sdl20/SDL2-2.0.18/src/render/metal/
H A Dbuild-metal-shaders.sh13 …ileplatform-metal1.1 -m$sdkplatform-version-min=$minversion -Wall -O3 -o ./sdl.air ./SDL_shaders_m…
14 xcrun -sdk $sdkplatform metal-ar rc sdl.metalar sdl.air || exit $?
15 xcrun -sdk $sdkplatform metallib -o sdl.metallib sdl.metalar || exit $?
16 …xxd -i sdl.metallib | perl -w -p -e 's/\Aunsigned /const unsigned /;' >./SDL_shaders_metal_$filepl…
17 rm -f sdl.air sdl.metalar sdl.metallib
/dports/lang/php73/php-7.3.33/ext/soap/
H A Dphp_schema.c53 if (sdl->encoders == NULL) { in create_encoder()
167 if (!ctx->sdl->types) { in load_schema()
332 if (sdl->encoders == NULL) { in schema_simpleType()
1122 if (sdl->groups == NULL) { in schema_group()
1387 if (sdl->encoders == NULL) { in schema_complexType()
1546 if (sdl->elements == NULL) { in schema_element()
1550 addHash = sdl->elements; in schema_element()
2280 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2294 if (sdl->elements) { in schema_pass2()
2299 if (sdl->groups) { in schema_pass2()
[all …]
/dports/net/php80-soap/php-8.0.15/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
165 if (!ctx->sdl->types) { in load_schema()
330 if (sdl->encoders == NULL) { in schema_simpleType()
1120 if (sdl->groups == NULL) { in schema_group()
1385 if (sdl->encoders == NULL) { in schema_complexType()
1544 if (sdl->elements == NULL) { in schema_element()
1548 addHash = sdl->elements; in schema_element()
2279 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2293 if (sdl->elements) { in schema_pass2()
2298 if (sdl->groups) { in schema_pass2()
[all …]
/dports/net/php81-soap/php-8.1.1/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
165 if (!ctx->sdl->types) { in load_schema()
330 if (sdl->encoders == NULL) { in schema_simpleType()
1120 if (sdl->groups == NULL) { in schema_group()
1385 if (sdl->encoders == NULL) { in schema_complexType()
1544 if (sdl->elements == NULL) { in schema_element()
1548 addHash = sdl->elements; in schema_element()
2280 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2294 if (sdl->elements) { in schema_pass2()
2299 if (sdl->groups) { in schema_pass2()
[all …]
/dports/net/php74-soap/php-7.4.27/ext/soap/
H A Dphp_schema.c53 if (sdl->encoders == NULL) { in create_encoder()
167 if (!ctx->sdl->types) { in load_schema()
332 if (sdl->encoders == NULL) { in schema_simpleType()
1122 if (sdl->groups == NULL) { in schema_group()
1387 if (sdl->encoders == NULL) { in schema_complexType()
1546 if (sdl->elements == NULL) { in schema_element()
1550 addHash = sdl->elements; in schema_element()
2281 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2295 if (sdl->elements) { in schema_pass2()
2300 if (sdl->groups) { in schema_pass2()
[all …]
/dports/net/php73-soap/php-7.3.33/ext/soap/
H A Dphp_schema.c53 if (sdl->encoders == NULL) { in create_encoder()
167 if (!ctx->sdl->types) { in load_schema()
332 if (sdl->encoders == NULL) { in schema_simpleType()
1122 if (sdl->groups == NULL) { in schema_group()
1387 if (sdl->encoders == NULL) { in schema_complexType()
1546 if (sdl->elements == NULL) { in schema_element()
1550 addHash = sdl->elements; in schema_element()
2280 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2294 if (sdl->elements) { in schema_pass2()
2299 if (sdl->groups) { in schema_pass2()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
165 if (!ctx->sdl->types) { in load_schema()
330 if (sdl->encoders == NULL) { in schema_simpleType()
1120 if (sdl->groups == NULL) { in schema_group()
1385 if (sdl->encoders == NULL) { in schema_complexType()
1544 if (sdl->elements == NULL) { in schema_element()
1548 addHash = sdl->elements; in schema_element()
2280 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2294 if (sdl->elements) { in schema_pass2()
2299 if (sdl->groups) { in schema_pass2()
[all …]
/dports/lang/php80/php-8.0.15/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
165 if (!ctx->sdl->types) { in load_schema()
330 if (sdl->encoders == NULL) { in schema_simpleType()
1120 if (sdl->groups == NULL) { in schema_group()
1385 if (sdl->encoders == NULL) { in schema_complexType()
1544 if (sdl->elements == NULL) { in schema_element()
1548 addHash = sdl->elements; in schema_element()
2279 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2293 if (sdl->elements) { in schema_pass2()
2298 if (sdl->groups) { in schema_pass2()
[all …]
/dports/lang/php74/php-7.4.27/ext/soap/
H A Dphp_schema.c53 if (sdl->encoders == NULL) { in create_encoder()
167 if (!ctx->sdl->types) { in load_schema()
332 if (sdl->encoders == NULL) { in schema_simpleType()
1122 if (sdl->groups == NULL) { in schema_group()
1387 if (sdl->encoders == NULL) { in schema_complexType()
1546 if (sdl->elements == NULL) { in schema_element()
1550 addHash = sdl->elements; in schema_element()
2281 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2295 if (sdl->elements) { in schema_pass2()
2300 if (sdl->groups) { in schema_pass2()
[all …]
/dports/lang/php81/php-8.1.1/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
165 if (!ctx->sdl->types) { in load_schema()
330 if (sdl->encoders == NULL) { in schema_simpleType()
1120 if (sdl->groups == NULL) { in schema_group()
1385 if (sdl->encoders == NULL) { in schema_complexType()
1544 if (sdl->elements == NULL) { in schema_element()
1548 addHash = sdl->elements; in schema_element()
2280 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2294 if (sdl->elements) { in schema_pass2()
2299 if (sdl->groups) { in schema_pass2()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/soap/
H A Dphp_schema.c53 if (sdl->encoders == NULL) { in create_encoder()
167 if (!ctx->sdl->types) { in load_schema()
332 if (sdl->encoders == NULL) { in schema_simpleType()
1122 if (sdl->groups == NULL) { in schema_group()
1387 if (sdl->encoders == NULL) { in schema_complexType()
1546 if (sdl->elements == NULL) { in schema_element()
1550 addHash = sdl->elements; in schema_element()
2280 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2294 if (sdl->elements) { in schema_pass2()
2299 if (sdl->groups) { in schema_pass2()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/soap/
H A Dphp_schema.c53 if (sdl->encoders == NULL) { in create_encoder()
167 if (!ctx->sdl->types) { in load_schema()
332 if (sdl->encoders == NULL) { in schema_simpleType()
1122 if (sdl->groups == NULL) { in schema_group()
1387 if (sdl->encoders == NULL) { in schema_complexType()
1546 if (sdl->elements == NULL) { in schema_element()
1550 addHash = sdl->elements; in schema_element()
2281 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2295 if (sdl->elements) { in schema_pass2()
2300 if (sdl->groups) { in schema_pass2()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/soap/
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
165 if (!ctx->sdl->types) { in load_schema()
330 if (sdl->encoders == NULL) { in schema_simpleType()
1120 if (sdl->groups == NULL) { in schema_group()
1385 if (sdl->encoders == NULL) { in schema_complexType()
1544 if (sdl->elements == NULL) { in schema_element()
1548 addHash = sdl->elements; in schema_element()
2279 sdlPtr sdl = ctx->sdl; in schema_pass2() local
2293 if (sdl->elements) { in schema_pass2()
2298 if (sdl->groups) { in schema_pass2()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/sdl/
H A Dsdl.am22 bin_PROGRAMS += sdl-gnash
27 sdl/gui_sdl.cpp \
28 sdl/sdl.cpp \
29 sdl/sdlsup.h \
30 sdl/sdl_glue.h
44 sdl_gnash_SOURCES += sdl/sdl_ogl_glue.cpp sdl/sdl_ogl_glue.h
50 sdl_gnash_SOURCES += sdl/sdl_agg_glue.cpp sdl/sdl_agg_glue.h
56 sdl_gnash_SOURCES += sdl/sdl_cairo_glue.cpp sdl/sdl_cairo_glue.h
/dports/games/lpairs/lpairs-1.0.5/lpairs/
H A Dpairs.c32 extern Sdl sdl;
221 FULL_DEST( sdl.screen ); in open_game()
301 SOURCE(sdl.screen,sx1,sy1) in init_card_animation()
307 SOURCE(sdl.screen,sx2,sy2) in init_card_animation()
537 DEST( sdl.screen, in draw_button()
620 DEST( sdl.screen, sdl.screen->w - width, 0, width, height ); in draw_info()
625 DEST( sdl.screen, sdl.screen->w - width, sdl.screen->h - height, width, height ); in draw_info()
626 SOURCE( pairs->back, sdl.screen->w - width, sdl.screen->h - height ); in draw_info()
632 write_text( pairs->font, sdl.screen, sdl.screen->w - 2, 12, str, OPAQUE ); in draw_info()
637 write_text( pairs->font, sdl.screen, sdl.screen->w - 2, sdl.screen->h - 8, str, OPAQUE ); in draw_info()
[all …]
/dports/mail/spamd/spamd-4.9.1/spamd/
H A Dsdl.c228 struct sdlist *sdl; in sdl_lookup() local
237 sdl = head; in sdl_lookup()
263 sdl++; in sdl_lookup()
271 free(sdl->tag); in sdl_free()
272 free(sdl->string); in sdl_free()
273 free(sdl->addrs); in sdl_free()
274 sdl_clear(sdl); in sdl_free()
280 sdl->tag = NULL; in sdl_clear()
281 sdl->string = NULL; in sdl_clear()
282 sdl->addrs = NULL; in sdl_clear()
[all …]

12345678910>>...300