Home
last modified time | relevance | path

Searched refs:SDL_hints (Results 1 – 25 of 31) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/
A DSDL_hints.c45 static SDL_Hint *SDL_hints; variable
64 for (hint = SDL_hints; hint; hint = hint->next) { in SDL_SetHintWithPriority()
93 hint->next = SDL_hints; in SDL_SetHintWithPriority()
94 SDL_hints = hint; in SDL_SetHintWithPriority()
111 for (hint = SDL_hints; hint; hint = hint->next) { in SDL_GetHint()
167 for (hint = SDL_hints; hint; hint = hint->next) { in SDL_AddHintCallback()
184 hint->next = SDL_hints; in SDL_AddHintCallback()
185 SDL_hints = hint; in SDL_AddHintCallback()
228 while (SDL_hints) { in SDL_ClearHints()
229 hint = SDL_hints; in SDL_ClearHints()
[all …]
/AliOS-Things-master/components/SDL2/
A DREADME.md119 │ ├── SDL_hints.h
203 │ ├── SDL_hints.c
A DMakefile34 …ssert.lo $(objects)/SDL_dataqueue.lo $(objects)/SDL_error.lo $(objects)/SDL_hints.lo $(objects)/SD…
80 SDL_hints.h \
273 $(objects)/SDL_hints.lo: /workspace/atos_core_release/components/utilities/SDL/src/SDL_hints.c $(ob…
/AliOS-Things-master/components/SDL2/docs/
A DREADME-windows.md34 SDL_HINT_VIDEO_WIN_D3DCOMPILER hint (see SDL_hints.h for more details).
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvideo.m29 #include "SDL_hints.h"
A DSDL_uikitview.m27 #include "SDL_hints.h"
A DSDL_uikitviewcontroller.m27 #include "SDL_hints.h"
/AliOS-Things-master/components/SDL2/src/image/.deps/
A DIMG_bmp.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
382 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_gif.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_pcx.Tpo109 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
384 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_png.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_pnm.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_svg.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_tga.Plo109 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
384 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_tif.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_webp.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_xv.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
A Dshowimage.Po108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
379 /usr/local/include/SDL2/SDL_hints.h:
A DIMG.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_jpg.Plo110 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
389 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_lbm.Plo109 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
384 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_pcx.Plo109 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
384 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_xcf.Plo109 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
384 /usr/local/include/SDL2/SDL_hints.h:
A DIMG_xpm.Plo108 /usr/local/include/SDL2/SDL_haptic.h /usr/local/include/SDL2/SDL_hints.h \
381 /usr/local/include/SDL2/SDL_hints.h:
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaevents.m30 #include "SDL_hints.h"

Completed in 28 milliseconds

12