Searched refs:GLX_FUNCTION (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxcmds.c | 2448 #define GLX_FUNCTION(f) { # f, (GLvoid *) f } macro 2453 GLX_FUNCTION(glXChooseVisual), 2454 GLX_FUNCTION(glXCopyContext), 2455 GLX_FUNCTION(glXCreateContext), 2456 GLX_FUNCTION(glXCreateGLXPixmap), 2457 GLX_FUNCTION(glXDestroyContext), 2458 GLX_FUNCTION(glXDestroyGLXPixmap), 2459 GLX_FUNCTION(glXGetConfig), 2460 GLX_FUNCTION(glXGetCurrentContext), 2461 GLX_FUNCTION(glXGetCurrentDrawable), [all …]
|