| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | sdl.c | 25 } sdl; variable 48 if (!sdl.inited) { in sandbox_sdl_ensure_init() 57 sdl.inited = true; in sandbox_sdl_ensure_init() 78 sdl.width = width; in sandbox_sdl_init_display() 79 sdl.height = height; in sandbox_sdl_init_display() 80 sdl.depth = 1 << log2_bpp; in sandbox_sdl_init_display() 81 sdl.pitch = sdl.width * sdl.depth / 8; in sandbox_sdl_init_display() 82 sdl.screen = SDL_SetVideoMode(width, height, 0, 0); in sandbox_sdl_init_display() 92 frame = SDL_CreateRGBSurfaceFrom(lcd_base, sdl.width, sdl.height, in sandbox_sdl_sync() 93 sdl.depth, sdl.pitch, in sandbox_sdl_sync() [all …]
|
| H A D | Makefile | 13 obj-$(CONFIG_SANDBOX_SDL) += sdl.o 23 $(obj)/sdl.o: $(src)/sdl.c FORCE
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | pkgconfig.patch | 8 Index: SDL-1.2.15/sdl.m4 10 --- SDL-1.2.15.orig/sdl.m4 11 +++ SDL-1.2.15/sdl.m4 16 -dnl Get the cflags and libraries from the sdl-config script 18 -AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], 20 -AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (opti… 28 - SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config 34 - SDL_CONFIG=$sdl_prefix/bin/sdl-config 42 - AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$PATH]) 68 -dnl checks the results of sdl-config to some extent [all …]
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lvgl/ |
| H A D | 0009-fix-draw-sdl-fix-sdl-crash.patch | 4 Subject: [PATCH 09/11] fix(draw): sdl: fix sdl crash 8 src/draw/sdl/lv_draw_sdl_utils.c | 4 ++++ 11 diff --git a/src/draw/sdl/lv_draw_sdl_utils.c b/src/draw/sdl/lv_draw_sdl_utils.c 13 --- a/src/draw/sdl/lv_draw_sdl_utils.c 14 +++ b/src/draw/sdl/lv_draw_sdl_utils.c
|
| /OK3568_Linux_fs/buildroot/package/sdl_image/ |
| H A D | sdl_image.mk | 19 --with-sdl-prefix=$(STAGING_DIR)/usr \ 20 --with-sdl-exec-prefix=$(STAGING_DIR)/usr \ 41 SDL_IMAGE_DEPENDENCIES = sdl \ 48 --with-sdl-prefix=$(HOST_DIR) \ 49 --with-sdl-exec-prefix=$(HOST_DIR) \ 57 HOST_SDL_IMAGE_DEPENDENCIES = host-libjpeg host-libpng host-sdl
|
| /OK3568_Linux_fs/buildroot/package/libmpeg2/ |
| H A D | libmpeg2.mk | 16 LIBMPEG2_CONF_ENV += ac_cv_prog_SDLCONFIG=$(STAGING_DIR)/usr/bin/sdl-config 17 LIBMPEG2_CONF_OPTS += --enable-sdl 18 LIBMPEG2_DEPENDENCIES += sdl 20 LIBMPEG2_CONF_OPTS += --disable-sdl
|
| /OK3568_Linux_fs/buildroot/package/urg/ |
| H A D | urg.mk | 16 URG_DEPENDENCIES += sdl sdl_net 18 --with-sdl-prefix=$(STAGING_DIR)/usr \ 19 --with-sdl-exec-prefix=$(STAGING_DIR)/usr 21 URG_CONF_OPTS = --without-sdl
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0010-sdl-sdl_gpu-support-screen-rotation.patch | 4 Subject: [PATCH] sdl: sdl_gpu: support screen rotation 8 sdl/sdl_common.c | 43 +++++++++++++++++++++++++++-------- 9 sdl/sdl_gpu.c | 59 ++++++++++++++++++++++++++++++++++++++++++------ 12 diff --git a/sdl/sdl_common.c b/sdl/sdl_common.c 14 --- a/sdl/sdl_common.c 15 +++ b/sdl/sdl_common.c 95 diff --git a/sdl/sdl_gpu.c b/sdl/sdl_gpu.c 97 --- a/sdl/sdl_gpu.c 98 +++ b/sdl/sdl_gpu.c
|
| H A D | 0005-HACK-use-sdl-to-get-display-size.patch | 4 Subject: [PATCH 5/6] HACK: use sdl to get display size 9 sdl/sdl_gpu.c | 22 +++++++++++++++++++--- 27 diff --git a/sdl/sdl_gpu.c b/sdl/sdl_gpu.c 29 --- a/sdl/sdl_gpu.c 30 +++ b/sdl/sdl_gpu.c
|
| H A D | Config.in | 9 bool "sdl" 12 Enbale sdl renderer
|
| /OK3568_Linux_fs/buildroot/package/sdl_net/ |
| H A D | sdl_net.mk | 18 --with-sdl-prefix=$(STAGING_DIR)/usr \ 19 --with-sdl-exec-prefix=$(STAGING_DIR)/usr 23 SDL_NET_DEPENDENCIES = sdl
|
| /OK3568_Linux_fs/buildroot/package/prboom/ |
| H A D | prboom.mk | 10 PRBOOM_DEPENDENCIES = sdl sdl_net sdl_mixer 35 --with-sdl-prefix=$(STAGING_DIR)/usr \ 36 --with-sdl-exec-prefix=$(STAGING_DIR)/usr \
|
| /OK3568_Linux_fs/buildroot/package/sdl_sound/ |
| H A D | sdl_sound.mk | 13 SDL_SOUND_DEPENDENCIES = sdl 15 --with-sdl-prefix=$(STAGING_DIR)/usr \ 16 --with-sdl-exec-prefix=$(STAGING_DIR)/usr \
|
| /OK3568_Linux_fs/buildroot/package/mpg123/ |
| H A D | mpg123.mk | 61 MPG123_AUDIO += sdl 62 MPG123_CONF_OPTS += --with-default-audio=sdl 63 MPG123_DEPENDENCIES += sdl
|
| /OK3568_Linux_fs/buildroot/package/python-pygame/ |
| H A D | python-pygame.mk | 29 PYTHON_PYGAME_DEPENDENCIES = sdl $(PYTHON_PYGAME_OPT_DEPENDS) 73 PYTHON_PYGAME_SDL_FLAGS = `$(STAGING_DIR)/usr/bin/sdl-config --cflags` 74 PYTHON_PYGAME_SDL_FLAGS += `$(STAGING_DIR)/usr/bin/sdl-config --libs`
|
| /OK3568_Linux_fs/buildroot/package/sdl_ttf/ |
| H A D | sdl_ttf.mk | 15 SDL_TTF_DEPENDENCIES = sdl freetype 19 --with-sdl-prefix=$(STAGING_DIR)/usr
|
| /OK3568_Linux_fs/buildroot/package/sdl_gfx/ |
| H A D | sdl_gfx.mk | 14 SDL_GFX_DEPENDENCIES = sdl 16 --with-sdl-prefix=$(STAGING_DIR)/usr \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpg123/ |
| H A D | mpg123_1.29.3.bb | 31 PACKAGECONFIG[sdl] = ",,libsdl2" 34 # alsa arts coreaudio dummy esd jack nas openal os2 oss portaudio pulse sdl sndio sun tinyalsa win3… 35 AUDIOMODS += "${@bb.utils.filter('PACKAGECONFIG', 'alsa esd jack openal portaudio sdl', d)}"
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/ |
| H A D | config.mk | 14 PLATFORM_LIBS += $(shell sdl-config --libs) 15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu_6.2.0.bb | 18 fdt sdl kvm pie slirp \ 23 PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie slirp \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
| H A D | libsdl-image_1.2.12.bb | 18 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" 26 rm -f ${S}/acinclude/sdl.m4
|
| H A D | libsdl_1.2.15.bb | 40 BINCONFIG = "${bindir}/sdl-config" 44 CVE_PRODUCT = "simple_directmedia_layer sdl" 54 --disable-video-picogui --disable-video-qtopia --enable-sdl-dlopen \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/linuxconsole/ |
| H A D | linuxconsole_1.7.1.bb | 37 PACKAGECONFIG ??= "sdl" 38 PACKAGECONFIG[sdl] = ",,libsdl2" 41 if ! ${@bb.utils.contains('PACKAGECONFIG', 'sdl', 'true', 'false', d)}; then
|
| /OK3568_Linux_fs/buildroot/package/sdl_mixer/ |
| H A D | sdl_mixer.mk | 20 SDL_MIXER_DEPENDENCIES = sdl 26 --with-sdl-prefix=$(STAGING_DIR)/usr \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libvncserver/ |
| H A D | libvncserver_0.9.13.bb | 20 sdl \ 38 PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,libsdl2"
|