Searched refs:sdl (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/sandbox/cpu/ |
A D | sdl.c | 64 } 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 D | Makefile | 10 extra-$(CONFIG_SANDBOX_SDL) += sdl.o 22 $(obj)/sdl.o: $(src)/sdl.c FORCE
|
/u-boot/arch/sandbox/ |
A D | Makefile | 4 head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
|
/u-boot/doc/device-tree-bindings/video/ |
A D | sandbox-fb.txt | 13 compatible = "sandbox,lcd-sdl";
|
/u-boot/arch/sandbox/dts/ |
A D | sandbox.dtsi | 124 compatible = "sandbox,lcd-sdl";
|
A D | test.dts | 651 compatible = "sandbox,lcd-sdl";
|
/u-boot/test/ |
A D | nokia_rx51_test.sh | 59 …./configure --enable-system --target-list=arm-softmmu --disable-sdl --disable-gtk --disable-curses…
|
/u-boot/doc/arch/ |
A D | sandbox.rst | 55 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