Home
last modified time | relevance | path

Searched refs:AG_SDL_GetPixelFormat (Results 1 – 4 of 4) sorted by relevance

/dports/devel/agar/agar-1.5.0/gui/
H A Ddrv_sdl_common.h37 AG_PixelFormat *AG_SDL_GetPixelFormat(SDL_Surface *);
H A Ddrv_sdlgl.c398 if ((drv->videoFmt = AG_SDL_GetPixelFormat(sgl->s)) == NULL) { in SDLGL_OpenVideo()
465 if ((drv->videoFmt = AG_SDL_GetPixelFormat(sgl->s)) == NULL) { in SDLGL_OpenVideoContext()
H A Ddrv_sdl_common.c147 AG_SDL_GetPixelFormat(SDL_Surface *su) in AG_SDL_GetPixelFormat() function
342 if ((pf = AG_SDL_GetPixelFormat(ss)) == NULL) { in AG_SDL_ImportSurface()
H A Ddrv_sdlfb.c1252 if ((drv->videoFmt = AG_SDL_GetPixelFormat(sfb->s)) == NULL) { in SDLFB_OpenVideo()
1307 if ((drv->videoFmt = AG_SDL_GetPixelFormat(sfb->s)) == NULL) { in SDLFB_OpenVideoContext()