HomeSort by relevance Sort by last modified time
    Searched refs: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 20 milliseconds