OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_TRUE
(Results
26 - 37
of
37
) sorted by null
1
2
/prebuilts/misc/windows/sdl2/test/
testautomation_mouse.c
388
result = SDL_SetRelativeMouseMode(
SDL_TRUE
);
394
SDLTest_AssertCheck(currentState ==
SDL_TRUE
, "Validate current state is TRUE, got: %i", currentState);
testautomation_video.c
72
if (initialResult ==
SDL_TRUE
) {
88
SDLTest_AssertCheck(result ==
SDL_TRUE
, "Verify result from SDL_IsScreenSaverEnabled, expected: %i, got: %i",
SDL_TRUE
, result);
99
SDLTest_AssertCheck(result ==
SDL_TRUE
, "Verify result from SDL_IsScreenSaverEnabled, expected: %i, got: %i",
SDL_TRUE
, result);
757
SDLTest_AssertPass("Call to SDL_SetWindowGrab(%s)", (desiredState == SDL_FALSE) ? "SDL_FALSE" : "
SDL_TRUE
");
765
(desiredState == SDL_FALSE) ? "SDL_FALSE" : "
SDL_TRUE
",
766
(currentState == SDL_FALSE) ? "SDL_FALSE" : "
SDL_TRUE
");
797
_setAndCheckWindowGrabState(window,
SDL_TRUE
);
800
_setAndCheckWindowGrabState(window,
SDL_TRUE
);
[
all
...]
testgesture.c
235
quitting =
SDL_TRUE
;
254
quitting =
SDL_TRUE
;
testintersections.c
236
cycle_color =
SDL_TRUE
;
239
cycle_alpha =
SDL_TRUE
;
testsprite2.c
280
cycle_color =
SDL_TRUE
;
283
cycle_alpha =
SDL_TRUE
;
testoverlay2.c
425
done =
SDL_TRUE
;
testviewport.c
102
use_target =
SDL_TRUE
;
testautomation_rwops.c
408
rw = SDL_RWFromFP( fp,
SDL_TRUE
);
458
rw = SDL_RWFromFP( fp,
SDL_TRUE
);
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h
129
SDL_TRUE
= 1
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h
129
SDL_TRUE
= 1
/prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h
119
SDL_TRUE
= 1
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h
129
SDL_TRUE
= 1
Completed in 402 milliseconds
1
2