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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl_c.h 76 int (*glXSwapIntervalEXT)( Display *dpy, GLXDrawable drw, int interval);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 284 typedef void (*GLXSWAPINTERVALEXT)(Display*,GLXDrawable,int);
285 GLXSWAPINTERVALEXT glXSwapIntervalEXT = NULL;
288 glXSwapIntervalEXT = (GLXSWAPINTERVALEXT)glXGetProcAddress((const GLubyte*)"glXSwapIntervalEXT");
290 if(glXSwapIntervalEXT && win) {
291 glXSwapIntervalEXT(dpy,win->srfc(),interval);

Completed in 511 milliseconds