Searched refs:sdl_blendmode (Results 1 – 1 of 1) sorted by relevance
890 …c void get_sdl_pix_fmt_and_blendmode(int format, Uint32 *sdl_pix_fmt, SDL_BlendMode *sdl_blendmode) in get_sdl_pix_fmt_and_blendmode() argument893 *sdl_blendmode = SDL_BLENDMODE_NONE; in get_sdl_pix_fmt_and_blendmode()899 *sdl_blendmode = SDL_BLENDMODE_BLEND; in get_sdl_pix_fmt_and_blendmode()911 SDL_BlendMode sdl_blendmode; in upload_texture() local912 get_sdl_pix_fmt_and_blendmode(frame->format, &sdl_pix_fmt, &sdl_blendmode); in upload_texture()913 …KNOWN ? SDL_PIXELFORMAT_ARGB8888 : sdl_pix_fmt, frame->width, frame->height, sdl_blendmode, 0) < 0) in upload_texture()