Home
last modified time | relevance | path

Searched refs:SDL_PixelFormatEnumToMasks (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/
DSDL_nullframebuffer.c44 SDL_PixelFormatEnumToMasks(surface_format, &bpp, &Rmask, &Gmask, &Bmask, &Amask); in SDL_DUMMY_CreateWindowFramebuffer()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenframebuffer.c43 SDL_PixelFormatEnumToMasks(surface_format, &bpp, &Rmask, &Gmask, &Bmask, &Amask); in Emscripten_CreateWindowFramebuffer()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dkeyboard.c210 SDL_PixelFormatEnumToMasks(format, &bpp, &Rmask, &Gmask, &Bmask, in loadFont()
Dfireworks.c335 SDL_PixelFormatEnumToMasks(SDL_PIXELFORMAT_ABGR8888, &bpp, &Rmask, &Gmask, in initializeTexture()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h348 extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format,
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c134 SDL_PixelFormatEnumToMasks(Uint32 format, int *bpp, Uint32 * Rmask, in SDL_PixelFormatEnumToMasks() function
527 if (!SDL_PixelFormatEnumToMasks(pixel_format, &bpp, in SDL_InitFormat()
DSDL_video.c2150 if (!SDL_PixelFormatEnumToMasks(format, &bpp, &Rmask, &Gmask, &Bmask, &Amask)) { in SDL_CreateWindowFramebuffer()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_yuv_sw.c898 if (!SDL_PixelFormatEnumToMasks in SDL_SW_SetupYUVDisplay()
1322 SDL_PixelFormatEnumToMasks(target_format, &bpp, &Rmask, &Gmask, in SDL_SW_CopyYUVToRGB()
1333 SDL_PixelFormatEnumToMasks(target_format, &bpp, &Rmask, &Gmask, in SDL_SW_CopyYUVToRGB()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c727 SDL_PixelFormatEnumToMasks(mode.format, &bpp, &Rmask, &Gmask, in SDLTest_CommonInit()
749 SDL_PixelFormatEnumToMasks(mode.format, &bpp, &Rmask, in SDLTest_CommonInit()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h284 #define SDL_PixelFormatEnumToMasks SDL_PixelFormatEnumToMasks_REAL macro
DSDL_dynapi_procs.h313 SDL_DYNAPI_PROC(SDL_bool,SDL_PixelFormatEnumToMasks,(Uint32 a, int *b, Uint32 *c, Uint32 *d, Uint32…
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_render_sw.c229 if (!SDL_PixelFormatEnumToMasks in SW_CreateTexture()