Home
last modified time | relevance | path

Searched refs:SDL_RWOPS_STDFILE (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rwops.c314 rw->type == SDL_RWOPS_STDFILE || rw->type == SDL_RWOPS_JNIFILE, in rwops_testFileRead()
315 … SDL_RWOPS_STDFILE or SDL_RWOPS_JNIFILE; expected: %d|%d, got: %d", SDL_RWOPS_STDFILE, SDL_RWOPS_J… in rwops_testFileRead()
322 rw->type == SDL_RWOPS_STDFILE, in rwops_testFileRead()
323 "Verify RWops type is SDL_RWOPS_STDFILE; expected: %d, got: %d", SDL_RWOPS_STDFILE, rw->type); in rwops_testFileRead()
361 rw->type == SDL_RWOPS_STDFILE || rw->type == SDL_RWOPS_JNIFILE, in rwops_testFileWrite()
362 … SDL_RWOPS_STDFILE or SDL_RWOPS_JNIFILE; expected: %d|%d, got: %d", SDL_RWOPS_STDFILE, SDL_RWOPS_J… in rwops_testFileWrite()
369 rw->type == SDL_RWOPS_STDFILE, in rwops_testFileWrite()
370 "Verify RWops type is SDL_RWOPS_STDFILE; expected: %d, got: %d", SDL_RWOPS_STDFILE, rw->type); in rwops_testFileWrite()
420 rw->type == SDL_RWOPS_STDFILE, in rwops_testFPRead()
421 "Verify RWops type is SDL_RWOPS_STDFILE; expected: %d, got: %d", SDL_RWOPS_STDFILE, rw->type); in rwops_testFPRead()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_rwops.h44 #define SDL_RWOPS_STDFILE 2U /* Stdio file */ macro
/third_party/flutter/skia/third_party/externals/sdl/src/file/
DSDL_rwops.c567 rwops->type = SDL_RWOPS_STDFILE; in SDL_RWFromFP()