HomeSort by relevance Sort by last modified time
    Searched refs:checkFailCount4 (Results 1 - 2 of 2) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testautomation_surface.c 102 int checkFailCount4;
150 checkFailCount4 = 0;
176 if (ret != 0) checkFailCount4++;
189 SDLTest_AssertCheck(checkFailCount4 == 0, "Validate results from calls to SDL_SetSurfaceBlendMode, expected: 0, got: %i", checkFailCount4);
testautomation_render.c 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);
    [all...]

Completed in 2403 milliseconds