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

  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemwm.c 72 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
SDL.x 153 SDL_Init SDL_InitSubSystem SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_GetAppState SDL_AudioInit SDL_AudioQuit SDL_AudioDriverName SDL_OpenAudio SDL_GetAudioStatus SDL_PauseAudio SDL_LoadWAV_RW SDL_FreeWAV SDL_BuildAudioCVT SDL_ConvertAudio SDL_MixAudio SDL_LockAudio SDL_UnlockAudio SDL_CloseAudio SDL_CDNumDrives SDL_CDName SDL_CDOpen SDL_CDStatus SDL_CDPlayTracks SDL_CDPlay SDL_CDPause SDL_CDResume SDL_CDStop SDL_CDEject SDL_CDClose SDL_HasRDTSC SDL_HasMMX SDL_HasMMXExt SDL_Has3DNow SDL_Has3DNowExt SDL_HasSSE SDL_HasSSE2 SDL_HasAltiVec SDL_SetError SDL_GetError SDL_ClearError SDL_Error SDL_PumpEvents SDL_PeepEvents SDL_PollEvent SDL_WaitEvent SDL_PushEvent SDL_SetEventFilter SDL_GetEventFilter SDL_EventState SDL_NumJoysticks SDL_JoystickName SDL_JoystickOpen SDL_JoystickOpened SDL_JoystickIndex SDL_JoystickNumAxes SDL_JoystickNumBalls SDL_JoystickNumHats SDL_JoystickNumButtons SDL_JoystickUpdate SDL_JoystickEventState SDL_JoystickGetAxis SDL_JoystickGetHat SDL_JoystickGetBall SDL_JoystickGetButton SDL_JoystickClose SDL_EnableUNICODE SDL_EnableKeyRepeat SDL_GetKeyRepeat SDL_GetKeyState SDL_GetModState SDL_SetModState SDL_GetKeyName SDL_LoadObject SDL_LoadFunction SDL_UnloadObject SDL_GetMouseState SDL_GetRelativeMouseState SDL_WarpMouse SDL_CreateCursor SDL_SetCursor SDL_GetCursor SDL_FreeCursor SDL_ShowCursor SDL_CreateMutex SDL_mutexP SDL_mutexV SDL_DestroyMutex SDL_CreateSemaphore SDL_DestroySemaphore SDL_SemWait SDL_SemTryWait SDL_SemWaitTimeout SDL_SemPost SDL_SemValue SDL_CreateCond SDL_DestroyCond SDL_CondSignal SDL_CondBroadcast SDL_CondWait SDL_CondWaitTimeout SDL_RWFromFile SDL_RWFromFP SDL_RWFromMem SDL_RWFromConstMem SDL_AllocRW SDL_FreeRW SDL_ReadLE16 SDL_ReadBE16 SDL_ReadLE32 SDL_ReadBE32 SDL_ReadLE64 SDL_ReadBE64 SDL_WriteLE16 SDL_WriteBE16 SDL_WriteLE32 SDL_WriteBE32 SDL_WriteLE64 SDL_WriteBE64 SDL_GetWMInfo SDL_CreateThread SDL_CreateThread SDL_ThreadID SDL_GetThreadID SDL_WaitThread SDL_KillThread SDL_GetTicks SDL_Delay SDL_SetTimer SDL_AddTimer SDL_RemoveTimer SDL_Linked_Version SDL_VideoInit SDL_VideoQuit SDL_VideoDriverName SDL_GetVideoSurface SDL_GetVideoInfo SDL_VideoModeOK SDL_ListModes SDL_SetVideoMode SDL_UpdateRects SDL_UpdateRect SDL_Flip SDL_SetGamma SDL_SetGammaRamp SDL_GetGammaRamp SDL_SetColors SDL_SetPalette SDL_MapRGB SDL_MapRGBA SDL_GetRGB SDL_GetRGBA SDL_CreateRGBSurface SDL_CreateRGBSurfaceFrom SDL_FreeSurface SDL_LockSurface SDL_UnlockSurface SDL_LoadBMP_RW SD (…)
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 79 light = SDL_CreateRGBSurface(SDL_SWSURFACE, 2*radius, 2*radius, 16,
86 light = SDL_CreateRGBSurface(SDL_SWSURFACE, 2*radius, 2*radius, 32,
209 backing = SDL_CreateRGBSurface(SDL_SWSURFACE, sprite->w, sprite->h, 8,
testbitmap.c 24 bitmap = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 1, 0, 0, 0, 0);
testpalette.c 74 SDL_Surface *bg = SDL_CreateRGBSurface(SDL_SWSURFACE, screen->w, screen->h,
110 SDL_Surface *z = SDL_CreateRGBSurface(SDL_SWSURFACE, s->w, s->h, 8,
testblitspeed.c 287 dest = SDL_CreateRGBSurface(dstflags, dstw, dsth, dstbpp,
298 src = SDL_CreateRGBSurface(srcflags, srcw, srch, srcbpp,
testgl.c 188 image = SDL_CreateRGBSurface(
397 global_image = SDL_CreateRGBSurface(
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 129 /** Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
517 /** @sa SDL_CreateRGBSurface */
518 #define SDL_AllocSurface SDL_CreateRGBSurface
553 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
556 /** @sa SDL_CreateRGBSurface */
661 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 224 surface = SDL_CreateRGBSurface(SDL_SWSURFACE,
414 surface = SDL_CreateRGBSurface(SDL_SWSURFACE,
SDL_surface.c 37 SDL_Surface * SDL_CreateRGBSurface (Uint32 flags,
160 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0, depth,
824 convert = SDL_CreateRGBSurface(flags,
SDL_video.c 253 SDL_VideoSurface = SDL_CreateRGBSurface(video_flags, 0, 0,
532 SDL_ShadowSurface = SDL_CreateRGBSurface(SDL_SWSURFACE,
819 SDL_VideoSurface = SDL_CreateRGBSurface(
834 SDL_VideoSurface = SDL_CreateRGBSurface(
    [all...]
SDL_yuv_sw.c     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 129 /** Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
517 /** @sa SDL_CreateRGBSurface */
518 #define SDL_AllocSurface SDL_CreateRGBSurface
553 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
556 /** @sa SDL_CreateRGBSurface */
661 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 129 /** Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
517 /** @sa SDL_CreateRGBSurface */
518 #define SDL_AllocSurface SDL_CreateRGBSurface
553 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
556 /** @sa SDL_CreateRGBSurface */
661 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 129 /** Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
517 /** @sa SDL_CreateRGBSurface */
518 #define SDL_AllocSurface SDL_CreateRGBSurface
553 extern DECLSPEC SDL_Surface * SDLCALL SDL_CreateRGBSurface
556 /** @sa SDL_CreateRGBSurface */
661 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
    [all...]
  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 60 fSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, fScreen->w, fScreen->h,
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 114 icon_256 = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 60 fSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, fScreen->w, fScreen->h,
  /external/qemu/android/skin/
surface.c 105 return SDL_CreateRGBSurface( flags, width, height, depth,
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 75 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 667 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 677 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
    [all...]

Completed in 1524 milliseconds