Home
last modified time | relevance | path

Searched refs:SDL_MasksToPixelFormatEnum (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.c65 *format = SDL_MasksToPixelFormatEnum(bpp, masks[0], masks[1], masks[2], 0); in WIN_CreateWindowFramebuffer()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h363 extern DECLSPEC Uint32 SDLCALL SDL_MasksToPixelFormatEnum(int bpp,
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h285 #define SDL_MasksToPixelFormatEnum SDL_MasksToPixelFormatEnum_REAL macro
DSDL_dynapi_procs.h314 SDL_DYNAPI_PROC(Uint32,SDL_MasksToPixelFormatEnum,(int a, Uint32 b, Uint32 c, Uint32 d, Uint32 e),(…
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c293 SDL_MasksToPixelFormatEnum(int bpp, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, in SDL_MasksToPixelFormatEnum() function
DSDL_surface.c121 format = SDL_MasksToPixelFormatEnum(depth, Rmask, Gmask, Bmask, Amask); in SDL_CreateRGBSurface()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11modes.c124 return SDL_MasksToPixelFormatEnum(bpp, Rmask, Gmask, Bmask, Amask); in X11_GetPixelFormatFromVisualInfo()