Home
last modified time | relevance | path

Searched refs:GLXGETCLIENTSTRINGPROC (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c74 typedef const char *(*GLXGETCLIENTSTRINGPROC)( Display *dpy, int name ); typedef
98 GLXGETCLIENTSTRINGPROC glXGetClientString;
1112 GET_PROC(GLXGETCLIENTSTRINGPROC, glXGetClientString, EGL_TRUE); in GLX_Load()