代码搜索结果
找到约 20,731 项符合
Video 的代码
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 =
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_nullvideo.
makefile.am
## Makefile.am for SDL using the X11 video driver
noinst_LTLIBRARIES = libvideo_x11.la
libvideo_x11_la_SOURCES = $(X11_SRCS)
# The SDL X11 video driver sources
X11_SRCS = \
SDL_x11dga.c \
SDL
makefile.am
## Makefile.am for SDL using the DGA 2.0 video driver
noinst_LTLIBRARIES = libvideo_dga.la
libvideo_dga_la_SOURCES = $(DGA_SRCS)
# The SDL DGA 2.0 video driver sources
DGA_SRCS = \
SDL_dgaevent
makefile.am
## Makefile.am for SDL using the libVGL video driver
noinst_LTLIBRARIES = libvideo_vgl.la
libvideo_vgl_la_SOURCES = $(VGL_SRCS)
# The SDL libVGL video driver sources
VGL_SRCS = \
SDL_vglvideo.h
makefile.am
## Makefile.am for SDL using the GEM video driver
noinst_LTLIBRARIES = libvideo_gem.la
libvideo_gem_la_SOURCES = $(GEM_SRCS)
# The SDL GEM video driver sources
GEM_SRCS = \
SDL_gemvideo.h \
SDL_