Searched refs:bootstrap (Results 1 – 16 of 16) sorted by relevance
35 │ ├── bootstrap #设备引导服务
30 ../components/linksdk/components/bootstrap \
60 static VideoBootStrap *bootstrap[] = { variable451 return SDL_arraysize(bootstrap) - 1; in SDL_GetNumVideoDrivers()458 return bootstrap[index]->name; in SDL_GetVideoDriver()497 for (i = 0; bootstrap[i]; ++i) { in SDL_VideoInit()498 if (SDL_strncasecmp(bootstrap[i]->name, driver_name, SDL_strlen(driver_name)) == 0) { in SDL_VideoInit()499 if (bootstrap[i]->available()) { in SDL_VideoInit()500 video = bootstrap[i]->create(index); in SDL_VideoInit()506 for (i = 0; bootstrap[i]; ++i) { in SDL_VideoInit()507 if (bootstrap[i]->available()) { in SDL_VideoInit()508 video = bootstrap[i]->create(index); in SDL_VideoInit()[all …]
37 static const AudioBootStrap *const bootstrap[] = { variable930 return SDL_arraysize(bootstrap) - 1; in SDL_GetNumAudioDrivers()937 return bootstrap[index]->name; in SDL_GetAudioDriver()961 for (i = 0; (!initialized) && (bootstrap[i]); ++i) { in SDL_AudioInit()963 const AudioBootStrap *backend = bootstrap[i]; in SDL_AudioInit()
80 ../../components/linksdk/components/bootstrap \
37 /* Cocoa driver bootstrap functions */
217 ./bootstrap223 can skip the ./bootstrap step.
53 /* DUMMY driver bootstrap functions */
66 aux_source_directory(../../linksdk/components/bootstrap/ DIR_LINKSDK_BOOTSTRAP)
413 # order to bootstrap the dependency handling code.
453 # order to bootstrap the dependency handling code.
402 # need in order to bootstrap the dependency handling code.
502 # need in order to bootstrap the dependency handling code.
9000 # need in order to bootstrap the dependency handling code.
9491 # need in order to bootstrap the dependency handling code.
Completed in 51 milliseconds