Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_blendline.c38 if (blendMode == SDL_BLENDMODE_BLEND || blendMode == SDL_BLENDMODE_ADD) { in SDL_BlendLine_RGB2()
53 case SDL_BLENDMODE_BLEND: in SDL_BlendLine_RGB2()
68 case SDL_BLENDMODE_BLEND: in SDL_BlendLine_RGB2()
83 case SDL_BLENDMODE_BLEND: in SDL_BlendLine_RGB2()
98 case SDL_BLENDMODE_BLEND: in SDL_BlendLine_RGB2()
129 if (blendMode == SDL_BLENDMODE_BLEND || blendMode == SDL_BLENDMODE_ADD) { in SDL_BlendLine_RGB555()
144 case SDL_BLENDMODE_BLEND: in SDL_BlendLine_RGB555()
159 case SDL_BLENDMODE_BLEND: in SDL_BlendLine_RGB555()
174 case SDL_BLENDMODE_BLEND: in SDL_BlendLine_RGB555()
189 case SDL_BLENDMODE_BLEND: in SDL_BlendLine_RGB555()
[all …]
DSDL_blendfillrect.c36 case SDL_BLENDMODE_BLEND: in SDL_BlendFillRect_RGB555()
59 case SDL_BLENDMODE_BLEND: in SDL_BlendFillRect_RGB565()
82 case SDL_BLENDMODE_BLEND: in SDL_BlendFillRect_RGB888()
105 case SDL_BLENDMODE_BLEND: in SDL_BlendFillRect_ARGB8888()
131 case SDL_BLENDMODE_BLEND: in SDL_BlendFillRect_RGB()
147 case SDL_BLENDMODE_BLEND: in SDL_BlendFillRect_RGB()
176 case SDL_BLENDMODE_BLEND: in SDL_BlendFillRect_RGBA()
221 if (blendMode == SDL_BLENDMODE_BLEND || blendMode == SDL_BLENDMODE_ADD) { in SDL_BlendFillRect()
281 if (blendMode == SDL_BLENDMODE_BLEND || blendMode == SDL_BLENDMODE_ADD) { in SDL_BlendFillRects()
DSDL_blendpoint.c36 case SDL_BLENDMODE_BLEND: in SDL_BlendPoint_RGB555()
59 case SDL_BLENDMODE_BLEND: in SDL_BlendPoint_RGB565()
82 case SDL_BLENDMODE_BLEND: in SDL_BlendPoint_RGB888()
105 case SDL_BLENDMODE_BLEND: in SDL_BlendPoint_ARGB8888()
131 case SDL_BLENDMODE_BLEND: in SDL_BlendPoint_RGB()
147 case SDL_BLENDMODE_BLEND: in SDL_BlendPoint_RGB()
176 case SDL_BLENDMODE_BLEND: in SDL_BlendPoint_RGBA()
215 if (blendMode == SDL_BLENDMODE_BLEND || blendMode == SDL_BLENDMODE_ADD) { in SDL_BlendPoint()
279 if (blendMode == SDL_BLENDMODE_BLEND || blendMode == SDL_BLENDMODE_ADD) { in SDL_BlendPoints()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_shaders_gles2.c820 case SDL_BLENDMODE_BLEND: in GLES2_GetShader()
833 case SDL_BLENDMODE_BLEND: in GLES2_GetShader()
846 case SDL_BLENDMODE_BLEND: in GLES2_GetShader()
860 case SDL_BLENDMODE_BLEND: in GLES2_GetShader()
874 case SDL_BLENDMODE_BLEND: in GLES2_GetShader()
DSDL_render_gles2.c1352 case SDL_BLENDMODE_BLEND: in GLES2_SetBlendMode()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestrendertarget.c110 SDL_SetTextureBlendMode(A, SDL_BLENDMODE_BLEND); in DrawComposite()
113 SDL_SetTextureBlendMode(B, SDL_BLENDMODE_BLEND); in DrawComposite()
135 SDL_SetTextureBlendMode(target, SDL_BLENDMODE_BLEND); in DrawComposite()
164 SDL_SetRenderDrawBlendMode(s->renderer, SDL_BLENDMODE_BLEND); in DrawComposite()
Dtestautomation_render.c260 ret = SDL_SetRenderDrawBlendMode(renderer, SDL_BLENDMODE_BLEND ); in render_testPrimitivesBlend()
288 ret = SDL_SetRenderDrawBlendMode(renderer,(((i/2)%3)==0) ? SDL_BLENDMODE_BLEND : in render_testPrimitivesBlend()
306 ret = SDL_SetRenderDrawBlendMode(renderer,(((i/2)%3)==0) ? SDL_BLENDMODE_BLEND : in render_testPrimitivesBlend()
326 ret = SDL_SetRenderDrawBlendMode(renderer, ((((i+j)/3)%3)==0) ? SDL_BLENDMODE_BLEND : in render_testPrimitivesBlend()
684 _testBlitBlendMode( tface, SDL_BLENDMODE_BLEND ); in render_testBlitBlend()
735 else if (mode==1) mode = SDL_BLENDMODE_BLEND; in render_testBlitBlend()
832 ret = SDL_SetRenderDrawBlendMode(renderer, SDL_BLENDMODE_BLEND ); in _hasBlendModes()
838 ret = (mode != SDL_BLENDMODE_BLEND); in _hasBlendModes()
Dtestsprite2.c39 static SDL_BlendMode blendMode = SDL_BLENDMODE_BLEND;
290 blendMode = SDL_BLENDMODE_BLEND; in main()
Dtestautomation_surface.c176 bmode = SDL_BLENDMODE_BLEND; in _testBlitBlendMode()
508 _testBlitBlendMode(SDL_BLENDMODE_BLEND); in surface_testBlitBlendBlend()
Dtestdraw2.c237 blendMode = SDL_BLENDMODE_BLEND; in main()
Dtestintersections.c296 blendMode = SDL_BLENDMODE_BLEND; in main()
Dtestime.c307 SDL_SetTextureBlendMode(tex, SDL_BLENDMODE_BLEND); in unifont_load_texture()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_blendmode.h44 SDL_BLENDMODE_BLEND = 0x00000001, /**< alpha blending enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c102 SDL_SetSurfaceBlendMode(surface, SDL_BLENDMODE_BLEND); in SDL_CreateRGBSurfaceWithFormat()
341 SDL_SetSurfaceBlendMode(surface, SDL_BLENDMODE_BLEND); in SDL_ConvertColorkeyToAlpha()
441 case SDL_BLENDMODE_BLEND: in SDL_SetSurfaceBlendMode()
476 *blendMode = SDL_BLENDMODE_BLEND; in SDL_GetSurfaceBlendMode()
990 SDL_SetSurfaceBlendMode(convert, SDL_BLENDMODE_BLEND); in SDL_ConvertSurface()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dhappy.c123 SDL_SetTextureBlendMode(texture, SDL_BLENDMODE_BLEND); in initializeTexture()
Daccelerometer.c133 SDL_SetTextureBlendMode(ship, SDL_BLENDMODE_BLEND); in initializeTextures()
Dkeyboard.c223 SDL_SetTextureBlendMode(texture, SDL_BLENDMODE_BLEND); in loadFont()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdlrenderer.cpp210 SDL_SetTextureBlendMode(bd->FontTexture, SDL_BLENDMODE_BLEND); in ImGui_ImplSDLRenderer_CreateFontsTexture()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_render.c260 case SDL_BLENDMODE_BLEND: in SetBlendMode()
705 case SDL_BLENDMODE_BLEND: in DirectFB_SetTextureBlendMode()
721 case SDL_BLENDMODE_BLEND: in DirectFB_SetDrawBlendMode()
920 case SDL_BLENDMODE_BLEND: in PrepareDraw()
/third_party/flutter/skia/third_party/externals/sdl/src/render/psp/
DSDL_render_psp.c613 case SDL_BLENDMODE_BLEND: in PSP_SetBlendMode()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/
DSDL_render_gles.c749 case SDL_BLENDMODE_BLEND: in GLES_SetBlendMode()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_render_gl.c1100 case SDL_BLENDMODE_BLEND: in GL_SetBlendMode()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c582 SDL_SetTextureBlendMode(texture, SDL_BLENDMODE_BLEND); in SDL_CreateTextureFromSurface()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c1363 case SDL_BLENDMODE_BLEND: in D3D_SetBlendMode()
/third_party/ffmpeg/fftools/
Dffplay.c899 *sdl_blendmode = SDL_BLENDMODE_BLEND; in get_sdl_pix_fmt_and_blendmode()
995 …ure(&is->sub_texture, SDL_PIXELFORMAT_ARGB8888, sp->width, sp->height, SDL_BLENDMODE_BLEND, 1) < 0) in video_image_display()

12