OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_RWops
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_audio.h
36
#include "
SDL_rwops
.h"
409
extern DECLSPEC SDL_AudioSpec *SDLCALL SDL_LoadWAV_RW(
SDL_RWops
* src,
/prebuilts/misc/windows/sdl2/test/
testfile.c
13
/* sanity tests on
SDL_rwops
.c (usefull for alternative implementations of stdio rwops) */
52
rwops_error_quit(unsigned line,
SDL_RWops
* rwops)
69
SDL_RWops
*rwops = NULL;
testoverlay2.c
230
SDL_RWops
*handle;
testgesture.c
208
SDL_RWops
*stream;
Completed in 78 milliseconds
1
2