HomeSort by relevance Sort by last modified time
    Searched refs:SDL_INIT_VIDEO (Results 26 - 39 of 39) sorted by null

12

  /external/qemu/distrib/sdl-1.2.15/test/
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)
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/translator_tests/GLES_V2/
triangleV2.cpp 382 if (SDL_Init(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO)) {
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 164 if (SDL_Init(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO)) {
  /external/qemu/android/
main-common.c 748 flags |= SDL_INIT_VIDEO;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 601 if ( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE) < 0 ) {
    [all...]

Completed in 275 milliseconds

12