Home | History | Annotate | Download | only in test

Lines Matching refs:dResult

423   SDL_DisplayMode* dResult;
454 dResult = SDL_GetClosestDisplayMode(i, &target, &closest);
456 SDLTest_AssertCheck(dResult != NULL, "Verify returned value is not NULL");
461 SDLTest_AssertCheck(closest.w == dResult->w, "Verify return value matches assigned value; expected: %d, got: %d", closest.w, dResult->w);
462 SDLTest_AssertCheck(closest.h == dResult->h, "Verify return value matches assigned value; expected: %d, got: %d", closest.h, dResult->h);
477 SDL_DisplayMode* dResult;
500 dResult = SDL_GetClosestDisplayMode(i, &target, &closest);