Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c124 { "glXCreateContextWithConfigSGIX", (__GLXextFuncPtr) glXCreateContextWithConfigSGIX },
Dglx_api.c2366 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, in glXCreateContextWithConfigSGIX() function
/external/mesa3d/src/glx/apple/
Dglx_empty.c205 glXCreateContextWithConfigSGIX(Display * dpy, void *config, int a,
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c741 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX() function
1137 { "glXCreateContextWithConfigSGIX", (__GLXextFuncPtr) glXCreateContextWithConfigSGIX },
/external/mesa3d/src/glx/
Dglxcmds.c2023 glXCreateContextWithConfigSGIX(Display * dpy, in glXCreateContextWithConfigSGIX() function
2502 GLX_FUNCTION(glXCreateContextWithConfigSGIX),
/external/swiftshader/include/GL/
Dglxext.h753 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
/external/mesa3d/include/GL/
Dglxext.h769 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h1247 #define glXCreateContextWithConfigSGIX GLXEW_GET_FUN(__glewXCreateContextWithConfigSGIX) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20350 …r = ((glXCreateContextWithConfigSGIX = (PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC)glewGetProcAddress((… in _glewInit_GLX_SGIX_fbconfig()