Searched refs:glXCreateContext (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11gl_c.h45 GLXContext (*glXCreateContext) member in struct:SDL_PrivateGLData
H A DSDL_x11gl.c261 glx_context = this->gl_data->glXCreateContext(GFX_Display,
449 this->gl_data->glXCreateContext = NULL;
500 this->gl_data->glXCreateContext =
501 (GLXContext (*)(Display *, XVisualInfo *, GLXContext, int)) GL_LoadFunction(handle, "glXCreateContext");
520 (this->gl_data->glXCreateContext == NULL) ||
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DGraphicsContext3DInternal.cpp173 GLXContext context = glXCreateContext(sharedDisplay(), visualInfo, 0, GL_TRUE);
/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp172 fUnixWindow.fGLContext = glXCreateContext(dsp, fVi, NULL, GL_TRUE);
/external/quake/quake/src/QW/client/
H A Dgl_vidlinux_x11.c729 ctx = glXCreateContext(dpy,visinfo,NULL,True);
H A Dgl_vidlinuxglx.c672 ctx = glXCreateContext(dpy, visinfo, NULL, True);
/external/quake/quake/src/WinQuake/
H A Dgl_vidlinuxglx.cpp876 ctx = glXCreateContext(dpy, visinfo, NULL, True);

Completed in 1813 milliseconds