代码搜索结果
找到约 20,731 项符合
Video 的代码
sdl_setvideomode.3
.TH "SDL_SetVideoMode" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
.SH "NAME"
SDL_SetVideoMode\- Set up a video mode with the specified width, height and bits-per-pixel\&.
.SH "SYNOPSIS"
.
sdl_getvideoinfo.3
.TH "SDL_GetVideoInfo" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
.SH "NAME"
SDL_GetVideoInfo\- returns a pointer to information about the video hardware
.SH "SYNOPSIS"
.PP
\fB#include "S
makefile.am
## Makefile.am for SDL using the AAlib video driver
noinst_LTLIBRARIES = libvideo_aa.la
libvideo_aa_la_SOURCES = $(AA_SRCS)
# The SDL AAlib video driver sources
AA_SRCS = \
SDL_aavideo.h \
SD
makefile.am
## Makefile.am for SDL using the PicoGUI video driver
noinst_LTLIBRARIES = libvideo_picogui.la
libvideo_picogui_la_SOURCES = $(PICOGUI_SRCS)
# The SDL PicoGUI video driver sources
PICOGUI_SRCS =
makefile.am
## Makefile.am for SDL using the MacOS X Quartz video driver
noinst_LTLIBRARIES = libvideo_quartz.la
libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS)
# The SDL MacOS X Quartz video driver sources
QUARTZ
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