Searched refs:DirectFB_SDLToDFBPixelFormat (Results 1 – 4 of 4) sorted by relevance
165 DFBSurfacePixelFormat DirectFB_SDLToDFBPixelFormat(Uint32 format);
107 return (DFB_PIXELFORMAT_HAS_ALPHA(DirectFB_SDLToDFBPixelFormat(data->format)) ? 1 : 0); in TextureHasAlpha()290 layconf.pixelformat = DirectFB_SDLToDFBPixelFormat(data->format); in DirectFB_AcquireVidLayer()343 pixelformat = DirectFB_SDLToDFBPixelFormat(texture->format); in DirectFB_CreateTexture()462 int bpp = DFB_BYTES_PER_PIXEL(DirectFB_SDLToDFBPixelFormat(texture->format)); in DirectFB_UpdateTexture()537 rect->x * DFB_BYTES_PER_PIXEL(DirectFB_SDLToDFBPixelFormat(texture->format))); in DirectFB_LockTexture()
103 config.pixelformat = DirectFB_SDLToDFBPixelFormat(mode->format); in CheckSetDisplayMode()327 config.pixelformat = DirectFB_SDLToDFBPixelFormat(mode->format); in DirectFB_SetDisplayMode()
396 DirectFB_SDLToDFBPixelFormat(Uint32 format) in DirectFB_SDLToDFBPixelFormat() function
Completed in 7 milliseconds