Home
last modified time | relevance | path

Searched refs:sdl (Results 1 – 8 of 8) sorted by relevance

/u-boot/arch/sandbox/cpu/
A Dsdl.c64 } sdl; variable
119 sdl.vis_width = sdl.width * 2; in sandbox_sdl_init_display()
120 sdl.vis_height = sdl.height * 2; in sandbox_sdl_init_display()
122 sdl.vis_width = sdl.width; in sandbox_sdl_init_display()
123 sdl.vis_height = sdl.height; in sandbox_sdl_init_display()
127 sdl.pitch = sdl.width * sdl.depth / 8; in sandbox_sdl_init_display()
130 sdl.vis_width, sdl.vis_height, in sandbox_sdl_init_display()
167 SDL_UpdateTexture(sdl.texture, NULL, lcd_base, sdl.pitch); in sandbox_sdl_sync()
168 SDL_RenderCopy(sdl.renderer, sdl.texture, NULL, NULL); in sandbox_sdl_sync()
348 buf = &sdl.buf[sdl.cur_buf]; in sandbox_sdl_fill_audio()
[all …]
A DMakefile10 extra-$(CONFIG_SANDBOX_SDL) += sdl.o
22 $(obj)/sdl.o: $(src)/sdl.c FORCE
/u-boot/arch/sandbox/
A DMakefile4 head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
/u-boot/doc/device-tree-bindings/video/
A Dsandbox-fb.txt13 compatible = "sandbox,lcd-sdl";
/u-boot/arch/sandbox/dts/
A Dsandbox.dtsi124 compatible = "sandbox,lcd-sdl";
A Dtest.dts651 compatible = "sandbox,lcd-sdl";
/u-boot/test/
A Dnokia_rx51_test.sh59 …./configure --enable-system --target-list=arm-softmmu --disable-sdl --disable-gtk --disable-curses…
/u-boot/doc/arch/
A Dsandbox.rst55 Note: If you get errors about 'sdl-config: Command not found' you may need to
467 If sdl-config is on a different path from the default, set the SDL_CONFIG

Completed in 13 milliseconds