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

/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dwglinfo.c502 int pixel_type = get_pf_attrib(hdc, pf, WGL_PIXEL_TYPE_ARB); local in function:get_format_info
503 if (pixel_type == WGL_TYPE_RGBA_ARB)
505 else if (pixel_type == WGL_TYPE_COLORINDEX_ARB)
507 else if (pixel_type == WGL_TYPE_RGBA_FLOAT_ARB) {

Completed in 2 milliseconds