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

  /prebuilts/misc/windows/sdl2/test/
testautomation_render.c 113 int checkFailCount1;
146 checkFailCount1 = 0;
151 if (ret != 0) checkFailCount1++;
157 SDLTest_AssertCheck(checkFailCount1 == 0, "Validate results from calls to SDL_SetRenderDrawColor, expected: 0, got: %i", checkFailCount1);
213 int checkFailCount1;
272 checkFailCount1 = 0;
277 if (ret != 0) checkFailCount1++;
286 SDLTest_AssertCheck(checkFailCount1 == 0, "Validate results from calls to SDL_SetRenderDrawColor, expected: 0, got: %i", checkFailCount1);
    [all...]
testautomation_surface.c 99 int checkFailCount1;
147 checkFailCount1 = 0;
183 if (ret != 0) checkFailCount1++;
186 SDLTest_AssertCheck(checkFailCount1 == 0, "Validate results from calls to SDL_BlitSurface, expected: 0, got: %i", checkFailCount1);

Completed in 637 milliseconds