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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 208 typedef struct SDL_Overlay {
226 } SDL_Overlay;
807 extern DECLSPEC SDL_Overlay * SDLCALL SDL_CreateYUVOverlay(int width, int height,
811 extern DECLSPEC int SDLCALL SDL_LockYUVOverlay(SDL_Overlay *overlay)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 208 typedef struct SDL_Overlay {
226 } SDL_Overlay;
807 extern DECLSPEC SDL_Overlay * SDLCALL SDL_CreateYUVOverlay(int width, int height,
811 extern DECLSPEC int SDLCALL SDL_LockYUVOverlay(SDL_Overlay *overlay)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 208 typedef struct SDL_Overlay {
226 } SDL_Overlay;
807 extern DECLSPEC SDL_Overlay * SDLCALL SDL_CreateYUVOverlay(int width, int height,
811 extern DECLSPEC int SDLCALL SDL_LockYUVOverlay(SDL_Overlay *overlay)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 208 typedef struct SDL_Overlay {
226 } SDL_Overlay;
807 extern DECLSPEC SDL_Overlay * SDLCALL SDL_CreateYUVOverlay(int width, int height,
811 extern DECLSPEC int SDLCALL SDL_LockYUVOverlay(SDL_Overlay *overlay)
    [all...]

Completed in 1015 milliseconds