/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendfillrect.c | 31 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB555() 57 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB565() 83 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB888() 109 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_ARGB8888() 135 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB() 186 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGBA() 218 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect() 285 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRects()
|
A D | SDL_blendpoint.c | 30 SDL_BlendPoint_RGB555(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB555() 56 SDL_BlendPoint_RGB565(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB565() 82 SDL_BlendPoint_RGB888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB888() 108 SDL_BlendPoint_ARGB8888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, in SDL_BlendPoint_ARGB8888() 134 SDL_BlendPoint_RGB(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB() 185 SDL_BlendPoint_RGBA(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGBA() 217 SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint() 279 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoints()
|
A D | SDL_blendline.c | 32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2() 138 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555() 243 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565() 348 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4() 454 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGBA4() 560 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB888() 665 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_ARGB8888() 807 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendLine() 832 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendLines()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 974 IsSupportedBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in IsSupportedBlendMode() 1270 SDL_BlendMode blendMode; in SDL_CreateTextureFromSurface() local 1376 SDL_SetTextureBlendMode(SDL_Texture * texture, SDL_BlendMode blendMode) in SDL_SetTextureBlendMode() 3313 SDL_GetShortBlendMode(SDL_BlendMode blendMode) in SDL_GetShortBlendMode() 3334 SDL_GetLongBlendMode(SDL_BlendMode blendMode) in SDL_GetLongBlendMode() 3366 SDL_GetBlendModeSrcColorFactor(SDL_BlendMode blendMode) in SDL_GetBlendModeSrcColorFactor() 3373 SDL_GetBlendModeDstColorFactor(SDL_BlendMode blendMode) in SDL_GetBlendModeDstColorFactor() 3380 SDL_GetBlendModeColorOperation(SDL_BlendMode blendMode) in SDL_GetBlendModeColorOperation() 3387 SDL_GetBlendModeSrcAlphaFactor(SDL_BlendMode blendMode) in SDL_GetBlendModeSrcAlphaFactor() 3394 SDL_GetBlendModeDstAlphaFactor(SDL_BlendMode blendMode) in SDL_GetBlendModeDstAlphaFactor() [all …]
|
A D | SDL_sysrender.h | 44 SDL_BlendMode blendMode; /**< The texture blend mode */ member 205 SDL_BlendMode blendMode; /**< The drawing blend mode */ member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testdraw2.c | 34 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; variable
|
A D | testsprite2.c | 39 static SDL_BlendMode blendMode = SDL_BLENDMODE_BLEND; variable
|
A D | testintersections.c | 35 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; variable
|
A D | testautomation_surface.c | 42 SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; in _surfaceSetUp() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_surface.c | 495 SDL_SetSurfaceBlendMode(SDL_Surface * surface, SDL_BlendMode blendMode) in SDL_SetSurfaceBlendMode() 535 SDL_GetSurfaceBlendMode(SDL_Surface * surface, SDL_BlendMode *blendMode) in SDL_GetSurfaceBlendMode()
|
/AliOS-Things-master/components/SDL2/src/render/direct3d11/ |
A D | SDL_render_d3d11.c | 108 SDL_BlendMode blendMode; member 349 D3D11_CreateBlendState(SDL_Renderer * renderer, SDL_BlendMode blendMode) in D3D11_CreateBlendState() 1021 D3D11_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in D3D11_SupportsBlendMode() 2023 const SDL_BlendMode blendMode = cmd->data.draw.blend; in D3D11_SetDrawState() local
|
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_render_metal.m | 91 SDL_BlendMode blendMode; field
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_render.c | 153 SetBlendMode(DirectFB_RenderData * data, int blendMode, in SetBlendMode()
|
/AliOS-Things-master/components/SDL2/src/render/psp/ |
A D | SDL_render_psp.c | 657 PSP_SetBlendMode(SDL_Renderer * renderer, int blendMode) in PSP_SetBlendMode()
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 277 GLES_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in GLES_SupportsBlendMode()
|
/AliOS-Things-master/components/SDL2/src/render/direct3d/ |
A D | SDL_render_d3d.c | 377 D3D_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in D3D_SupportsBlendMode()
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 368 GL_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in GL_SupportsBlendMode()
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 376 GLES2_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in GLES2_SupportsBlendMode()
|