OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Init
(Results
26 - 50
of
52
) sorted by null
1
2
3
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
SDL.x
0
SDL_Init
SDL_InitSubSystem SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_GetAppState SDL_AudioInit SDL_ (…)
/external/qemu/distrib/sdl-1.2.15/src/
SDL.c
150
int
SDL_Init
(Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/test/
testbitmap.c
69
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
testcdrom.c
100
if (
SDL_Init
(SDL_INIT_CDROM) < 0 ) {
testdyngl.c
110
if (
SDL_Init
(SDL_INIT_VIDEO)<0)
testgamma.c
89
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
testjoystick.c
153
if (
SDL_Init
(SDL_INIT_VIDEO|SDL_INIT_JOYSTICK) < 0 ) {
graywin.c
143
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
threadwin.c
268
if (
SDL_Init
(init_flags) < 0 ) {
testpalette.c
146
if(
SDL_Init
(SDL_INIT_VIDEO) < 0)
testsprite.c
164
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
testwm.c
342
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
testalpha.c
337
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
testblitspeed.c
266
if (
SDL_Init
(SDL_INIT_VIDEO) == -1)
268
fprintf(stderr, "
SDL_Init
failed: %s\n", SDL_GetError());
testoverlay2.c
297
if (
SDL_Init
(SDL_INIT_VIDEO | SDL_INIT_NOPARACHUTE) < 0)
testvidinfo.c
393
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
testwin.c
263
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
testgl.c
480
if(
SDL_Init
( SDL_INIT_VIDEO ) < 0 ) {
testoverlay.c
456
if (
SDL_Init
(SDL_INIT_VIDEO) < 0 ) {
/sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp
63
if (
SDL_Init
(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO)) {
/external/qemu/
android-configure.sh
356
return
SDL_Init
(SDL_INIT_VIDEO);
383
return
SDL_Init
(SDL_INIT_VIDEO);
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c
300
if (
SDL_Init
(SDL_INIT_NOPARACHUTE) < 0 ) {
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp
382
if (
SDL_Init
(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO)) {
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c
393
if (
SDL_Init
(0) < 0 ) {
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp
164
if (
SDL_Init
(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO)) {
Completed in 295 milliseconds
1
2
3