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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cpuinfo.h 59 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_cpuinfo.h 59 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cpuinfo.h 59 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_cpuinfo.h 62 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE();
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_cpuinfo.h 59 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 405 SDL_bool SDL_HasSSE(void)
440 printf("SSE: %d\n", SDL_HasSSE());
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 37 SDL_HasSSE
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.c 169 if(SDL_HasSSE())

Completed in 19 milliseconds