Searched refs:glXChannelRectSGIX (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 140 { "glXChannelRectSGIX", (__GLXextFuncPtr) glXChannelRectSGIX },
|
D | glx_api.c | 2540 glXChannelRectSGIX(Display *dpy, int screen, int channel, in glXChannelRectSGIX() function
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 853 glXChannelRectSGIX(Display *dpy, int screen, int channel, int x, int y, int w, int h) in glXChannelRectSGIX() function 1153 { "glXChannelRectSGIX", (__GLXextFuncPtr) glXChannelRectSGIX },
|
/external/swiftshader/include/GL/ |
D | glxext.h | 880 int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);
|
/external/mesa3d/include/GL/ |
D | glxext.h | 896 int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 1417 #define glXChannelRectSGIX GLXEW_GET_FUN(__glewXChannelRectSGIX) macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 20432 …r = ((glXChannelRectSGIX = (PFNGLXCHANNELRECTSGIXPROC)glewGetProcAddress((const GLubyte*)"glXChann… in _glewInit_GLX_SGIX_video_resize()
|