/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_blendfillrect.c | 31 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB555() 54 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB565() 77 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB888() 100 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_ARGB8888() 123 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB() 168 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGBA() 197 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect() 264 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRects() 269 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) = NULL; in SDL_BlendFillRects()
|
D | SDL_blendpoint.c | 30 SDL_BlendPoint_RGB555(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB555() 53 SDL_BlendPoint_RGB565(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB565() 76 SDL_BlendPoint_RGB888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB888() 99 SDL_BlendPoint_ARGB8888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, in SDL_BlendPoint_ARGB8888() 122 SDL_BlendPoint_RGB(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB() 167 SDL_BlendPoint_RGBA(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGBA() 196 SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint() 260 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoints() 267 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) = NULL; in SDL_BlendPoints()
|
D | SDL_blendfillrect.h | 24 extern int SDL_BlendFillRect(SDL_Surface * dst, const SDL_Rect * rect, SDL_BlendMode blendMode, Uin… 25 extern int SDL_BlendFillRects(SDL_Surface * dst, const SDL_Rect * rects, int count, SDL_BlendMode b…
|
D | SDL_blendpoint.h | 24 extern int SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, Uint8 … 25 extern int SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode bl…
|
D | SDL_blendline.h | 24 extern int SDL_BlendLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, SDL_BlendMode blendMode… 25 extern int SDL_BlendLines(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode ble…
|
D | SDL_blendline.c | 32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2() 124 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555() 215 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565() 306 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4() 398 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGBA4() 490 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB888() 581 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_ARGB8888() 672 SDL_BlendMode blendMode, 709 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendLine() 734 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendLines()
|
D | SDL_rotate.c | 551 SDL_BlendMode blendMode; in SDLgfx_rotateSurface()
|
D | SDL_render_sw.c | 630 SDL_BlendMode blendMode; in SW_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_render.h | 352 SDL_BlendMode blendMode); 365 SDL_BlendMode *blendMode); 667 SDL_BlendMode blendMode); 680 SDL_BlendMode *blendMode);
|
D | SDL_blendmode.h | 53 } SDL_BlendMode; typedef
|
D | SDL_surface.h | 319 SDL_BlendMode blendMode); 332 SDL_BlendMode *blendMode);
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_surface.c | 42 SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; in _surfaceSetUp() 43 SDL_BlendMode currentBlendMode; in _surfaceSetUp() 105 SDL_BlendMode bmode; in _testBlitBlendMode() 148 ret = SDL_SetSurfaceBlendMode( face, (SDL_BlendMode)mode ); in _testBlitBlendMode()
|
D | testautomation_render.c | 610 ret = SDL_SetTextureBlendMode( tface, (SDL_BlendMode)mode ); in _testBlitBlendMode() 738 ret = SDL_SetTextureBlendMode( tface, (SDL_BlendMode)mode ); in render_testBlitBlend() 828 SDL_BlendMode mode; in _hasBlendModes()
|
D | testdraw2.c | 34 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE;
|
D | testintersections.c | 35 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE;
|
D | testshader.c | 284 SDL_BlendMode saved_mode; in SDL_GL_LoadTexture()
|
D | testsprite2.c | 39 static SDL_BlendMode blendMode = SDL_BLENDMODE_BLEND;
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_sysrender.h | 57 SDL_BlendMode blendMode; /**< The texture blend mode */ 162 SDL_BlendMode blendMode; /**< The drawing blend mode */
|
D | SDL_render.c | 572 SDL_BlendMode blendMode; in SDL_CreateTextureFromSurface() 690 SDL_SetTextureBlendMode(SDL_Texture * texture, SDL_BlendMode blendMode) in SDL_SetTextureBlendMode() 708 SDL_GetTextureBlendMode(SDL_Texture * texture, SDL_BlendMode *blendMode) in SDL_GetTextureBlendMode() 1381 SDL_SetRenderDrawBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in SDL_SetRenderDrawBlendMode() 1390 SDL_GetRenderDrawBlendMode(SDL_Renderer * renderer, SDL_BlendMode *blendMode) in SDL_GetRenderDrawBlendMode()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/ |
D | SDL_shaders_gles2.h | 57 const GLES2_Shader *GLES2_GetShader(GLES2_ShaderType type, SDL_BlendMode blendMode);
|
D | SDL_render_gles2.c | 125 SDL_BlendMode blend_mode; 886 SDL_BlendMode blendMode); 891 SDL_BlendMode blendMode); 893 SDL_BlendMode blendMode); 897 GLES2_ShaderCacheEntry *fragment, SDL_BlendMode blendMode) in GLES2_CacheProgram() 1014 GLES2_CacheShader(SDL_Renderer *renderer, GLES2_ShaderType type, SDL_BlendMode blendMode) in GLES2_CacheShader() 1133 GLES2_SelectProgram(SDL_Renderer *renderer, GLES2_ImageSource source, SDL_BlendMode blendMode) in GLES2_SelectProgram() 1558 SDL_BlendMode blendMode; in GLES2_SetupCopy()
|
D | SDL_shaders_gles2.c | 811 const GLES2_Shader *GLES2_GetShader(GLES2_ShaderType type, SDL_BlendMode blendMode) in GLES2_GetShader()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 348 SDL_DYNAPI_PROC(int,SDL_SetTextureBlendMode,(SDL_Texture *a, SDL_BlendMode b),(a,b),return) 349 SDL_DYNAPI_PROC(int,SDL_GetTextureBlendMode,(SDL_Texture *a, SDL_BlendMode *b),(a,b),return) 367 SDL_DYNAPI_PROC(int,SDL_SetRenderDrawBlendMode,(SDL_Renderer *a, SDL_BlendMode b),(a,b),return) 368 SDL_DYNAPI_PROC(int,SDL_GetRenderDrawBlendMode,(SDL_Renderer *a, SDL_BlendMode *b),(a,b),return) 492 SDL_DYNAPI_PROC(int,SDL_SetSurfaceBlendMode,(SDL_Surface *a, SDL_BlendMode b),(a,b),return) 493 SDL_DYNAPI_PROC(int,SDL_GetSurfaceBlendMode,(SDL_Surface *a, SDL_BlendMode *b),(a,b),return)
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_surface.c | 426 SDL_SetSurfaceBlendMode(SDL_Surface * surface, SDL_BlendMode blendMode) in SDL_SetSurfaceBlendMode() 463 SDL_GetSurfaceBlendMode(SDL_Surface * surface, SDL_BlendMode *blendMode) in SDL_GetSurfaceBlendMode()
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 839 …_Texture **texture, Uint32 new_format, int new_width, int new_height, SDL_BlendMode blendmode, int… in realloc_texture() 890 static void get_sdl_pix_fmt_and_blendmode(int format, Uint32 *sdl_pix_fmt, SDL_BlendMode *sdl_blend… in get_sdl_pix_fmt_and_blendmode() 911 SDL_BlendMode sdl_blendmode; in upload_texture()
|