代码搜索结果
找到约 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 = \
SD
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 s
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 = \
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
BWIND
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 =
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 c
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
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_SR
makefile.am
## Makefile.am for SDL using the null video driver
noinst_LTLIBRARIES = libvideo_null.la
libvideo_null_la_SOURCES = $(NULL_SRCS)
# The SDL null video driver sources
NULL_SRCS = \
SDL_nu