Home | History | Annotate | Download | only in test

Lines Matching full:randomid

850   Uint32 id, randomId;
866 randomId = SDLTest_RandomIntegerInRange(UINT8_MAX,UINT16_MAX);
867 result = SDL_GetWindowFromID(randomId);
868 SDLTest_AssertPass("Call to SDL_GetWindowID(%d/random_large)", randomId);