OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vga
(Results
1 - 9
of
9
) sorted by null
/build/target/board/vbox_x86/
BoardConfig.mk
19
BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0
vga
=788 verbose
20
BOARD_KERNEL_CMDLINE := init=/init qemu=1 console=tty0
vga
=788 verbose androidboot.hardware=vbox_x86 androidboot.console=tty0 android.qemud=tty0
/external/kernel-headers/original/linux/
vt_buffer.h
18
#include <asm/
vga
.h>
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer_unittest.cc
51
// add a
VGA
/I420 capability
52
webrtc::VideoCaptureCapability
vga
;
local
53
vga
.width = 640;
54
vga
.height = 480;
55
vga
.maxFPS = 30;
56
vga
.rawType = webrtc::kVideoI420;
57
factory_->device_info.AddCapability(kTestDeviceId,
vga
);
/external/grub/stage2/
boot.c
292
char *
vga
;
local
294
/* Find the substring "
vga
=". */
295
vga
= grub_strstr (arg, "
vga
=");
296
if (
vga
)
298
char *value =
vga
+ 4;
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgaevents.c
26
#include <
vga
.h>
SDL_svgavideo.c
40
#include <
vga
.h>
/external/qemu-pc-bios/vgabios/
clext.c
61
/*
VGA
*/
368
.ascii "cirrus-compatible
VGA
is detected"
373
.ascii "cirrus-compatible
VGA
is not detected"
400
mov ax, #0x0007 ; set
vga
mode
997
cmp ax, #0x100 ;; legacy
VGA
mode
vgabios.c
25
// This
VGA
Bios is specific to the plex86/bochs Emulated
VGA
card.
26
// You can NOT drive any physical
vga
card with it.
33
// This
VGA
Bios contains fonts from :
38
// This
VGA
Bios is based on information taken from :
39
// - Kevin Lawton's
vga
card emulation for bochs/plex86
43
// - Francois Gervais' book "programmation des cartes graphiques cga-ega-
vga
" edited by sybex
189
.ascii "This
VGA
/VBE Bios is released under the GNU LGPL"
218
.byte 0x0 // class,hi:
vga
display
219
.word 0x300 // class,lo:
vga
displa
[
all
...]
/external/qemu-pc-bios/bochs/bios/
rombios.c
[
all
...]
Completed in 970 milliseconds