HomeSort by relevance Sort by last modified time
    Searched refs:SDL_RWwrite (Results 1 - 6 of 6) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testresample.c 102 SDL_RWwrite(io, cvt.buf, cvt.len_cvt, 1);
testautomation_rwops.c 111 s = SDL_RWwrite(rw, RWopsHelloWorldTestString, sizeof(RWopsHelloWorldTestString)-1, 1);
112 SDLTest_AssertPass("Call to SDL_RWwrite succeeded");
114 SDLTest_AssertCheck(s == (size_t)1, "Verify result of writing one byte with SDL_RWwrite, expected 1, got %i", s);
117 SDLTest_AssertCheck(s == (size_t)0, "Verify result of writing with SDL_RWwrite, expected: 0, got %i", s);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rwops.h 188 #define SDL_RWwrite(ctx, ptr, size, n) (ctx)->write(ctx, ptr, size, n)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rwops.h 188 #define SDL_RWwrite(ctx, ptr, size, n) (ctx)->write(ctx, ptr, size, n)
  /prebuilts/misc/windows/sdl2/include/
SDL_rwops.h 188 #define SDL_RWwrite(ctx, ptr, size, n) (ctx)->write(ctx, ptr, size, n)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rwops.h 188 #define SDL_RWwrite(ctx, ptr, size, n) (ctx)->write(ctx, ptr, size, n)

Completed in 62 milliseconds