OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_RWread
(Results
1 - 7
of
7
) sorted by null
/prebuilts/misc/windows/sdl2/test/
teststreaming.c
110
SDL_RWread
(handle, MooseFrames, MOOSEFRAME_SIZE, MOOSEFRAMES_COUNT);
testautomation_rwops.c
92
* http://wiki.libsdl.org/moin.cgi/
SDL_RWread
131
s =
SDL_RWread
( rw, buf, 1, sizeof(RWopsHelloWorldTestString)-1 );
132
SDLTest_AssertPass("Call to
SDL_RWread
succeeded");
135
"Verify result from
SDL_RWread
, expected %i, got %i",
542
rv_mem =
SDL_RWread
(rwops_mem, buffer_mem, size, 6);
543
SDLTest_AssertPass("Call to
SDL_RWread
(mem, size=%d)", size);
553
rv_file =
SDL_RWread
(rwops_file, buffer_file, size, 6);
554
SDLTest_AssertPass("Call to
SDL_RWread
(file, size=%d)", size);
testoverlay2.c
327
SDL_RWread
(handle, RawMooseData, MOOSEFRAME_SIZE, MOOSEFRAMES_COUNT);
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rwops.h
187
#define
SDL_RWread
(ctx, ptr, size, n) (ctx)->read(ctx, ptr, size, n)
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rwops.h
187
#define
SDL_RWread
(ctx, ptr, size, n) (ctx)->read(ctx, ptr, size, n)
/prebuilts/misc/windows/sdl2/include/
SDL_rwops.h
187
#define
SDL_RWread
(ctx, ptr, size, n) (ctx)->read(ctx, ptr, size, n)
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rwops.h
187
#define
SDL_RWread
(ctx, ptr, size, n) (ctx)->read(ctx, ptr, size, n)
Completed in 42 milliseconds