Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c122 { "glXChooseFBConfigSGIX", (__GLXextFuncPtr) glXChooseFBConfigSGIX },
Dglx_api.c2347 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, in glXChooseFBConfigSGIX() function
/external/mesa3d/src/glx/apple/
Dglx_empty.c186 glXChooseFBConfigSGIX(Display * dpy, int a, int *b, int *c)
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c721 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in glXChooseFBConfigSGIX() function
1135 { "glXChooseFBConfigSGIX", (__GLXextFuncPtr) glXChooseFBConfigSGIX },
/external/mesa3d/src/glx/
Dglxcmds.c1960 _GLX_PUBLIC GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX,
2500 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig),
/external/swiftshader/include/GL/
Dglxext.h751 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
/external/mesa3d/include/GL/
Dglxext.h767 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h1246 #define glXChooseFBConfigSGIX GLXEW_GET_FUN(__glewXChooseFBConfigSGIX) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20349 …r = ((glXChooseFBConfigSGIX = (PFNGLXCHOOSEFBCONFIGSGIXPROC)glewGetProcAddress((const GLubyte*)"gl… in _glewInit_GLX_SGIX_fbconfig()