Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c140 { "glXChannelRectSGIX", (__GLXextFuncPtr) glXChannelRectSGIX },
Dglx_api.c2540 glXChannelRectSGIX(Display *dpy, int screen, int channel, in glXChannelRectSGIX() function
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c853 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/
Dglxext.h880 int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);
/external/mesa3d/include/GL/
Dglxext.h896 int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h1417 #define glXChannelRectSGIX GLXEW_GET_FUN(__glewXChannelRectSGIX) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20432 …r = ((glXChannelRectSGIX = (PFNGLXCHANNELRECTSGIXPROC)glewGetProcAddress((const GLubyte*)"glXChann… in _glewInit_GLX_SGIX_video_resize()