HomeSort by relevance Sort by last modified time
    Searched refs:Uint32 (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_timer.h 45 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
51 * Uint32 timeout = SDL_GetTicks() + 100;
71 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
81 typedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);
93 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_surface.h 71 Uint32 flags; /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask)
    [all...]
SDL_endian.h 108 SDL_FORCE_INLINE Uint32
109 SDL_Swap32(Uint32 x)
115 SDL_FORCE_INLINE Uint32
116 SDL_Swap32(Uint32 x)
122 SDL_FORCE_INLINE Uint32
123 SDL_Swap32(Uint32 x)
125 Uint32 result;
133 SDL_FORCE_INLINE Uint32
134 SDL_Swap32(Uint32 x)
140 SDL_FORCE_INLINE Uint32
    [all...]
SDL_bits.h 51 SDL_MostSignificantBitIndex32(Uint32 x)
66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
SDL_pixels.h 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
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_timer.h 45 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
51 * Uint32 timeout = SDL_GetTicks() + 100;
71 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
81 typedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);
93 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_surface.h 71 Uint32 flags; /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask)
    [all...]
SDL_endian.h 108 SDL_FORCE_INLINE Uint32
109 SDL_Swap32(Uint32 x)
115 SDL_FORCE_INLINE Uint32
116 SDL_Swap32(Uint32 x)
122 SDL_FORCE_INLINE Uint32
123 SDL_Swap32(Uint32 x)
125 Uint32 result;
133 SDL_FORCE_INLINE Uint32
134 SDL_Swap32(Uint32 x)
140 SDL_FORCE_INLINE Uint32
    [all...]
SDL_bits.h 51 SDL_MostSignificantBitIndex32(Uint32 x)
66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_timer.h 45 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
51 * Uint32 timeout = SDL_GetTicks() + 100;
71 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
81 typedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);
93 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_surface.h 71 Uint32 flags; /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask)
    [all...]
SDL_endian.h 108 SDL_FORCE_INLINE Uint32
109 SDL_Swap32(Uint32 x)
115 SDL_FORCE_INLINE Uint32
116 SDL_Swap32(Uint32 x)
122 SDL_FORCE_INLINE Uint32
123 SDL_Swap32(Uint32 x)
125 Uint32 result;
133 SDL_FORCE_INLINE Uint32
134 SDL_Swap32(Uint32 x)
140 SDL_FORCE_INLINE Uint32
    [all...]
SDL_bits.h 51 SDL_MostSignificantBitIndex32(Uint32 x)
66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_timer.h 45 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
51 * Uint32 timeout = SDL_GetTicks() + 100;
71 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
81 typedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);
93 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_surface.h 71 Uint32 flags; /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask)
    [all...]
SDL_endian.h 108 SDL_FORCE_INLINE Uint32
109 SDL_Swap32(Uint32 x)
115 SDL_FORCE_INLINE Uint32
116 SDL_Swap32(Uint32 x)
122 SDL_FORCE_INLINE Uint32
123 SDL_Swap32(Uint32 x)
125 Uint32 result;
133 SDL_FORCE_INLINE Uint32
134 SDL_Swap32(Uint32 x)
140 SDL_FORCE_INLINE Uint32
    [all...]
SDL_bits.h 51 SDL_MostSignificantBitIndex32(Uint32 x)
66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};

Completed in 194 milliseconds

1 2 3 4 5 6 7 8