Home
last modified time | relevance | path

Searched refs:SDL_Swap32 (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_endian.h109 SDL_Swap32(Uint32 x) in SDL_Swap32() function
116 SDL_Swap32(Uint32 x) in SDL_Swap32() function
123 SDL_Swap32(Uint32 x) in SDL_Swap32() function
134 SDL_Swap32(Uint32 x) in SDL_Swap32() function
141 SDL_Swap32(Uint32 x) in SDL_Swap32() function
183 x = SDL_Swap32(lo); in SDL_Swap64()
185 x |= SDL_Swap32(hi); in SDL_Swap64()
200 swapper.ui32 = SDL_Swap32(swapper.ui32); in SDL_SwapFloat()
216 #define SDL_SwapBE32(X) SDL_Swap32(X)
221 #define SDL_SwapLE32(X) SDL_Swap32(X)
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestplatform.c110 SDL_Swap32(value32)); in TestEndian()
112 if (SDL_Swap32(value32) != swapped32) { in TestEndian()
Dtestautomation_platform.c89 SDLTest_AssertCheck( SDL_Swap32(value32) == swapped32, in platform_testEndianessAndSwap()
91 value32, SDL_Swap32(value32) ); in platform_testEndianessAndSwap()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_bmp.c422 pix[i] = SDL_Swap32(pix[i]); in SDL_LoadBMP_RW()