Home | History | Annotate | Download | only in test

Lines Matching defs:testSurface

953    SDL_Surface *testSurface;
969 testSurface = SDL_CreateRGBSurfaceFrom(pixels, TESTRENDER_SCREEN_W, TESTRENDER_SCREEN_H, 32, TESTRENDER_SCREEN_W*4,
971 SDLTest_AssertCheck(testSurface != NULL, "Verify result from SDL_CreateRGBSurfaceFrom is not NULL");
974 result = SDLTest_CompareSurfaces( testSurface, referenceSurface, allowable_error );
979 SDL_FreeSurface(testSurface);