Searched refs:sdl (Results 1 - 9 of 9) sorted by relevance

/u-boot/arch/sandbox/cpu/
H A Dsdl.c70 } sdl; variable in typeref:struct:sdl_info
93 if (!sdl.inited) {
102 sdl.inited = true;
109 if (!sdl.renderer) {
114 SDL_DestroyTexture(sdl.texture);
115 SDL_DestroyRenderer(sdl.renderer);
116 SDL_DestroyWindow(sdl.screen);
117 sdl.texture = NULL;
118 sdl.renderer = NULL;
119 sdl
[all...]
H A DMakefile10 extra-$(CONFIG_SANDBOX_SDL) += sdl.o
32 # sdl.c fails to build with -fshort-wchar using musl
36 $(obj)/sdl.o: $(src)/sdl.c FORCE
/u-boot/arch/sandbox/
H A DMakefile4 head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
8 # sdl.c fails to compile with -fshort-wchar using musl.
12 $(obj)/sdl.o: $(src)/sdl.c FORCE
H A Dconfig.mk10 # This can solve 'sdl-config: Command not found' errors
/u-boot/drivers/video/
H A Dsandbox_sdl.c12 #include <asm/sdl.h>
132 { .compatible = "sandbox,lcd-sdl" },
H A Dvideo-uclass.c27 #include <asm/sdl.h>
/u-boot/drivers/sound/
H A Dsandbox.c14 #include <asm/sdl.h>
/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c22 #include <asm/sdl.h>
/u-boot/test/dm/
H A Dvideo.c18 #include <asm/sdl.h>

Completed in 112 milliseconds