/external/chromium_org/third_party/mesa/src/include/GL/ |
D | glxext.h | 528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements); 529 …GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements); 547 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 548 …* ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 683 …XFBConfigSGIX * glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements); 690 …X * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements); 909 extern unsigned int * glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements); 912 …f unsigned int * ( * PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements); 956 …ideoCaptureDeviceNV * glXEnumerateVideoCaptureDevicesNV (Display *dpy, int screen, int *nelements); 962 …eviceNV * ( * PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display *dpy, int screen, int *nelements);
|
D | glx.h | 262 int *nelements ); 304 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 305 … * (* PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
/external/mesa3d/include/GL/ |
D | glxext.h | 528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements); 529 …GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements); 547 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 548 …* ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 683 …XFBConfigSGIX * glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements); 690 …X * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements); 909 extern unsigned int * glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements); 912 …f unsigned int * ( * PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements); 956 …ideoCaptureDeviceNV * glXEnumerateVideoCaptureDevicesNV (Display *dpy, int screen, int *nelements); 962 …eviceNV * ( * PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display *dpy, int screen, int *nelements);
|
D | glx.h | 262 int *nelements ); 304 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 305 … * (* PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | realglx.h | 119 _real_glXGetFBConfigs( Display *dpy, int screen, int *nelements ); 221 _real_glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements);
|
D | fakeglx.c | 1970 Fake_glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in Fake_glXGetFBConfigs() argument 1978 visuals = XGetVisualInfo(dpy, visMask, &visTemplate, nelements); in Fake_glXGetFBConfigs() 1979 if (*nelements > 0) { in Fake_glXGetFBConfigs() 1981 results = (XMesaVisual *) malloc(*nelements * sizeof(XMesaVisual)); in Fake_glXGetFBConfigs() 1983 *nelements = 0; in Fake_glXGetFBConfigs() 1986 for (i = 0; i < *nelements; i++) { in Fake_glXGetFBConfigs() 2523 Fake_glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in Fake_glXChooseFBConfigSGIX() argument 2525 return (GLXFBConfig *) Fake_glXChooseFBConfig(dpy, screen, attrib_list, nelements); in Fake_glXChooseFBConfigSGIX()
|
D | glxapi.c | 546 glXGetFBConfigs(Display *dpy, int screen, int *nelements) in glXGetFBConfigs() argument 552 return (t->GetFBConfigs)(dpy, screen, nelements); in glXGetFBConfigs() 772 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in glXChooseFBConfigSGIX() argument 778 return (t->ChooseFBConfigSGIX)(dpy, screen, attrib_list, nelements); in glXChooseFBConfigSGIX()
|
D | glxapi.h | 101 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
D | realglx.h | 119 _real_glXGetFBConfigs( Display *dpy, int screen, int *nelements ); 221 _real_glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements);
|
D | fakeglx.c | 1970 Fake_glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in Fake_glXGetFBConfigs() argument 1978 visuals = XGetVisualInfo(dpy, visMask, &visTemplate, nelements); in Fake_glXGetFBConfigs() 1979 if (*nelements > 0) { in Fake_glXGetFBConfigs() 1981 results = (XMesaVisual *) malloc(*nelements * sizeof(XMesaVisual)); in Fake_glXGetFBConfigs() 1983 *nelements = 0; in Fake_glXGetFBConfigs() 1986 for (i = 0; i < *nelements; i++) { in Fake_glXGetFBConfigs() 2523 Fake_glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in Fake_glXChooseFBConfigSGIX() argument 2525 return (GLXFBConfig *) Fake_glXChooseFBConfig(dpy, screen, attrib_list, nelements); in Fake_glXChooseFBConfigSGIX()
|
D | glxapi.c | 546 glXGetFBConfigs(Display *dpy, int screen, int *nelements) in glXGetFBConfigs() argument 552 return (t->GetFBConfigs)(dpy, screen, nelements); in glXGetFBConfigs() 772 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in glXChooseFBConfigSGIX() argument 778 return (t->ChooseFBConfigSGIX)(dpy, screen, attrib_list, nelements); in glXChooseFBConfigSGIX()
|
D | glxapi.h | 101 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1772 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs() argument 1780 visuals = XGetVisualInfo(dpy, visMask, &visTemplate, nelements); in glXGetFBConfigs() 1781 if (*nelements > 0) { in glXGetFBConfigs() 1783 results = (XMesaVisual *) malloc(*nelements * sizeof(XMesaVisual)); in glXGetFBConfigs() 1785 *nelements = 0; in glXGetFBConfigs() 1788 for (i = 0; i < *nelements; i++) { in glXGetFBConfigs() 1791 *nelements = i; in glXGetFBConfigs() 2321 int *nelements) in glXChooseFBConfigSGIX() argument 2324 attrib_list, nelements); in glXChooseFBConfigSGIX()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1772 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs() argument 1780 visuals = XGetVisualInfo(dpy, visMask, &visTemplate, nelements); in glXGetFBConfigs() 1781 if (*nelements > 0) { in glXGetFBConfigs() 1783 results = (XMesaVisual *) malloc(*nelements * sizeof(XMesaVisual)); in glXGetFBConfigs() 1785 *nelements = 0; in glXGetFBConfigs() 1788 for (i = 0; i < *nelements; i++) { in glXGetFBConfigs() 1791 *nelements = i; in glXGetFBConfigs() 2321 int *nelements) in glXChooseFBConfigSGIX() argument 2324 attrib_list, nelements); in glXChooseFBConfigSGIX()
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 1663 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs() argument 1671 *nelements = 0; in glXGetFBConfigs() 1687 *nelements = num_configs; in glXGetFBConfigs() 1931 int *nelements), (dpy, screen, attrib_list, nelements),
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | glxcmds.c | 1663 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs() argument 1671 *nelements = 0; in glXGetFBConfigs() 1687 *nelements = num_configs; in glXGetFBConfigs() 1931 int *nelements), (dpy, screen, attrib_list, nelements),
|