Searched refs:IMG_Load_RW (Results 1 – 3 of 3) sorted by relevance
16 SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc);21 Note that IMG_Load_RW cannot load TGA images.
161 SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc) in IMG_Load_RW() function272 SDL_Surface *surface = IMG_Load_RW(src, freesrc); in IMG_LoadTexture_RW()
98 extern DECLSPEC SDL_Surface * SDLCALL IMG_Load_RW(SDL_RWops *src, int freesrc);
Completed in 6 milliseconds