SDLVidCtx         115 modules/sdl_out/video.c #define SDLVID()	SDLVidCtx *ctx = (SDLVidCtx *)dr->opaque
SDLVidCtx         594 modules/sdl_out/video.c static void SDLVid_DestroyObjects(SDLVidCtx *ctx)
SDLVidCtx         828 modules/sdl_out/video.c static Bool SDLVid_InitializeWindow(SDLVidCtx *ctx, GF_VideoOutput *dr)
SDLVidCtx         909 modules/sdl_out/video.c static void SDLVid_ResetWindow(SDLVidCtx *ctx)
SDLVidCtx         935 modules/sdl_out/video.c static void SDLVid_ShutdownWindow(SDLVidCtx *ctx)
SDLVidCtx         947 modules/sdl_out/video.c Bool SDLVid_ProcessMessageQueue(SDLVidCtx *ctx, GF_VideoOutput *dr)
SDLVidCtx        2349 modules/sdl_out/video.c 	SDLVidCtx *ctx;
SDLVidCtx        2356 modules/sdl_out/video.c 	ctx = (SDLVidCtx*)gf_malloc(sizeof(SDLVidCtx));
SDLVidCtx        2357 modules/sdl_out/video.c 	memset(ctx, 0, sizeof(SDLVidCtx));