OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_ConvertSurface
(Results
1 - 9
of
9
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x
165
SDL_ConvertSurface
/external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h
621
extern DECLSPEC SDL_Surface * SDLCALL
SDL_ConvertSurface
723
* blitting onto the display surface. It calls
SDL_ConvertSurface
()
[
all
...]
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h
621
extern DECLSPEC SDL_Surface * SDLCALL
SDL_ConvertSurface
723
* blitting onto the display surface. It calls
SDL_ConvertSurface
()
[
all
...]
/prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h
621
extern DECLSPEC SDL_Surface * SDLCALL
SDL_ConvertSurface
723
* blitting onto the display surface. It calls
SDL_ConvertSurface
()
[
all
...]
/prebuilt/windows/sdl/host/include/SDL/
SDL_video.h
623
extern DECLSPEC SDL_Surface * SDLCALL
SDL_ConvertSurface
725
* blitting onto the display surface. It calls
SDL_ConvertSurface
()
[
all
...]
/prebuilt/windows/sdl/include/SDL/
SDL_video.h
621
extern DECLSPEC SDL_Surface * SDLCALL
SDL_ConvertSurface
723
* blitting onto the display surface. It calls
SDL_ConvertSurface
()
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c
929
return(
SDL_ConvertSurface
(surface, SDL_PublicSurface->format, flags));
984
converted =
SDL_ConvertSurface
(surface, format, flags);
[
all
...]
SDL_surface.c
791
SDL_Surface *
SDL_ConvertSurface
(SDL_Surface *surface,
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m
[
all
...]
Completed in 549 milliseconds