Searched refs:SDL_SWSURFACE (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libwebp/extras/ |
D | webp_to_sdl.c | 54 screen = SDL_SetVideoMode(input->width, input->height, 32, SDL_SWSURFACE); in WebpToSDL() 61 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in WebpToSDL()
|
/third_party/flutter/skia/third_party/externals/libwebp/extras/ |
D | webp_to_sdl.c | 54 screen = SDL_SetVideoMode(input->width, input->height, 32, SDL_SWSURFACE); in WebpToSDL() 61 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in WebpToSDL()
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_font.c | 3161 character = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDLTest_DrawCharacter()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_surface.h | 52 #define SDL_SWSURFACE 0 /**< Just here for compatibility */ macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_rotate.c | 471 SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 32, in SDLgfx_rotateSurface() 478 … rz_dst = SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 8, 0, 0, 0, 0); in SDLgfx_rotateSurface()
|
D | SDL_render_sw.c | 634 …surface_scaled = SDL_CreateRGBSurface(SDL_SWSURFACE, final_rect.w, final_rect.h, src->format->Bits… in SW_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testshader.c | 294 image = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 32, in SDL_GL_LoadTexture()
|
D | testautomation_surface.c | 58 …testSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, referenceSurface->w, referenceSurface->h, 32, rm… in _surfaceSetUp()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 233597 …Changed property full-screen to fullscreen, using SDL_SWSURFACE instead of SDL_HWSURFACE when in f… 233599 …Changed property full-screen to fullscreen, using SDL_SWSURFACE instead of SDL_HWSURFACE when in f…
|