Home
last modified time | relevance | path

Searched refs:target_format (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_yuv_sw.c889 SDL_SW_SetupYUVDisplay(SDL_SW_YUVTexture * swdata, Uint32 target_format) in SDL_SW_SetupYUVDisplay() argument
899 (target_format, &bpp, &Rmask, &Gmask, &Bmask, &Amask) || bpp < 15) { in SDL_SW_SetupYUVDisplay()
903 swdata->target_format = target_format; in SDL_SW_SetupYUVDisplay()
930 if (SDL_BYTESPERPIXEL(target_format) == 2) { in SDL_SW_SetupYUVDisplay()
955 if (SDL_BYTESPERPIXEL(target_format) == 2) { in SDL_SW_SetupYUVDisplay()
972 if (SDL_BYTESPERPIXEL(target_format) == 3) { in SDL_SW_SetupYUVDisplay()
976 if (SDL_BYTESPERPIXEL(target_format) == 4) { in SDL_SW_SetupYUVDisplay()
997 if (SDL_BYTESPERPIXEL(target_format) == 2) { in SDL_SW_SetupYUVDisplay()
1001 if (SDL_BYTESPERPIXEL(target_format) == 3) { in SDL_SW_SetupYUVDisplay()
1005 if (SDL_BYTESPERPIXEL(target_format) == 4) { in SDL_SW_SetupYUVDisplay()
[all …]
DSDL_yuv_sw_c.h30 Uint32 target_format; member
68 Uint32 target_format, int w, int h, void *pixels,
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c833 Uint32 target_format; in SDL_GetClosestDisplayModeForDisplay() local
845 target_format = mode->format; in SDL_GetClosestDisplayModeForDisplay()
847 target_format = display->desktop_mode.format; in SDL_GetClosestDisplayModeForDisplay()
881 if (current->format == target_format || in SDL_GetClosestDisplayModeForDisplay()
883 SDL_BITSPERPIXEL(target_format) in SDL_GetClosestDisplayModeForDisplay()
885 SDL_PIXELTYPE(target_format))) { in SDL_GetClosestDisplayModeForDisplay()