testautomation_render.c | 354 SDL_Texture *tface; local 366 tface = _loadTestFace(); 367 SDLTest_AssertCheck(tface != NULL, "Verify _loadTestFace() result"); 368 if (tface == NULL) { 373 ret = SDL_QueryTexture(tface, &tformat, &taccess, &tw, &th); 387 ret = SDL_RenderCopy(renderer, tface, NULL, &rect ); 398 SDL_DestroyTexture( tface ); 419 SDL_Texture *tface; local 428 tface = _loadTestFace(); 429 SDLTest_AssertCheck(tface != NULL, "Verify _loadTestFace() result") 487 SDL_Texture *tface; local 610 SDL_Texture *tface; local 839 SDL_Texture *tface; local 870 SDL_Texture *tface; local 910 SDL_Texture *tface; local [all...] |