HomeSort by relevance Sort by last modified time
    Searched defs:wglSwapIntervalEXT (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl_c.h 52 void (WINAPI *wglSwapIntervalEXT)(int interval);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 91 PFNWGLSWAPINTERVALEXTPROC wglSwapIntervalEXT;
302 s_wglExtProcs->wglSwapIntervalEXT = (PFNWGLSWAPINTERVALEXTPROC)wglGetExtentionsProcAddress(dpy,"WGL_EXT_swap_control","wglSwapIntervalEXT");
578 if (s_wglExtProcs->wglSwapIntervalEXT){
579 s_wglExtProcs->wglSwapIntervalEXT(interval);

Completed in 1453 milliseconds