HomeSort by relevance Sort by last modified time
    Searched refs:vcs (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 170 static const char * const vcs[] = { "/dev/vc/%d", "/dev/tty%d", 0 }; local
197 for ( i=0; vcs[i] && (kbfd < 0); ++i ) {
200 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], curvt);
  /frameworks/base/opengl/libagl/
array.cpp 538 const GLsizei vcs = local
543 GLsizei num = count > vcs ? vcs : count;
575 const GLsizei vcs = local
581 GLsizei num = count > vcs ? vcs : count;
623 const GLsizei vcs = local
628 GLsizei num = count > vcs ? vcs : count;
668 const GLsizei vcs local
725 const GLsizei vcs = local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 250 static const char * const vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local
264 for ( i=0; vcs[i] && (keyboard_fd < 0); ++i ) {
267 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], current_vt);
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 240 char *vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local
254 for ( i=0; vcs[i] && (keyboard_fd < 0); ++i ) {
257 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], current_vt);

Completed in 165 milliseconds