Searched refs:floatComponents (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbutil.c | 200 int floatComponents = 0; local in function:PrintFBConfigInfo 238 floatComponents = GetFBConfigAttrib(dpy, screen, config, GLX_FLOAT_COMPONENTS_NV); 264 ".y"[floatComponents]); 304 printf(" Float Components: %s\n", floatComponents ? "yes" : "no");
|
| H A D | glxinfo.c | 100 int floatComponents; member in struct:visual_attribs 885 glXGetFBConfigAttrib(dpy, fbconfig, GLX_FLOAT_COMPONENTS_NV, &attribs->floatComponents); 891 attribs->floatComponents = True; 937 attribs->packedfloatComponents ? 'P' : attribs->floatComponents ? 'Y' : 'N', 993 attribs->packedfloatComponents ? 'u' : attribs->floatComponents ? 'f' : '.', 1038 attribs->floatComponents ? 'f' : '.',
|
| /xsrc/external/mit/mesa-demos/dist/src/wgl/ |
| H A D | wglinfo.c | 63 bool floatComponents; member in struct:format_info 351 info->floatComponents ? 'Y' : 'N', 394 info->floatComponents ? 'f' : '.', 435 info->floatComponents ? 'f' : '.', 509 info->floatComponents = true;
|
Completed in 4 milliseconds