Home
last modified time | relevance | path

Searched refs:SDL_BlendMode (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_blendfillrect.c31 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()
DSDL_blendpoint.c30 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()
DSDL_blendfillrect.h24 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…
DSDL_blendpoint.h24 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…
DSDL_blendline.h24 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…
DSDL_blendline.c32 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()
DSDL_rotate.c551 SDL_BlendMode blendMode; in SDLgfx_rotateSurface()
DSDL_render_sw.c630 SDL_BlendMode blendMode; in SW_RenderCopyEx()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_render.h352 SDL_BlendMode blendMode);
365 SDL_BlendMode *blendMode);
667 SDL_BlendMode blendMode);
680 SDL_BlendMode *blendMode);
DSDL_blendmode.h53 } SDL_BlendMode; typedef
DSDL_surface.h319 SDL_BlendMode blendMode);
332 SDL_BlendMode *blendMode);
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_surface.c42 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()
Dtestautomation_render.c610 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()
Dtestdraw2.c34 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE;
Dtestintersections.c35 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE;
Dtestshader.c284 SDL_BlendMode saved_mode; in SDL_GL_LoadTexture()
Dtestsprite2.c39 static SDL_BlendMode blendMode = SDL_BLENDMODE_BLEND;
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_sysrender.h57 SDL_BlendMode blendMode; /**< The texture blend mode */
162 SDL_BlendMode blendMode; /**< The drawing blend mode */
DSDL_render.c572 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/
DSDL_shaders_gles2.h57 const GLES2_Shader *GLES2_GetShader(GLES2_ShaderType type, SDL_BlendMode blendMode);
DSDL_render_gles2.c125 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()
DSDL_shaders_gles2.c811 const GLES2_Shader *GLES2_GetShader(GLES2_ShaderType type, SDL_BlendMode blendMode) in GLES2_GetShader()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h348 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/
DSDL_surface.c426 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/
Dffplay.c839 …_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()

12