Home | History | Annotate | Download | only in test

Lines Matching refs:actualFlags

336   Uint32 actualFlags;
344 actualFlags = SDL_GetWindowFlags(window);
346 SDLTest_AssertCheck((flags & actualFlags) == flags, "Verify returned value has flags %d set, got: %d", flags, actualFlags);