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

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes_c.h 34 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
SDL_ph_modes.c 58 SDL_Rect **ph_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
71 SDL_SetError("ph_ListModes(): PgGetVideoModeList() function failed !\n");
81 SDL_SetError("ph_ListModes(): PgGetVideoModeInfo() function failed on mode: 0x%X.\n", mode_list.modes[i]);
SDL_ph_video.c 96 device->ListModes = ph_ListModes;

Completed in 42 milliseconds