OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X11_GL_GetProcAddress
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c
519
/* Save the handle for
X11_GL_GetProcAddress
() */
526
(XVisualInfo *(*)(Display *, int, int *))
X11_GL_GetProcAddress
(this, "glXChooseVisual");
528
(GLXContext (*)(Display *, XVisualInfo *, GLXContext, int))
X11_GL_GetProcAddress
(this, "glXCreateContext");
530
(void (*)(Display *, GLXContext))
X11_GL_GetProcAddress
(this, "glXDestroyContext");
532
(int (*)(Display *, GLXDrawable, GLXContext))
X11_GL_GetProcAddress
(this, "glXMakeCurrent");
534
(void (*)(Display *, GLXDrawable))
X11_GL_GetProcAddress
(this, "glXSwapBuffers");
536
(int (*)(Display *, XVisualInfo *, int, int *))
X11_GL_GetProcAddress
(this, "glXGetConfig");
538
(const char *(*)(Display *, int))
X11_GL_GetProcAddress
(this, "glXQueryExtensionsString");
540
(int (*)(int))
X11_GL_GetProcAddress
(this, "glXSwapIntervalSGI");
542
(GLint (*)(unsigned))
X11_GL_GetProcAddress
(this, "glXSwapIntervalMESA")
[
all
...]
SDL_x11gl_c.h
96
extern void *
X11_GL_GetProcAddress
(_THIS, const char* proc);
SDL_x11video.c
160
device->GL_GetProcAddress =
X11_GL_GetProcAddress
;
[
all
...]
Completed in 315 milliseconds