OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vesa_timings
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c
97
}
vesa_timings
[] = {
variable in typeref:struct:__anon25142
430
for ( i=0; i<(sizeof(
vesa_timings
)/sizeof(
vesa_timings
[0])); ++i ) {
431
if ( (w ==
vesa_timings
[i].xres) &&
432
(h ==
vesa_timings
[i].yres) &&
vesa_timings
[i].pixclock ) {
913
for ( i=0; i<(sizeof(
vesa_timings
)/sizeof(
vesa_timings
[0])); ++i ) {
914
if ( (vinfo->xres ==
vesa_timings
[i].xres) &&
915
(vinfo->yres ==
vesa_timings
[i].yres) )
[
all
...]
Completed in 32 milliseconds