OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:be_createyuvoverlay
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.h
65
extern SDL_Overlay*
BE_CreateYUVOverlay
(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
SDL_sysyuv.cc
129
SDL_Overlay *
BE_CreateYUVOverlay
(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
SDL_sysvideo.cc
60
static SDL_Overlay *
BE_CreateYUVOverlay
(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
111
device->CreateYUVOverlay =
BE_CreateYUVOverlay
;
Completed in 268 milliseconds