代码搜索结果
找到约 20,731 项符合
Video 的代码
makefile.am
## Makefile.am for SDL using the CyberGFX video driver
noinst_LTLIBRARIES = libvideo_cgx.la
libvideo_cgx_la_SOURCES = $(CGX_SRCS)
# The SDL CyberGFX video driver sources
CGX_SRCS = \
SDL_amigae
makefile.am
## Makefile.am for SDL using the framebuffer console video driver
noinst_LTLIBRARIES = libvideo_ps2gs.la
libvideo_ps2gs_la_SOURCES = $(PS2GS_SRCS)
# The SDL framebuffer console video driver sources
makefile.am
## Makefile.am for SDL using the SVGAlib video driver
noinst_LTLIBRARIES = libvideo_svga.la
libvideo_svga_la_SOURCES = $(SVGA_SRCS)
# The SDL SVGAlib video driver sources
SVGA_SRCS = \
SDL_svga
makefile.am
## Makefile.am for SDL using the nanox video driver
noinst_LTLIBRARIES = libvideo_nanox.la
libvideo_nanox_la_SOURCES = $(NANOX_SRCS)
# The SDL nanox video driver sources
NANOX_SRCS = \
makefile.am
## Makefile.am for SDL using the BeOS BWindow video driver
noinst_LTLIBRARIES = libvideo_bwindow.la
libvideo_bwindow_la_SOURCES = $(BWINDOW_SRCS)
# The SDL BWindow video driver sources
BWINDOW_SRCS
makefile.am
## Makefile.am for SDL using the QNX Photon video driver
noinst_LTLIBRARIES = libvideo_photon.la
libvideo_photon_la_SOURCES = $(PH_SRCS)
# The SDL QNX Photon video driver sources
PH_SRCS = \
SD
makefile.am
## Makefile.am for SDL using the Dreamcast video driver
noinst_LTLIBRARIES = libvideo_dc.la
libvideo_dc_la_SOURCES = $(SRCS)
# The SDL Dreamcast video driver sources
SRCS = \
SDL_dcevents.c \
makefile.am
## Makefile.am for common files used by the SDL Win32 video drivers
noinst_LTLIBRARIES = libvideo_wincommon.la
libvideo_wincommon_la_SOURCES = $(WINCOMMON_SRCS)
# The SDL Win32 video driver common
makefile.am
## Makefile.am for SDL using the DirectFB video driver
CFLAGS = @CFLAGS@ $(DIRECTFB_CFLAGS)
noinst_LTLIBRARIES = libvideo_directfb.la
libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS)
libvideo_direct
makefile.am
## Makefile.am for SDL using the Win32 DIB video driver
noinst_LTLIBRARIES = libvideo_windib.la
libvideo_windib_la_SOURCES = $(WINDIB_SRCS)
# The SDL Win32 DIB video driver sources
WINDIB_SRCS =