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

  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 86 void DrawStr(const char *str)
329 DrawStr(num_str);
330 DrawStr(glGetString(GL_VENDOR));
334 DrawStr(num_str);
335 DrawStr(glGetString(GL_RENDERER));
339 DrawStr(num_str);
340 DrawStr(glGetString(GL_VERSION));
344 DrawStr(num_str);
345 DrawStr(glGetString(GL_EXTENSIONS));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 86 void DrawStr(const char *str)
329 DrawStr(num_str);
330 DrawStr(glGetString(GL_VENDOR));
334 DrawStr(num_str);
335 DrawStr(glGetString(GL_RENDERER));
339 DrawStr(num_str);
340 DrawStr(glGetString(GL_VERSION));
344 DrawStr(num_str);
345 DrawStr(glGetString(GL_EXTENSIONS));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 86 void DrawStr(const char *str)
329 DrawStr(num_str);
330 DrawStr(glGetString(GL_VENDOR));
334 DrawStr(num_str);
335 DrawStr(glGetString(GL_RENDERER));
339 DrawStr(num_str);
340 DrawStr(glGetString(GL_VERSION));
344 DrawStr(num_str);
345 DrawStr(glGetString(GL_EXTENSIONS));

Completed in 18 milliseconds