Searched refs:get_pf_attrib (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dwglinfo.c453 get_pf_attrib(HDC hdc, int pf, int attrib) function in typeref:typename:int
478 if (get_pf_attrib(hdc, pf, WGL_DRAW_TO_WINDOW_ARB))
480 if (!get_pf_attrib(hdc, pf, WGL_ACCELERATION_ARB))
482 if (get_pf_attrib(hdc, pf, WGL_SUPPORT_OPENGL_ARB))
484 if (get_pf_attrib(hdc, pf, WGL_DOUBLE_BUFFER_ARB))
486 if (get_pf_attrib(hdc, pf, WGL_STEREO_ARB))
489 if (get_pf_attrib(hdc, pf, WGL_DRAW_TO_BITMAP_ARB))
491 if (have_WGL_ARB_pbuffer && get_pf_attrib(hdc, pf, WGL_DRAW_TO_PBUFFER_ARB))
493 if (get_pf_attrib(hdc, pf, WGL_SUPPORT_GDI_ARB))
496 swapMethod = get_pf_attrib(hd
[all...]

Completed in 2 milliseconds