Home | History | Annotate | Download | only in test

Lines Matching refs:checkFailCount4

619    int checkFailCount4;
679 checkFailCount4 = 0;
704 if (ret != 0) checkFailCount4++;
710 SDLTest_AssertCheck(checkFailCount4 == 0, "Validate results from calls to SDL_RenderCopy, expected: 0, got: %i", checkFailCount4);