代码搜索结果
找到约 20,731 项符合
Video 的代码
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_
makefile.am
## Makefile.am for SDL using the XBIOS video driver
noinst_LTLIBRARIES = libvideo_xbios.la
libvideo_xbios_la_SOURCES = $(XBIOS_SRCS)
# The SDL XBIOS video driver sources
XBIOS_SRCS = \
SDL_xbios.
makefile.am
## Makefile.am for SDL using the GGI video driver
noinst_LTLIBRARIES = libvideo_ggi.la
libvideo_ggi_la_SOURCES = $(GGI_SRCS)
libvideo_ggi_la_LIBADD = -lggi -lgii -lgg
# The SDL GGI video driver sou
makefile.am
## Makefile.am for SDL using the EPOC video driver
noinst_LTLIBRARIES = libvideo_epoc.la
libvideo_epoc_la_SOURCES = $(EPOC_SRCS)
# The SDL EPOC video driver sources
EPOC_SRCS = \
SDL_epocevents
makefile.am
## Makefile.am for SDL using the DirectX video driver
noinst_LTLIBRARIES = libvideo_windx5.la
libvideo_windx5_la_SOURCES = $(DIRECTX_SRCS)
# The SDL DirectX video driver sources
DIRECTX_SRCS = \
repository
symbian-61-emulator/datatype_dist/rm/video/payload/wins-rel32