Home | History | Annotate | Download | only in SDL2

Lines Matching refs:Uint32

267     Uint32 version;
276 Uint32 format;
281 Uint32 Rmask;
282 Uint32 Gmask;
283 Uint32 Bmask;
284 Uint32 Amask;
300 extern DECLSPEC const char* SDLCALL SDL_GetPixelFormatName(Uint32 format);
309 extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format,
311 Uint32 * Rmask,
312 Uint32 * Gmask,
313 Uint32 * Bmask,
314 Uint32 * Amask);
324 extern DECLSPEC Uint32 SDLCALL SDL_MasksToPixelFormatEnum(int bpp,
325 Uint32 Rmask,
326 Uint32 Gmask,
327 Uint32 Bmask,
328 Uint32 Amask);
333 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
384 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
392 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
401 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,
410 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel,