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

  /prebuilts/misc/windows/sdl2/test/
testautomation_render.c 215 int checkFailCount3;
274 checkFailCount3 = 0;
284 if (ret != 0) checkFailCount3++;
288 SDLTest_AssertCheck(checkFailCount3 == 0, "Validate results from calls to SDL_RenderDrawLine, expected: 0, got: %i", checkFailCount3);
292 checkFailCount3 = 0;
302 if (ret != 0) checkFailCount3++;
306 SDLTest_AssertCheck(checkFailCount3 == 0, "Validate results from calls to SDL_RenderDrawLine, expected: 0, got: %i", checkFailCount3);
311 checkFailCount3 = 0
    [all...]
testautomation_surface.c 101 int checkFailCount3;
149 checkFailCount3 = 0;
161 if (ret != 0) checkFailCount3++;
188 SDLTest_AssertCheck(checkFailCount3 == 0, "Validate results from calls to SDL_SetSurfaceAlphaMod, expected: 0, got: %i", checkFailCount3);

Completed in 61 milliseconds