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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cdrom.h 69 /* This structure is only current as of the last call to SDL_CDStatus() */
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
125 This function should only be called after calling SDL_CDStatus() to
129 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
132 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) ) {
136 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 69 /* This structure is only current as of the last call to SDL_CDStatus() */
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
125 This function should only be called after calling SDL_CDStatus() to
129 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
132 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) ) {
136 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_cdrom.h 69 /* This structure is only current as of the last call to SDL_CDStatus() */
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
125 This function should only be called after calling SDL_CDStatus() to
129 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
132 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) ) {
136 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
  /prebuilt/windows/sdl/include/SDL/
SDL_cdrom.h 69 /* This structure is only current as of the last call to SDL_CDStatus() */
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
125 This function should only be called after calling SDL_CDStatus() to
129 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
132 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) ) {
136 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
  /prebuilt/windows/sdl/host/include/SDL/
SDL_cdrom.h 73 /* This structure is only current as of the last call to SDL_CDStatus() */
124 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
129 This function should only be called after calling SDL_CDStatus() to
133 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
136 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) ) {
140 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) )
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 24 SDL_CDStatus
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_cdrom.c 133 CDstatus SDL_CDStatus(SDL_CD *cdrom)

Completed in 61 milliseconds