Searched refs:SDL_MasksToPixelFormatEnum (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsframebuffer.c | 66 *format = SDL_MasksToPixelFormatEnum(bpp, masks[0], masks[1], masks[2], 0); in WIN_CreateWindowFramebuffer()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_pixels.h | 374 extern DECLSPEC Uint32 SDLCALL SDL_MasksToPixelFormatEnum(int bpp,
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 279 #define SDL_MasksToPixelFormatEnum SDL_MasksToPixelFormatEnum_REAL macro
|
A D | SDL_dynapi_procs.h | 310 SDL_DYNAPI_PROC(Uint32,SDL_MasksToPixelFormatEnum,(int a, Uint32 b, Uint32 c, Uint32 d, Uint32 e),(…
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_pixels.c | 294 SDL_MasksToPixelFormatEnum(int bpp, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, in SDL_MasksToPixelFormatEnum() function
|
A D | SDL_surface.c | 162 format = SDL_MasksToPixelFormatEnum(depth, Rmask, Gmask, Bmask, Amask); in SDL_CreateRGBSurface()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11modes.c | 124 return SDL_MasksToPixelFormatEnum(bpp, Rmask, Gmask, Bmask, Amask); in X11_GetPixelFormatFromVisualInfo()
|
Completed in 16 milliseconds