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 283 typedef void (*GLXSWAPINTERVALEXT)(Display*,GLXDrawable,int);
284 GLXSWAPINTERVALEXT glXSwapIntervalEXT = NULL;
287 glXSwapIntervalEXT = (GLXSWAPINTERVALEXT)glXGetProcAddress((const GLubyte*)"glXSwapIntervalEXT");
289 if(glXSwapIntervalEXT && win) {
290 glXSwapIntervalEXT(dpy,win->srfc(),interval);

Completed in 227 milliseconds