Home | History | Annotate | Download | only in include

Lines Matching refs:SDL_UnlockSurface

500  * the SDL_LockSurface() and SDL_UnlockSurface() calls.
517 * Between calls to SDL_LockSurface()/SDL_UnlockSurface(), you can write
520 * use SDL_UnlockSurface() to release it.
534 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
684 SDL_UnlockSurface(image);