Searched refs:SDL_PixelFormatEnumToMasks (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/ |
D | SDL_nullframebuffer.c | 44 SDL_PixelFormatEnumToMasks(surface_format, &bpp, &Rmask, &Gmask, &Bmask, &Amask); in SDL_DUMMY_CreateWindowFramebuffer()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenframebuffer.c | 43 SDL_PixelFormatEnumToMasks(surface_format, &bpp, &Rmask, &Gmask, &Bmask, &Amask); in Emscripten_CreateWindowFramebuffer()
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | keyboard.c | 210 SDL_PixelFormatEnumToMasks(format, &bpp, &Rmask, &Gmask, &Bmask, in loadFont()
|
D | fireworks.c | 335 SDL_PixelFormatEnumToMasks(SDL_PIXELFORMAT_ABGR8888, &bpp, &Rmask, &Gmask, in initializeTexture()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_pixels.h | 348 extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format,
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_pixels.c | 134 SDL_PixelFormatEnumToMasks(Uint32 format, int *bpp, Uint32 * Rmask, in SDL_PixelFormatEnumToMasks() function 527 if (!SDL_PixelFormatEnumToMasks(pixel_format, &bpp, in SDL_InitFormat()
|
D | SDL_video.c | 2150 if (!SDL_PixelFormatEnumToMasks(format, &bpp, &Rmask, &Gmask, &Bmask, &Amask)) { in SDL_CreateWindowFramebuffer()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_yuv_sw.c | 898 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/ |
D | SDL_test_common.c | 727 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/ |
D | SDL_dynapi_overrides.h | 284 #define SDL_PixelFormatEnumToMasks SDL_PixelFormatEnumToMasks_REAL macro
|
D | SDL_dynapi_procs.h | 313 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/ |
D | SDL_render_sw.c | 229 if (!SDL_PixelFormatEnumToMasks in SW_CreateTexture()
|